Project

Profile

Help

Bug #2710

closed

Internal Saxon error: local variable encountered whose binding has been deleted

Added by Gunther Rademacher about 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
XQuery conformance
Sprint/Milestone:
Start date:
2016-04-14
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.7, trunk
Fix Committed on Branch:
9.7, trunk
Fixed in Maintenance Release:
Platforms:

Description

This XQuery, when compiled with Saxon 9.7, throws an IllegalStateException:

for $j in (text{'Az'}, text{'Bx'}, text{'Cy'}) 
order by $j/substring(., $j/string-length(.)) 
return $j

The stacktrace is attached. Some similar construct was found in generated XQuery code while upgrading to Saxaon-EE 9.7.


Files

syserr.log (2.78 KB) syserr.log output on System.err; stack trace Gunther Rademacher, 2016-04-14 12:48

Please register to edit this issue

Also available in: Atom PDF