Bugs item #1981750, was opened at 2008-06-02 08:54 Message generated for change (Comment added) made by stmane You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1981750&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: PF/tests Group: Pathfinder 0.24 >Status: Closed >Resolution: Fixed Priority: 6 Private: No Submitted By: Stefan Manegold (stmane) >Assigned to: Stefan Manegold (stmane) Summary: PF/alg: some tests fail with "unknown variable 'err'" Initial Comment: With the Algebra back-end, some tests fail with: ERROR = !ERROR: unknown variable 'err' See, e.g., http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTestsG103/GNU.64.64.d-Fedora8/tests_BugTracker/insert_large_doc.SF-1726954.err.00.html http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTestsG103/GNU.64.64.d-Fedora8/tests_BugTracker/swizzle-bug.SF-1760811.err.00.html http://monetdb.cwi.nl/testing/projects/monetdb/Stable/pathfinder/.mTestsG103/GNU.64.64.d-Fedora8/tests_BugTracker/insert-new-page.SF-1854215.err.00.html ---------------------------------------------------------------------- >Comment By: Stefan Manegold (stmane) Date: 2008-06-02 23:53 Message: Logged In: YES user_id=572415 Originator: YES Fixed typo in pathfinder.mx's PROC ws_newpage() to make sure that (local) variable "err" is properly declared: "var page_id := [EMAIL PROTECTED]; err := CATCH(page_id := __runtime_newpage(runtime));" | V "var page_id := [EMAIL PROTECTED], err := CATCH(page_id := __runtime_newpage(runtime));" ---------------------------------------------------------------------- Comment By: Jan Rittinger (tsheyar) Date: 2008-06-02 15:14 Message: Logged In: YES user_id=993208 Originator: NO The MIL variable 'err' only appears in some prologue & epilogue code in MPS. It looks like this prologue & epilogue stuff is in some cases not compatible with the algebra generated code (that also evaluates but then ignores this additional MIL code). Re-assigning to a runtime expert with more knowledge about this magic :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1981750&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
