Hi,
Thanks a lot for the report. It is a bug in the XQuery parser that we hav=
e
just fixed. If you need a build with the fix, please let us know.
Maxim
Sedna team
> -----Original Message-----
> From: sedna-discussion-admin@... [mailto:sedna-
> discussion-admin@...] On Behalf Of Raymond, Jocelyn
> Sent: Thursday, March 02, 2006 7:35 PM
> To: sedna-discussion@...
> Subject: [Sedna-discussion] Soft fault with the following error
>=20
>=20
> Hi Sedna Team,
> Hi have encountered the following error on Sedna:
>=20
> [root@... teaching-awards]# se_trn -show-time off academic
> report-proto.xquery
> Soft fault with the following error
> System error. This error means system malfunction.
> Position: [os_exceptions.cpp:install_handler:133]: Access violation
>=20
> This happened when I tried to do the following xquery:
>=20
> (: Award oriented report example :)
> (: With award name criteria present and award type criteria and several
> field of study and an internal deadline
> and few specific year that these awards have been won :)
> let $winners :=3D
> document('academic')/winners/winner[matches(year,'2003|2004|2005','i')]
> for $awards in
> document('academic')/awards/award[@id[matches(.,$winners/award-id,'i')}=
]
> return $awards/name
>=20
>=20
> The good thing is that it did not crash Sedna in any ways (I can execut=
e
> other queries on the same document). But I thought to let you just in
> case this is a flag of a potential problem.
>=20
> Note that the problem is that I mistakenly used '}' instead of ']' at
> the end of my query. Please, ignore this message if this is a "normal"
> error from sedna.
>=20
> Thank you,
> Jocelyn Raymond
>=20
>=20
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting
> language
> that extends applications into web and mobile media. Attend the live
> webcast
> and join the prime developer group breaking into this new coding
> territory!
> http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=110944&bid$1720&dat=121642
> _______________________________________________
> Sedna-discussion mailing list
> Sedna-discussion@...
> https://lists.sourceforge.net/lists/listinfo/sedna-discussion
|