zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #11244
[Bug 1016429] [NEW] crash in transform expression
Public bug reported:
declare variable $filename as xs:string := "test";
copy $filename := $filename
modify ()
return $filename
crashes (due to using the same var names "$filename := $filename")
running on latest trunk rev 10884. Thank you for fixing.
P.S.: this is not a duplicate of bug #1008082
** Affects: zorba
Importance: Critical
Assignee: Markos Zaharioudakis (markos-za)
Status: New
** Tags: core-runtime crash
** Description changed:
declare variable $filename as xs:string := "test";
copy $filename := $filename
modify ()
return $filename
-
- crashes running on latest trunk rev 10884. Thank you for fixing.
+ crashes (due to using the same var names "$filename := $filename")
+ running on latest trunk rev 10884. Thank you for fixing.
P.S.: this is not a duplicate of bug #1008082
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1016429
Title:
crash in transform expression
Status in Zorba - The XQuery Processor:
New
Bug description:
declare variable $filename as xs:string := "test";
copy $filename := $filename
modify ()
return $filename
crashes (due to using the same var names "$filename := $filename")
running on latest trunk rev 10884. Thank you for fixing.
P.S.: this is not a duplicate of bug #1008082
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1016429/+subscriptions
Follow ups
References