Bug 33003 - crash when trying to create slot
Summary: crash when trying to create slot
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.0.1
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-27 03:48 UTC by Anno V. Heimburg
Modified: 2002-09-16 14:43 UTC (History)
0 users

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 Anno V. Heimburg 2001-09-27 03:33:11 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.0.1 (using KDE 2.2.1 )
Severity:          normal
Installed from:    compiled sources
Compiler:          gcc version 2.95.2 19991024 (release)
OS:                Linux (i686) release 2.4.9
OS/Compiler notes: 

KDevelop 2.0.1 reproducably crashes when I'm trying to add a slot using its add slot function from the class' context menu. Backtrace below.

Thx

Anno.

----------------------------

(no debugging symbols found)...0x413f95a9 in __wait4 () from /lib/libc.so.6
#0  0x413f95a9 in __wait4 () from /lib/libc.so.6
#1  0x41461ad8 in __DTOR_END__ () from /lib/libc.so.6
#2  0x409b7f35 in KCrash::defaultCrashHandler ()
   from /opt/kde2/lib/libkdecore.so.3
#3  <signal handler called>
#4  0x8150453 in CEditWidget::getLinePos ()
#5  0x8150381 in CEditWidget::insertAtLine ()
#6  0x80978a6 in CKDevelop::slotCVAddMethod ()
#7  0x816c0e4 in CClassView::sigAddMethod ()
#8  0x8169c9a in CClassView::slotAddMethod ()
#9  0x8196a34 in CClassPropertiesDlgImpl::sigAddMethod ()
#10 0x816f90a in CClassPropertiesDlgImpl::applyAddMethod ()
#11 0x8171291 in CClassPropertiesDlgImpl::slotBtnApply ()
#12 0x40d707aa in QObject::activate_signal () from /usr/lib/qt2/lib/libqt.so.2

#13 0x40ed0666 in QButton::clicked () from /usr/lib/qt2/lib/libqt.so.2
#14 0x40df4f89 in QButton::mouseReleaseEvent ()
   from /usr/lib/qt2/lib/libqt.so.2
#15 0x40dd675e in QWidget::event () from /usr/lib/qt2/lib/libqt.so.2
#16 0x40cf93ae in QApplication::notify () from /usr/lib/qt2/lib/libqt.so.2
#17 0x4091c1d6 in KApplication::notify () from /opt/kde2/lib/libkdecore.so.3
#18 0x40cbcaec in QETWidget::translateMouseEvent ()
   from /usr/lib/qt2/lib/libqt.so.2
#19 0x40cb9eb3 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt2/lib/libqt.so.2
#20 0x40cb8d11 in QApplication::processNextEvent ()
   from /usr/lib/qt2/lib/libqt.so.2
#21 0x40cfb8bf in QApplication::enter_loop () from /usr/lib/qt2/lib/libqt.so.2

#22 0x40d01a08 in QDialog::show () from /usr/lib/qt2/lib/libqt.so.2
#23 0x81694e2 in CClassView::slotSlotNew ()
#24 0x40d70aee in QObject::activate_signal () from /usr/lib/qt2/lib/libqt.so.2

#25 0x40db5063 in QSignal::activate () from /usr/lib/qt2/lib/libqt.so.2
#26 0x40e7a3e9 in QPopupMenu::mouseReleaseEvent ()
   from /usr/lib/qt2/lib/libqt.so.2
#27 0x40dd675e in QWidget::event () from /usr/lib/qt2/lib/libqt.so.2
#28 0x40cf93ae in QApplication::notify () from /usr/lib/qt2/lib/libqt.so.2
#29 0x4091c1d6 in KApplication::notify () from /opt/kde2/lib/libkdecore.so.3
#30 0x40cbc8f0 in QETWidget::translateMouseEvent ()
   from /usr/lib/qt2/lib/libqt.so.2
#31 0x40cb9eb3 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt2/lib/libqt.so.2
#32 0x40cb8d11 in QApplication::processNextEvent ()
   from /usr/lib/qt2/lib/libqt.so.2
#33 0x40cfb8bf in QApplication::enter_loop () from /usr/lib/qt2/lib/libqt.so.2

#34 0x40cb8c8b in QApplication::exec () from /usr/lib/qt2/lib/libqt.so.2
#35 0x80e837b in main ()
#36 0x41370baf in __libc_start_main () from /lib/libc.so.6

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 F@Lk Brettschneider 2001-10-05 14:45:20 UTC
Hi
We need more information what you've done.
Please send an exact click and type sequence for reproducing the bug.
Cheers
F@lk

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Comment 2 Anno V. Heimburg 2001-10-05 15:12:21 UTC
Am Friday 05 October 2001 16:45 schrieben Sie:
> Hi
> We need more information what you've done.
> Please send an exact click and type sequence for reproducing the bug.

1) right-click on class icon
2) left-click on "Add slot..."
3) Optionally enter a different name or change some settings doesn't have=
=20
any impact though
4) left-click on "Apply"
5) Wait 2 seconds. Wham.

Question: I compiled kdelibs qt and kdebase using objprelink. This is the=
=20
only difference I can see to a "regular" install. Could that be the reason?
--=20
Please send all spam to null@rz.uni-karlsruhe.de
http://www.vonheimburg.de
ICQ #106858752
Comment 3 John Firebaugh 2002-09-15 20:52:21 UTC
No longer applicable