Actions
Bug #6017
closedinterrupted by signal 11: SIGSEGV when PyDocumentBuilder.set_schema_validator is set to None
Start date:
2023-05-05
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
12.2
Fixed in version:
12.3
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
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 over 1 year ago
- Status changed from New to Resolved
Committed patch to the method.
Updated by O'Neil Delpratt over 1 year 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