Bug 240639

Summary: vex amd64->IR: unhandled instruction bytes: 0xF3 0x48 0xF 0xBD 0xFF 0xB0
Product: [Developer tools] valgrind Reporter: Alexander Stein <alexanders83>
Component: vexAssignee: Julian Seward <jseward>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.5.0   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alexander Stein 2010-06-03 20:05:19 UTC
I'm getting this error on trying to use valgrind on krusader

==7041== Process terminating with default action of signal 4 (SIGILL)
==7041==  Illegal opcode at address 0xCC836CA
==7041==    at 0xCC836CA: T.128 (in /usr/lib64/libglib-2.0.so.0.2200.5)
==7041==    by 0xCC83784: slab_allocator_alloc_chunk (in /usr/lib64/libglib-2.0.so.0.2200.5)
==7041==    by 0xCC84822: g_slice_alloc (in /usr/lib64/libglib-2.0.so.0.2200.5)
==7041==    by 0xCC4187C: g_array_sized_new (in /usr/lib64/libglib-2.0.so.0.2200.5)
==7041==    by 0xCC8FCA8: g_static_private_set (in /usr/lib64/libglib-2.0.so.0.2200.5)
==7041==    by 0xCC4F36A: g_get_filename_charsets (in /usr/lib64/libglib-2.0.so.0.2200.5)
==7041==    by 0xCC4F3ED: _g_convert_thread_init (in /usr/lib64/libglib-2.0.so.0.2200.5)
==7041==    by 0xCC8FF19: g_thread_init_glib (in /usr/lib64/libglib-2.0.so.0.2200.5)
==7041==    by 0x8C1E8CE: QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivate(_GMainContext*) (qeventdispatcher_glib.cpp:297)
==7041==    by 0x7C88E4F: QGuiEventDispatcherGlibPrivate::QGuiEventDispatcherGlibPrivate() (qguieventdispatcher_glib.cpp:171)
==7041==    by 0x7C88F3E: QGuiEventDispatcherGlib::QGuiEventDispatcherGlib(QObject*) (qguieventdispatcher_glib.cpp:186)
==7041==    by 0x7C50667: QApplicationPrivate::createEventDispatcher() (qapplication_x11.cpp:596)
Comment 1 Julian Seward 2010-07-21 12:57:23 UTC

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