qemu: uncaught target signal 11 (Segmentation fault) - core dumped

1,006 views
Skip to first unread message

Hamid Reza Khaleghzadeh

unread,
Mar 17, 2014, 9:53:52 AM3/17/14
to es...@googlegroups.com
Hi all,

I have written a matrix multiply program. When matrix size increased (about 1000*1000), I encounter with following error:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped

Could you tell me how this problem can be solved?

Gabriel Southern

unread,
Mar 17, 2014, 5:48:09 PM3/17/14
to es...@googlegroups.com
It's hard to know the cause without having more details.

As a troubleshooting step I would suggest running your application with just QEMU (no ESESC).  That way you can verify that there are no bugs in the application code.  It is possible that such a large matrix is causing a stack overflow in QEMU if you are allocating the matrix on the stack.

It's also possible that there is some other problem.  But I would suggest verifying that the application works with standalone QEMU.  If it does then you might want to run ESESC with gdb to try to get more details about the source of the problem.

-Gabriel


--
You received this message because you are subscribed to the Google Groups "ESESC" group.
To unsubscribe from this group and stop receiving emails from it, send an email to esesc+un...@googlegroups.com.
To post to this group, send email to es...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages