Comment 8 for bug 849882

Revision history for this message
KSSG (kssg) wrote :

I also get a crash. Tried to build it from source, and this is what happened. Oneiric 32-bit, all packages up-to-date to this day.

(gdb) r
Starting program: /usr/bin/krename
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
QString (other=<optimized out>, this=0x81062ac) at /usr/include/qt4/QtCore/qstring.h:729
729 { Q_ASSERT(&other != this); d->ref.ref(); }
(gdb) bt
#0 QString (other=<optimized out>, this=0x81062ac)
    at /usr/include/qt4/QtCore/qstring.h:729
#1 __static_initialization_and_destruction_0 (__priority=65535, __initialize_p=1)
    at /dev/shm/krename/src/plugin.cpp:22
#2 _GLOBAL__sub_I__ZN6Plugin17S_TOKEN_SEPARATORE () at /dev/shm/krename/src/plugin.cpp:51
#3 0x080dd422 in __libc_csu_init ()
#4 0x01a890aa in __libc_start_main () from /lib/i386-linux-gnu/libc.so.6
#5 0x080603e9 in _start ()
(gdb)