[Bug 80134] New: Signal 11 after manually generating .cpp.
Ken Housley
housley at ida.net
Thu Apr 22 19:11:04 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=80134
Summary: Signal 11 after manually generating .cpp.
Product: kdevelop
Version: unspecified
Platform: Mandrake RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: kdevelop-devel kdevelop org
ReportedBy: housley ida net
Version: 3.0.3 (using KDE 3.1.0)
Installed from: Mandrake Linux Cooker i586 - Cooker
Compiler: gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
OS: Linux (i686) release 2.4.21-0.13mdk
I was trying to complete the SigCreate tutorial (ver 3). I used QT designer to write my .ui file as instructed in the tutorial, but kdevelop did not automatically produce a sigcreatedlg.cpp file from the sigcreatedlg.ui file. The tutorial said that if this happens ( it should not !) I could manually run the uic program to produce the .h and .cpp files. I did so according to the instructions in the tutorial. Then when I ran automake and friends, and configure. They seemed to work. But when I ran the build active target (F7) I got a signal 11 error.
The backtrace of this is as follows:
[New Thread 16384 (LWP 4959)]
[New Thread 32769 (LWP 4964)]
[New Thread 16386 (LWP 4965)]
0x413ca6ba in waitpid () from /lib/i686/libpthread.so.0
#0 0x413ca6ba in waitpid () from /lib/i686/libpthread.so.0
#1 0x40ad6e7b in KCrash::defaultCrashHandler(int) ()
from /usr/lib/libkdecore.so.4
#2 0x4152d3b8 in __libc_sigaction () from /lib/i686/libc.so.6
I hope this helps. It seems to me I should at least be able to complete the published tutorial and have it work right.
Thanks for your help.
More information about the KDevelop-devel
mailing list