Hide Forgot
Description of problem: abrt-action-save-package-data is crashing during analysis How reproducible: Crash python Steps to Reproduce: 1. python & 2. kill -SIGSEGV %1 Actual results: No crash recorded Expected results: Crash recorded
We decided to ignore python crashes which are not caused by running some script, as it usually means, that someone was doing something in interactive python shell and most probably trying to do some nasty things which crashed the interpreter. Such bugs create unnecessary work (noise) for the developers.