Bug 178361 - after a crash plasma is restarted with the --nocrashhandler option
Summary: after a crash plasma is restarted with the --nocrashhandler option
Status: RESOLVED NOT A BUG
Alias: None
Product: plasma4
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
: 221238 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-21 12:48 UTC by Davide Bettio
Modified: 2010-01-04 15:11 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.