| Summary: | kdevelop-4.4.1: segfault when opening project that is already open | ||
|---|---|---|---|
| Product: | [Plasma] Oxygen | Reporter: | Stijn Tintel <stijn+bugs> |
| Component: | style | Assignee: | Hugo Pereira Da Costa <hugo.pereira.da.costa> |
| Status: | CLOSED WAITINGFORINFO | ||
| Severity: | crash | CC: | gabriel, hugo.pereira.da.costa |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Stijn Tintel
2012-12-18 13:37:22 UTC
Oxygen bug. Reassigning. so far can't reproduce. can you install (and/or) compile with debug symbols on so that i get a more precise idea of what goes wrong ? (things like: #6 0x00007f0fd0ee9e90 in vtable for Oxygen::TransitionWidget () from /usr/lib64/kde4/plugins/styles/oxygen.so, are not enough) Thanks, Hugo Unfortunately I no longer have access to the machine where I encountered this problem (no longer working there). I will try to reproduce this on my own workstation, but it might take some time. My apologies for the inconvenience. Created attachment 76700 [details]
New crash information added by DrKonqi
kdevelop (4.4.1) on KDE Platform 4.9.5 using Qt 4.8.4
- What I was doing when the application crashed:
1. Start kdevelop
2. Reopen the project
3. kdevelop crash every time
-- Backtrace (Reduced):
#7 0x0000003576590d0a in QObject::connect (sender=0x3c90b70, signal=0x357e4df040 "2fileRenamed(KUrl,KDevelop::ProjectFileItem*)", receiver=0xf79bf0, method=0x357e4df008 "1slotFileRenamed(KUrl,KDevelop::ProjectFileItem*)", type=Qt::AutoConnection) at kernel/qobject.cpp:2550
#8 0x000000357e491ccc in qt_static_metacall (_a=<optimized out>, _id=<optimized out>, _o=<optimized out>, _c=<optimized out>) at /usr/src/debug/kdevplatform-1.4.1/x86_64-redhat-linux-gnu/shell/documentcontroller.moc:135
#9 KDevelop::DocumentController::qt_static_metacall (_o=0xf79bf0, _c=<optimized out>, _id=<optimized out>, _a=0x7fffde88f9d0) at /usr/src/debug/kdevplatform-1.4.1/x86_64-redhat-linux-gnu/shell/documentcontroller.moc:98
[...]
#11 0x000000357e01cc62 in KDevelop::IProjectController::projectOpened (this=<optimized out>, _t1=0x288eae0) at /usr/src/debug/kdevplatform-1.4.1/x86_64-redhat-linux-gnu/interfaces/iprojectcontroller.moc:188
#12 0x000000357e47dfac in KDevelop::ProjectController::projectImportingFinished (this=0xf85540, project=0x357e4df040) at /usr/src/debug/kdevplatform-1.4.1/shell/projectcontroller.cpp:773
@gabriel New backtrace (comment #4) has nothing in common with backtrace from #1, and does not seem to involve oxygen. (Gabriel: are you actually using oxygen as a widget style) ? I'd recommend to open a separate bug, to kdevelop, with the informations enclosed. Hugo I use WindowMaker not KDE as desktop manager if someone is interested.I usually only use quanta, kdesvn and kdevelop applications. I do not use oxygen as a widget style but clearlooks ( /usr/bin/systemsettings -> application appearance -> style -> widget style ). @gabriel yep. So, it reinforces the fact that you should open (manually, sorry) a different bug report, to kdevelop. OK. Thank you. Seems I cannot reproduce it either, I have tested it some time ago but forgot to post it here. I'll just close the bug, I'll reopen in case I run into it again. |