Bugs item #1312972, was opened at 2005-10-04 08:06 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1312972&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/runtime Group: Pathfinder CVS Head >Status: Closed Resolution: Works For Me Priority: 5 Private: No Submitted By: Wouter Alink (vzzzbx) Assigned to: Nobody/Anonymous (nobody) Summary: XQuery: unknown variable 'ipik001' Initial Comment: The attached query (i could not produce a smaller example, it might be related to an earlier reported bug (if-for-let-bug)) returns the following error message (CVS head of pathfinder). ERROR: interpret_assignment: unknown variable 'ipik001' In the generated MIL of the XQuery the ipik001 is referenced only for destruction (ipik001 := nil), but never initialized. If this line is removed from the MIL-script, MonetDB complains about some other non-initialized variables. I guess the scopes are not handled correctly. The source-XML-doc is in my home-folder /home/alink/test-data/bug_ipik.xml I would appreciate it not being spread around too much. (we'll have a happy bug-day ;) ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2007-11-29 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 365 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2006-11-29 01:09 Message: Logged In: YES user_id=572415 Originator: NO over-ruling "sf-robot": re-set to "Pending" since adding a proper test has neither been done nor finally been discarded, yet. User (submitter) & developer (assignee), please check, again. ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2006-11-24 19:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 365 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Peter Boncz (boncz) Date: 2005-11-24 15:56 Message: Logged In: YES user_id=591107 I tested the query on the music.xml document as I lack your result.xml. On my document, the error did not occur anymore. could you re-check this with the latest version? ---------------------------------------------------------------------- Comment By: Wouter Alink (vzzzbx) Date: 2005-11-09 15:05 Message: Logged In: YES user_id=621590 BugDay_2005-11-09, vzzzbx: NO TEST ADDED note; i'm (at the moment) not able to reproduce the bug with a smaller document/query. when i come across a smaller example, i'll add it. If anyone knows what the problem, he/she is welcome to provide a test-script. (p.s. the query+doc provided do generate the bug but cannot be used in the testweb) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1312972&group_id=56967 ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
