Changes between Initial Version and Version 4 of Ticket #65630
- Timestamp:
- Aug 10, 2022, 10:51:01 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65630
-
Property
Status
changed from
assigned
toreopened
- Property Cc ryandesign removed
-
Property
Summary
changed from
GraphicsMagick: add debug variant
toGraphicsMagick: disable SIGSEGV handler in library; add debug variant
- Property Owner changed from mascguy to ryandesign
-
Property
Status
changed from
-
Ticket #65630 – Description
initial v4 3 3 issue:64252 4 4 5 Add support for `+debug`, to help with such cases. 5 There are two barriers, though: 6 * The GraphicsMagick library installs a SIGSEGV handler, preventing the app from catching/handling the condition; 7 * No `+debug` variant, which would assist with diagnostics. 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.