[Bug 60912] Profiling broken for optimized shared library projects

Craig Scott craig.scott at csiro.au
Wed Jul 9 02:21:02 UTC 2003


------- 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=60912     




------- Additional Comments From craig.scott at csiro.au  2003-07-09 02:20 -------
Backtrace doesn't seem to give much of a hint: 
 
test % gdb .libs/lt-test core.1471 
GNU gdb Red Hat Linux (5.2.1-4) 
Copyright 2002 Free Software Foundation, Inc. 
GDB is free software, covered by the GNU General Public License, and you are 
welcome to change it and/or distribute copies of it under certain conditions. 
Type "show copying" to see the conditions. 
There is absolutely no warranty for GDB.  Type "show warranty" for details. 
This GDB was configured as "i386-redhat-linux"... 
Core was generated by `lt-test'. 
Program terminated with signal 11, Segmentation fault. 
Reading symbols from 
/hiddenpath/KDevelopTest/test/test/MyLibDir/.libs/libMyLibDir.so.0...done. 
Loaded symbols for 
/hiddenpath/KDevelopTest/test/test/MyLibDir/.libs/libMyLibDir.so.0 
Reading symbols from 
/hiddenpath/KDevelopTest/test/test/MyLibDir/WasteTime/.libs/libWasteTime.so.0...done. 
Loaded symbols for 
/hiddenpath/KDevelopTest/test/test/MyLibDir/WasteTime/.libs/libWasteTime.so.0 
Reading symbols from /usr/lib/libstdc++.so.5...done. 
Loaded symbols for /usr/lib/libstdc++.so.5 
Reading symbols from /lib/libgcc_s.so.1...done. 
Loaded symbols for /lib/libgcc_s.so.1 
Reading symbols from /lib/i686/libm.so.6...done. 
Loaded symbols for /lib/i686/libm.so.6 
Reading symbols from /lib/i686/libc.so.6...done. 
Loaded symbols for /lib/i686/libc.so.6 
Reading symbols from /lib/ld-linux.so.2...done. 
Loaded symbols for /lib/ld-linux.so.2 
#0  0x40017729 in WasteTime() () at wastetime.cpp:2 
2       { 
(gdb) bt full 
#0  0x40017729 in WasteTime() () at wastetime.cpp:2 
        i = 999 
#1  0x080486dd in main () at main.cpp:6 
        i = 999 
#2  0x420158f7 in __libc_start_main () from /lib/i686/libc.so.6 
No symbol table info available.




More information about the KDevelop-devel mailing list