Changeset: c95433f7e73a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c95433f7e73a
Modified Files:
        monetdb5/mal/mal_dataflow.c
Branch: default
Log Message:

Logic error in case catch variable not a string.


diffs (14 lines):

diff --git a/monetdb5/mal/mal_dataflow.c b/monetdb5/mal/mal_dataflow.c
--- a/monetdb5/mal/mal_dataflow.c
+++ b/monetdb5/mal/mal_dataflow.c
@@ -726,8 +726,8 @@ DFLOWstep(FlowTask *t, FlowStatus fs)
                                ret = MAL_SUCCEED;
                                mal_unset_lock(mal_contextLock, "exception 
handler");
                        } else {
-                               mnstr_printf(cntxt->fdout, "%s", ret);
-                               FREE_EXCEPTION(ret);
+                               fs->pc = -fs->pc;
+                               goto finalize;
                        }
                        /* position yourself at the catch instruction for 
further
                         * decisions */
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to