Comment 2 for bug 62972

Revision history for this message
Ben Collins (ben-collins) wrote :

Martin, the crash helper is going to need to remove the cores now. It should do it when REMOVE_CORE=1 env exists. Had to do this. The fix that caused this bug was to get around the crash that was occurring in another bug.

I want to avoid this whole problem, and this seems like the easiest way. So...

  * crash-helper: Because of the weirdness of deleting a file in the kernel, I
    think it's best to just ask the helper to do it when it needs to. Now
    passes REMOVE_CORE=1 when it should do that.
    - Malone #62972