Changes between Version 4 and Version 9 of Ticket #65630


Ignore:
Timestamp:
Aug 14, 2022, 6:45:38 PM (21 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65630

    • Property Status changed from reopened to assigned
    • 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 to GraphicsMagick: add debug variant
  • Ticket #65630 – Description

    v4 v9  
    44
    55There 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;~~
    77* No `+debug` variant, which would assist with diagnostics.
    88
    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.
     9For the debug variant, that should be reasonably straightforward, and would be beneficial.