Bugs item #2812767, was opened at 2009-06-26 16:08
Message generated for change (Tracker Item Submitted) made by feherg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2812767&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: XML
Group: SQL "stable"
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Fehér Gábor (feherg)
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlagg() causes segmentation fault

Initial Comment:
Operating System: openSUSE 11.1
Compiler: gcc-4.3-34.243
Parser tools:  package lex is not installed; flex-2.5.35-43.23; package yacc is 
not installed; bison-2.3-127.26
More tools: autoconf-2.63-1.136; automake-1.10.1-4.284; libtool-2.2.6-1.35
MonetDB version: May2009 from source (with a recent head checkout of buildtools)
Loaded MonetDB modules: sql; xml; batxml; geom;

The following query causes a segmentation fault at the server side:

select xmlelement(name a, xmlagg(xmlelement(name b, x))) from test;
where test is:
CREATE TABLE "test"."test" (
        "x" varchar(64)
);
Before the query, funcs.sql from the xml test suite was run on the schema.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2812767&group_id=56967

------------------------------------------------------------------------------
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to