Version: 3.0a2 (using KDE KDE 3.0.99) Installed from: Compiled From Sources Compiler: GCC 2.95.3 OS: Linux Selecting Project->Project Options seems to make kdevelop(gideon) disappear. It doesn't seem to get a segfault, and bring up the kde krash handler, it just disappears. I've tried several difference project types (kde app, qt app) and trying to bring it up before and after the initial compile with the same results. There is quite a bit of output when run from the console along the lines of: QListBox::property( "text" ) failed: property invalid or does not exist QListBox::property( "title" ) failed: property invalid or does not exist QViewportWidget::property( "text" ) failed: property invalid or does not exist QViewportWidget::property( "title" ) failed: property invalid or does not exist QPushButton::property( "title" ) failed: property invalid or does not exist QPushButton::property( "title" ) failed: property invalid or does not exist QPushButton::property( "title" ) failed: property invalid or does not exist QSpinWidget::property( "text" ) failed: property invalid or does not exist QSpinWidget::property( "title" ) failed: property invalid or does not exist Alarm clock
please configure your gideon with "--enable-debug", run "gdb gideon", reproduce the crash and type "bt" in gdb to get the backtrace and send it in. Thanks, Harry
Subject: Re: project options makes kdevelop disppear (crash) I hope this helps. I've also included the console output in case it may be helpful. Additional info: QT: /usr/lib/libqt-mt.so.3.1.0 KDE: 3.1 (RC5) On 19 Dec 2002 13:49:11 -0000, "Harald Fernengel" <harry@kdevelop.org> said: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=52078 > > > > > ------- Additional Comments From harry@kdevelop.org 2002-12-19 14:49 > ------- > please configure your gideon with "--enable-debug", run "gdb gideon", > reproduce the > crash and type "bt" in gdb to get the backtrace and send it in. > Thanks, > Harry > Created an attachment (id=669) kdevelop-gdbbacktrace Created an attachment (id=670) kdevelop-gdboutput
Someone else just brought this bug up...it's a kdelibs thing: http://lists.kde.org/?l=kde-core-devel&m=104125872513038&w=2
I can't reproduce this problem on kdevelop 3.0a3 with kde 3.1rc6, so I'll resolve it.