Actions
Bug #5798
closedTest case package-101 fails with -export:on
Start date:
2023-01-05
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
10, 11, trunk
Fix Committed on Branch:
10, 11, trunk
Description
Intermittent NullPointerException
when executing a two-package stylesheeet that has been reloaded from a SEF file.
In the XSLT3 test suite:
-s:package -t:package-101
Exported package to /Users/mike/w3c/qt3t/saxon/export/package/package-101.base.sef
java.lang.NullPointerException
at net.sf.saxon.expr.UserFunctionCall.allocateArgumentEvaluators(UserFunctionCall.java:254)
at net.sf.saxon.expr.UserFunctionCall.evaluateArguments(UserFunctionCall.java:628)
at net.sf.saxon.expr.UserFunctionCall$UserFunctionCallElaborator.lambda$elaborateForPull$0(UserFunctionCall.java:762)
at net.sf.saxon.expr.instruct.CopyOf$CopyOfElaborator.lambda$elaborateForPush$7(CopyOf.java:1045)
at net.sf.saxon.expr.instruct.NamedTemplate.expand(NamedTemplate.java:274)
Please register to edit this issue
Actions