Bugs item #1908645, was opened at 2008-03-06 11:35
Message generated for change (Comment added) made by stmane
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1908645&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/compiler
Group: Pathfinder 0.22
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Wouter Alink (vzzzbx)
>Assigned to: Stefan Manegold (stmane)
Summary: XQ: segfault on "self::a or self::b"

Initial Comment:
The following query:

doc("aap.xml")//*[self::a or self::b]

returns:

!ERROR: Segmentation fault.
The Pathfinder compiler experienced an internal problem.
You may want to report this problem to the Pathfinder 
development team ([EMAIL PROTECTED]).

When reporting problems, please attach your XQuery input,
as well as the following information:
  Invocation: command line
  Compilation stage: 18

We apologize for the inconvenience...

(using MonetDB-4.22.0)

----------------------------------------------------------------------

>Comment By: Stefan Manegold (stmane)
Date: 2008-03-06 11:40

Message:
Logged In: YES 
user_id=572415
Originator: NO

Works fine with MPS:
$ echo 'doc("aap.xml")//*[self::a or self::b]' | pf -M > /tmp/M.mil
$ wc /tmp/M.mil
  460  1880 19733 /tmp/M.mil

Works also "fine" with the latest CVS version in the XQuery_0-22 branch
(that includes post-release bug fixes):
$ echo 'doc("aap.xml")//*[self::a or self::b]' | pf -A > /tmp/A.mil
fatal error: self step not implemented yet.
$ wc /tmp/A.mil
    0     0     0 /tmp/A.mil



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1908645&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

Reply via email to