Bug 52078 - project options makes kdevelop disppear (crash)
Summary: project options makes kdevelop disppear (crash)
Status: RESOLVED WORKSFORME
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-18 21:36 UTC by Jeff Franklin
Modified: 2003-01-13 02:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
kdevelop-gdbbacktrace (3.07 KB, application/unknown)
2002-12-29 01:51 UTC, Jeff Franklin
Details
kdevelop-gdboutput (32.06 KB, application/unknown)
2002-12-29 01:51 UTC, Jeff Franklin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Franklin 2002-12-18 21:36:21 UTC
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
Comment 1 Harald Fernengel 2002-12-19 14:49:11 UTC
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 
Comment 2 Jeff Franklin 2002-12-29 01:51:28 UTC
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
Comment 3 Caleb Tennis 2002-12-30 16:16:02 UTC
Someone else just brought this bug up...it's a kdelibs thing:

http://lists.kde.org/?l=kde-core-devel&m=104125872513038&w=2
Comment 4 Jeff Franklin 2003-01-13 02:20:49 UTC
I can't reproduce this problem on kdevelop 3.0a3 with kde 3.1rc6, so I'll
resolve it.