Bug #5798
Updated by Michael Kay almost 2 years ago
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)
```