[Kde-bindings] [Korundum] Crash KDE::Application.new

Alex Martin Ugalde alex.martin at eresmas.com
Mon Jun 7 12:06:28 UTC 2004


Hi Richard,

> Can you attach with gdb to the process to get a better idea of what is crashing?

Sure, but i guess i have bad news, this is the backtrace i got:

Program received signal SIGSEGV, Segmentation fault.
0x401d9ec3 in ?? ()
(gdb) where
#0  0x401d9ec3 in ?? ()
#1  0x401d9c53 in ?? ()
#2  0x4020961c in ?? ()
#3  0x4237dbb6 in ?? ()
#4  0x42399453 in ?? ()
#5  0x423a5294 in ?? ()
#6  0x423a4e5f in ?? ()
#7  0x423f0715 in ?? ()
#8  0x423f0b5c in ?? ()
#9  0x41bb12ad in ?? ()
#10 0x41bb2409 in ?? ()
#11 0x41badb78 in ?? ()
#12 0x41bad044 in ?? ()
#13 0x40904f3c in ?? ()
#14 0x408198ae in ?? ()
#15 0x402cc12b in ?? ()
#16 0x4007a421 in ?? ()
#17 0x40080045 in ?? ()
#18 0x4007a421 in ?? ()
#19 0x4007add9 in ?? ()
#20 0x40075a8f in ?? ()
#21 0x40078853 in ?? ()
#22 0x40078a3a in ?? ()
#23 0x40084973 in ?? ()
#24 0x4007a454 in ?? ()
#25 0x4007add9 in ?? ()
#26 0x40075c9c in ?? ()
#27 0x40074cad in ?? ()
#28 0x40075556 in ?? ()
#29 0x4007a97c in ?? ()
#30 0x4007add9 in ?? ()
#31 0x4007b0b9 in ?? ()
#32 0x402cc2f1 in ?? ()
#33 0x402cc41a in ?? ()
#34 0x402c9439 in ?? ()
#35 0x4007a421 in ?? ()
#36 0x4007add9 in ?? ()
#37 0x40075a8f in ?? ()
#38 0x400765bb in ?? ()
#39 0x40071b3c in ?? ()
#40 0x40072036 in ?? ()
#41 0x400720a5 in ?? ()
#42 0x080486c2 in ?? ()
#43 0x401829ed in ?? ()

:X ....
Seeing this unless bakctrace, i guess i needed to compile KDE or QTRuby
with "-g" flag, didn't I?

Anyway, has configure script any parameter to compile using "-g" flag?,
or i need to setup it manually to compile with debug information?

> Could you try building krubyinit and run the example under that, to see if it 
> still crashes?

It doesn't output anything:

$ krubyinit bomb.rb 
$

and running it with -d or -w flags, it outputs:

$ krubyinit -w bomb.rb
/usr/lib/ruby/site_ruby/1.8/KDE/korundum.rb:148: warning: `*' interpreted as argument prefix
$

Regards,
Alex



More information about the Kde-bindings mailing list