Actions
Bug #6017
closed

interrupted by signal 11: SIGSEGV when PyDocumentBuilder.set_schema_validator is set to None
Start date:
2023-05-05
Due date:
% Done:
100%
Estimated time:
Found in version:
12.2
Fixed in version:
12.3
Platforms:
Description
It should be possible to set the PyDocumentBuilder.set_schema_validator to None, but the following code:
builder.set_schema_validator(None)
crashes as follows:
interrupted by signal 2: SIGINT
The method is missing a None check.
Updated by O'Neil Delpratt 7 months ago
- Status changed from New to Resolved
Committed patch to the method.
Updated by O'Neil Delpratt 5 months ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 12.3
Bug fix applied in the SaxonC 12.3 maintenance release.
Please register to edit this issue
Actions