On Fri, Jan 9, 2015 at 8:16 PM, Milan Pandurov <[email protected]> wrote: > When running hello_world in gdb it breaks: > > Local<Context> context = Context::New(isolate); > > i haven't compiled debug version of library, but backtrace shows this. > > Program received signal SIGILL, Illegal instruction. > 0x23b1375c in ?? () > (gdb) backtrace > #0 0x23b1375c in ?? () > #1 0x23b6bf90 in ?? () > #2 0x23b6bf90 in ?? () > Backtrace stopped: previous frame identical to this frame (corrupt stack?) > > I didn't understand you completely on a process of finding illegal > instruction. Could you clarify this a bit. > Could you remember which build arguments were you using when building your > project library. > > Thanks
Try `disassemble` when you get the SIGILL, that should print the offending instruction. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
