Skip to content
  • Philippe Pepiot's avatar
    Track worker exited prematurely issues · c6ec94bc9f69
    Philippe Pepiot authored
    In case of exited worker (segfault), AsyncResult.traceback is None and
    information is in AsyncResult.result, record it in the failed transition
    comment.
    
    Add a dedicated test class, this require to run the worker in prefork mode,
    otherwise, in solo mode the information about worker lost isn't tracked.
    Use "import ctypes; ctypes.string_at(0)" to simulate a segfault.
    c6ec94bc9f69