Bug 80134 - Signal 11 after manually generating .cpp.
Summary: Signal 11 after manually generating .cpp.
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 16:16 UTC by Ken Housley
Modified: 2004-04-23 14:22 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 Ken Housley 2004-04-22 16:16:39 UTC
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.
Comment 1 Jens Dagerbo 2004-04-22 19:58:35 UTC
Since you're using Mandrake, try disabling the FileSelector plugin. (See Bug #69906)

As a bug report this is unfortunately useless. "It crashed" doesn't really tell us much. Sorry. 

Closing.
Comment 2 Ken Housley 2004-04-23 14:15:38 UTC
1. How do I find out what plugins I have?

2. What does the FileSelector plugin do?

3. How do I remove the FileSelector plugin to see if that makes any difference?
Comment 3 Amilcar do Carmo Lucas 2004-04-23 14:22:22 UTC
Project -> Project Options ... -> Plugins

and

Setings -> Configure KDevelop... -> Plugins