Bugs item #3564883, was opened at 2012-09-04 20:14
Message generated for change (Tracker Item Submitted) made by ruv
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3564883&group_id=129076

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: Query Execution
Group: Sedna (development)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ruvim (ruv)
Assigned to: Nobody/Anonymous (nobody)
Summary: crash on index-scan

Initial Comment:
Sedna silently crashes after the following commands:

CREATE DOCUMENT "test" &
UPDATE insert 
<node><paper><coau><author><id>3147</id></author></coau></paper></node> into 
doc("test") &
CREATE INDEX "test-paper-coau" ON doc("test")//paper/coau/author BY id AS 
xs:string &
let $b := <i id="128"/> return $b[ exists(index-scan( "test-paper-coau", @id, 
"EQ")[ancestor::node[id eq '1'] ] ) ] &

SEDNA version is 3.5.232 (32bit Release)
System: Windows 6.1.7601 (SP1.0) x64

(I can't check on newer version since 
http://modis.ispras.ru/FTPContent/sedna/development/ is empty now)


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=713730&aid=3564883&group_id=129076

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to