|
From: Jelte W. <Jel...@cr...> - 2006-02-13 10:46:27
|
I'm using the valgrind-3.0.0 package included with my distro, so I'll
give upgrading a shot. Thanks for the tip!
cheers,=20
Jelte
-----Oorspronkelijk bericht-----
Van: Tom Hughes [mailto:to...@co...]=20
Verzonden: maandag 13 februari 2006 11:42
Aan: val...@li...
Onderwerp: Re: [Valgrind-users] Illegal opcode in shared lib causes
SIGILL
In message
<E08...@cn...uisetravel.local>
Jelte Werkhoven <Jel...@cr...> wrote:
> I am trying to debug my application with valgrind. It uses some=20
> third-party supplied binary libraries for which I have no source code.
> It seems one of these calls an illegal opcode. Does anyone know of a=20
> way to circumvent this problem?
Use the latest version of valgrind?
> vex x86->IR: unhandled instruction bytes: 0x1C 0xFF 0xF 0xB6
That is "sbb Ib, Al" which is implemented in valgrind 3.1.0 so you need
to upgrade.
Tom
--=20
Tom Hughes (to...@co...)
http://www.compton.nu/
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files for problems? Stop! Download the new AJAX search engine that
makes searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat=3D=
121642
_______________________________________________
Valgrind-users mailing list Val...@li...
https://lists.sourceforge.net/lists/listinfo/valgrind-users
|
|
From: Jelte W. <Jel...@cr...> - 2006-02-13 11:00:22
|
Thanks Tom, solved the problem perfectly.
Jelte
-----Oorspronkelijk bericht-----
Van: Jelte Werkhoven=20
Verzonden: maandag 13 februari 2006 11:46
Aan: Tom Hughes; val...@li...
Onderwerp: RE: [Valgrind-users] Illegal opcode in shared lib causes
SIGILL
I'm using the valgrind-3.0.0 package included with my distro, so I'll
give upgrading a shot. Thanks for the tip!
cheers,=20
Jelte
-----Oorspronkelijk bericht-----
Van: Tom Hughes [mailto:to...@co...]=20
Verzonden: maandag 13 februari 2006 11:42
Aan: val...@li...
Onderwerp: Re: [Valgrind-users] Illegal opcode in shared lib causes
SIGILL
In message
<E08...@cn...uisetravel.local>
Jelte Werkhoven <Jel...@cr...> wrote:
> I am trying to debug my application with valgrind. It uses some
> third-party supplied binary libraries for which I have no source code.
> It seems one of these calls an illegal opcode. Does anyone know of a
> way to circumvent this problem?
Use the latest version of valgrind?
> vex x86->IR: unhandled instruction bytes: 0x1C 0xFF 0xF 0xB6
That is "sbb Ib, Al" which is implemented in valgrind 3.1.0 so you need
to upgrade.
Tom
--=20
Tom Hughes (to...@co...)
http://www.compton.nu/
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files for problems? Stop! Download the new AJAX search engine that
makes searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat=3D=
121642
_______________________________________________
Valgrind-users mailing list Val...@li...
https://lists.sourceforge.net/lists/listinfo/valgrind-users
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files for problems? Stop! Download the new AJAX search engine that
makes searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK! =
http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=103432&bid#0486&dat=121642
_______________________________________________
Valgrind-users mailing list Val...@li...
https://lists.sourceforge.net/lists/listinfo/valgrind-users
|
|
From: Tom H. <to...@co...> - 2006-02-13 11:37:17
|
In message <E08...@cn...uisetravel.local>
Jelte Werkhoven <Jel...@cr...> wrote:
> I'm using the valgrind-3.0.0 package included with my distro, so I'll
> give upgrading a shot. Thanks for the tip!
Well according to the output you posted it was an SVN build from
somewhere between 3.0.0 and 3.0.1 actually.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|