Bug 49627 - Crash when running php-app
Summary: Crash when running php-app
Status: RESOLVED DUPLICATE of bug 69047
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: PHP (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-24 15:59 UTC by Christoph Jahn
Modified: 2013-03-31 01:09 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 Christoph Jahn 2002-10-24 15:59:05 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.2 
OS:          Linux

I make a new php-project. When i try to run it from web-server.
KDevelop crashes.

Backtrace:
0x41564c39 in wait4 () from /lib/libc.so.6
#0  0x41564c39 in wait4 () from /lib/libc.so.6
#1  0x415e8c18 in __DTOR_END__ () from /lib/libc.so.6
#2  0x4137f0a3 in waitpid () from /lib/libpthread.so.0
#3  0x40b1bc9b in KCrash::defaultCrashHandler(int) ()
   from /usr/kde/cvs/lib/libkdecore.so.4
#4  <signal handler called>
#5  0x41e6940c in PHPSupportPart::slotWebJobStarted(KIO::Job*) ()
   from /usr/lib/kde3/libkdevphpsupport.so
#6  0xbfffe630 in ?? ()
#7  0x40bc7700 in av_ () from /usr/kde/cvs/lib/libkdecore.so.4
#8  0x41e6a650 in PHPSupportPart::className() const ()
   from /usr/lib/kde3/libkdevphpsupport.so
#9  0xe808245c in ?? ()

cu, stop.h
Comment 1 Harald Fernengel 2003-01-14 17:37:52 UTC
Can you send a backtrace with a debug-enabled build? (--enable-debug as 
configure switch). Otherwise the PHP section is not maintained too well at the 
moment, so we'd be glad if you could send a fix... 
Comment 2 Alexander Willner 2003-11-20 16:20:37 UTC
same with me: gentoo 1.4  / KDevelop 3beta1
It crashes when using the webserver (apache2) 

(no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 27849)]

0x415207a8 in waitpid () from /lib/libpthread.so.0
#0  0x415207a8 in waitpid () from /lib/libpthread.so.0
#1  0x40c95ad4 in __JCR_LIST__ () from /usr/kde/3.1/lib/libkdecore.so.4
#2  0x40c0487c in KCrash::defaultCrashHandler(int) ()
   from /usr/kde/3.1/lib/libkdecore.so.4
Comment 3 Jens Dagerbo 2003-11-21 01:46:15 UTC
I'm sorry, but the stacktrace is useless, it doesn't tell us anything. Please build KDevelop with --enable-debug=full.

Personally I know _nothing_ about php, but that doesn't mean I couldn't fix a crash if I knew how to trigger it. 

In other words: More information, please! :)
Comment 4 Jens Dagerbo 2003-11-26 20:04:30 UTC
Bug #69047 gave us a good backtrace and was fixed in less than 3 hours after being reported. This report is 13 months old! :)

Closing as dupe.

*** This bug has been marked as a duplicate of 69047 ***