Getting "Internal error: invalid slot number for local variable (0)"
Replies (1)
Please register to reply
Added by Trevor Lawrence almost 9 years ago
Using: Saxon-EE 9.6.0.7
Input:
Stylesheet:
I've been able to isolate this issue to this very small subset of the stylesheet I encountered it in. Removing or changing the mode attribute avoids the error, as does rewriting the match pattern to *[local-name() = ('')]
. (The sequence being compared against was originally in a stylesheet variable and contained more than just an empty string.)
I'm stuck with version 9.6.0.7 for the time being, so my apologies if this issue has already been addressed.
Thanks for reporting it and for producing such a simple repro.
I've logged it as a bug here:
https://saxonica.plan.io/issues/2545
Please track the bug entry to be notified when it is resolved.
I've reproduced it on the 9.6 branch, and it appears to be fixed in 9.7.
Please register to reply