|
From: Julian S. <js...@ac...> - 2005-11-01 22:28:23
|
On Tuesday 01 November 2005 22:04, Tom Hughes wrote: > In message > <145...@sv...> > > "Yin, Hui" <hu...@me...> wrote: > > This is seen from valgrind-3.0.1 output. The process received SIGKILL > > afterwards. Is this a known issue? > > It should be SIGILL, not KILL... > > Either way, please raise a bug for this. I'll fix it; however 66 66 90 is a pretty strange sequence. 66 is the operand size override and 90 is nop, so you have a 3-byte useless instruction. Where did you get it from? I've never seen the GNU tools generate such a thing. J |