Bug 240639 - vex amd64->IR: unhandled instruction bytes: 0xF3 0x48 0xF 0xBD 0xFF 0xB0
Summary: vex amd64->IR: unhandled instruction bytes: 0xF3 0x48 0xF 0xBD 0xFF 0xB0
Status: RESOLVED DUPLICATE of bug 212335
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (show other bugs)
Version: 3.5.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 20:05 UTC by Alexander Stein
Modified: 2010-07-21 12:57 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 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 ***