Bug 178361

Summary: after a crash plasma is restarted with the --nocrashhandler option
Product: [Unmaintained] plasma4 Reporter: Davide Bettio <davide.bettio>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: aseigo, pascal
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Davide Bettio 2008-12-21 12:48:10 UTC
Version:            (using Devel)
Compiler:          gcc 4.1.2 gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.1)
OS:                Linux
Installed from:    Compiled sources

after a crash plasma is restarted with the --nocrashhandler option. This behaviour is really annoying during "find the crash sessions" and it prevents to report backtraces after the first crash.
Comment 1 Aaron J. Seigo 2008-12-21 22:54:38 UTC
of course it starts without the crash handler. otherwise you'd end up with infinite restarting plasma in the case of a crash on startup.

so what happens is that every start due to a crash is started without the crash handler and then some time later the crash handler is installed.
Comment 2 Jonathan Thomas 2010-01-04 15:02:39 UTC
*** Bug 221238 has been marked as a duplicate of this bug. ***
Comment 3 Pascal d'Hermilly 2010-01-04 15:11:20 UTC
So after a minute or so, Plasma will load the crash-handler?

I don't quite understand how enabling the crash handler could make plasma continue to crash infinitely. My general idea is that it's just an analyzer / reporting tool that gets triggered.