|
From: <aar...@gm...> - 2005-08-30 21:27:05
|
Using valgrind 3.0.1 one of the applications I regularly use crashes with:
vex x86->IR: unhandled instruction bytes: 0x1C 0xFF 0x88 0x85
==5546==
==5546== Process terminating with default action of signal 4 (SIGILL)
==5546== Illegal opcode at address 0x80A0C53
==5546== at 0x80A0C53: anongame_infos_load (anongame_infos.c:1675)
==5546== by 0x804AA3C: pre_server_startup (main.c:363)
==5546== by 0x804ADFD: main (main.c:502)
the codeline in question is a simple
AT_gamestyles++;
so that information might not be of any help at all.
So what additional information do you need to help me out and get that
fixed?
Btw - 3.0.0 allready quit alot earlier so - good job on getting it going
so far.
|
|
From: Tom H. <to...@co...> - 2005-08-30 23:03:05
|
In message <431...@gm...>
"aar...@gm..." <aar...@gm...> wrote:
> Using valgrind 3.0.1 one of the applications I regularly use crashes with:
>
> vex x86->IR: unhandled instruction bytes: 0x1C 0xFF 0x88 0x85
> ==5546==
> ==5546== Process terminating with default action of signal 4 (SIGILL)
> ==5546== Illegal opcode at address 0x80A0C53
> ==5546== at 0x80A0C53: anongame_infos_load (anongame_infos.c:1675)
> ==5546== by 0x804AA3C: pre_server_startup (main.c:363)
> ==5546== by 0x804ADFD: main (main.c:502)
>
> the codeline in question is a simple
> AT_gamestyles++;
>
> so that information might not be of any help at all.
The instruction is "sbb Ib, Al" which is a bit odd for an addition...
> So what additional information do you need to help me out and get that
> fixed?
Nothing really - if you can report it on the bug tracker that will
be good. The information should be enough to get it fixed.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|