Bug 295352 - crash after closing working set and switching focus to another app
Summary: crash after closing working set and switching focus to another app
Status: RESOLVED DUPLICATE of bug 261111
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: all modes (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR critical
Target Milestone: 4.2.3
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 08:16 UTC by Mikhail Veltishchev
Modified: 2012-11-09 20:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
crashdump (4.44 KB, application/octet-stream)
2012-03-05 08:19 UTC, Mikhail Veltishchev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Veltishchev 2012-03-05 08:16:38 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11
Build Identifier: 

1. delete working sets
2. switch to another app (pidgin in my case)
3. watch the crash

maybe switching focus is unrelated.

Reproducible: Couldn't Reproduce

Steps to Reproduce:
Occured at least twice with the almost same scenario, but irreproducibe when it needed.
Comment 1 Mikhail Veltishchev 2012-03-05 08:19:21 UTC
Created attachment 69295 [details]
crashdump

Cannot report this bug via standard KDevelop mechanism, it cannot login to bugzilla and shows me a HTML page with my logged-in account.
Comment 2 Milian Wolff 2012-11-09 20:30:12 UTC
the backtrace shows that you closed the app and it then crashed on exit, so this is completely unrelated to working sets.

if you can reproduce this, please do so. a valgrind log is always very useful as well:

valgrind --track-origins=yes --num-callers=25 kdevelop

*** This bug has been marked as a duplicate of bug 261111 ***