[Vm-dev] [StackVMUnix] Illegal Instruction

Igor Stasenko siguctua at gmail.com
Sat Aug 6 13:36:17 UTC 2011


On 6 August 2011 06:32, Bernardo Ezequiel Contreras
<vonbecmann at gmail.com> wrote:
>
> Hi all,
>
>  im trying to compile the stack vm on unix with debug options because i'm getting an illegal instruction, see below
>
> Starting program: /home/vonbecmann/bin/stack-vm/latest/results/StackVM
> [Thread debugging using libthread_db enabled]
>
> Program received signal SIGILL, Illegal instruction.
> 0x08092ccb in ?? ()
> (gdb) bt
> #0  0x08092ccb in ?? ()
> #1  0x080930ee in ?? ()
> #2  0x0809314d in ?? ()
> #3  0x08095b77 in ?? ()
> #4  0x00189ce7 in __libc_start_main () from /lib/libc.so.6
> #5  0x0805cd91 in ?? ()
> (gdb) x/i $pc
> => 0x8092ccb:   movq   %xmm7,0x8187ef8
> (gdb)
>
> But i dont know what to do next. maybe im using the wrong libraries to compile it
>
> what should i do?? any ideas?

it could be because of -msse2 compiler option
go to #compilerFlagsDebug and remove it



>
> Thanks in advance
>
>
>
>
>
>



-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Vm-dev mailing list