Changeset: fc07fb664853 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fc07fb664853
Modified Files:
        MonetDB5/mal/mal_listing.c
Branch: gdk-tracer
Log Message:

Fix debugInstruction in the future


diffs (13 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,6 +642,9 @@ 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);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to