Changeset: ae68b810c54f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ae68b810c54f
Modified Files:
MonetDB5/mal/mal_listing.c
MonetDB5/optimizer/opt_inline.c
Branch: gdk-tracer
Log Message:
Removed debugInstruction that caused mserver5 and mclient to freeze
diffs (26 lines):
diff --git a/MonetDB5/mal/mal_listing.c b/MonetDB5/mal/mal_listing.c
--- a/MonetDB5/mal/mal_listing.c
+++ b/MonetDB5/mal/mal_listing.c
@@ -642,8 +642,6 @@ printInstruction(stream *fd, MalBlkPtr m
void
debugInstruction(COMPONENT comp, MalBlkPtr mb, MalStkPtr stk, InstrPtr p, int
flg)
{
- /* CHECK */
- // Fix it - Activating this function causes mclient to hang and mserver
to crash
str ps;
ps = instruction2str(mb, stk, p, flg);
diff --git a/MonetDB5/optimizer/opt_inline.c b/MonetDB5/optimizer/opt_inline.c
--- a/MonetDB5/optimizer/opt_inline.c
+++ b/MonetDB5/optimizer/opt_inline.c
@@ -88,10 +88,6 @@ OPTinlineImplementation(Client cntxt, Ma
DEBUG(MAL_OPT_INLINE, "Inline function at
%d\n", i);
debugFunction(MAL_OPT_INLINE, mb, 0,
LIST_MAL_ALL);
- /* CHECK */
- // THIS HAS ISSUES! => Causes mserver5 to hang
and mclient to freeze
- // Do not enable!
- // debugInstruction(MAL_OPT_INLINE, q->blk, 0,
sig, LIST_MAL_ALL);
}
}
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list