Bug 292372 - GluonCreator crashed when starting
Summary: GluonCreator crashed when starting
Status: RESOLVED NOT A BUG
Alias: None
Product: gluon
Classification: Applications
Component: gluoncreator (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Arjen Hiemstra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 08:09 UTC by Adriano Gil
Modified: 2012-03-05 16:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adriano Gil 2012-01-25 08:09:59 UTC
Application: gluoncreator (0.71.0 (Electron))
KDE Platform Version: 4.7.3 (4.7.3)
Qt Version: 4.7.4
Operating System: Linux 3.0.0-15-generic x86_64
Distribution: Ubuntu 11.10

-- Information about the crash:
- What I was doing when the application crashed: I got GluonCreator stable version (0.71) and I just typed gluoncreator on Konsole.

The crash can be reproduced every time.

-- Backtrace:
Application: Gluon Creator (gluoncreator), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f7589a9d7a0 (LWP 2777))]

Thread 3 (Thread 0x7f7572d14700 (LWP 2779)):
#0  0x00007f7586386773 in poll () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007f7573c1603f in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#2  0x00007f7573c0745c in pa_mainloop_poll () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#3  0x00007f7573c07ac9 in pa_mainloop_iterate () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#4  0x00007f7573c07b80 in pa_mainloop_run () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#5  0x00007f7573c15fef in ?? () from /usr/lib/x86_64-linux-gnu/libpulse.so.0
#6  0x00007f75739c7c78 in ?? () from /usr/lib/x86_64-linux-gnu/libpulsecommon-1.0.so
#7  0x00007f75857b1efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#8  0x00007f758639289d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#9  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7f756dd11700 (LWP 2781)):
#0  0x00007f758635e51d in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007f7575f19ad7 in alureSleep () from /usr/lib/x86_64-linux-gnu/libalure.so.1
#2  0x00007f7575f1fbf4 in ?? () from /usr/lib/x86_64-linux-gnu/libalure.so.1
#3  0x00007f7575f1e14d in ?? () from /usr/lib/x86_64-linux-gnu/libalure.so.1
#4  0x00007f75857b1efc in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#5  0x00007f758639289d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f7589a9d7a0 (LWP 2777)):
[KCrash Handler]
#6  0x00007f7588680bc0 in QMainWindow::addDockWidget(Qt::DockWidgetArea, QDockWidget*, Qt::Orientation) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#7  0x00007f75896a27aa in GluonCreator::DockManager::addDock(QDockWidget*, Qt::DockWidgetArea, Qt::Orientation) () from /usr/lib/libGluonCreator.so.0.71.0
#8  0x00007f756b87710e in GluonCreator::DistributionDockPlugin::createDock (this=<optimized out>, parent=<optimized out>) at /home/adriano/Softwares/gamedev_tools/gluon/creator/plugins/docks/distributiondock/distributiondockplugin.cpp:43
#9  0x00007f75896a2353 in GluonCreator::DockPlugin::load(KXmlGuiWindow*) () from /usr/lib/libGluonCreator.so.0.71.0
#10 0x00007f75896a3d35 in GluonCreator::PluginManager::loadPlugins() () from /usr/lib/libGluonCreator.so.0.71.0
#11 0x0000000000411e3b in GluonCreator::MainWindow::MainWindow(QString const&) ()
#12 0x000000000040d5d9 in main ()

Reported using DrKonqi
Comment 1 Laszlo Papp 2012-01-25 23:04:12 UTC
That is weird. We did not have distribution dock yet in the Electron, Alpha2 release, so something is not clean enough. :)

Could you please tell whether you can reproduce the issue from master after removing everything related to Gluon from your system (stray files included) and then making a clean build and install ?
Comment 2 Laszlo Papp 2012-03-05 16:43:15 UTC
Feel free to reopen it, if you have more information.