Changes between Version 4 and Version 9 of Ticket #65630
- Timestamp:
- Aug 14, 2022, 6:45:38 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65630
-
Property
Status
changed from
reopened
toassigned
- Property Owner changed from ryandesign to mascguy
- Property Cc ryandesign parafin added
-
Property
Summary
changed from
GraphicsMagick: disable SIGSEGV handler in library; add debug variant
toGraphicsMagick: add debug variant
-
Property
Status
changed from
-
Ticket #65630 – Description
v4 v9 4 4 5 5 There are two barriers, though: 6 * The GraphicsMagick library installs a SIGSEGV handler, preventing the app from catching/handling the condition;6 * ~~The GraphicsMagick library installs a SIGSEGV handler, preventing the app from catching/handling the condition;~~ 7 7 * No `+debug` variant, which would assist with diagnostics. 8 8 9 Relative to the signal handler, we should consider patching the code to disable that, for the library. Along with engaging with upstream, for a longer-term fix. 10 11 As for the debug variant, that should be reasonably straightforward, and would be beneficial. 9 For the debug variant, that should be reasonably straightforward, and would be beneficial.