Bernardo,

    can you include the output from "info registers" when it crashes please?

On Fri, Aug 5, 2011 at 9:32 PM, Bernardo Ezequiel Contreras <vonbecmann@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?

Thanks in advance








--
best,
Eliot