EmbLogic's Blog

Bus Error (Core Dumped):

I was checking the size of the stack space allocated to a process. For that i used recursion and I got Seg fault after almost 8 MB(7.98 MB) of data pushed on to the stack.

Then I increased the size of Stack to 256 MB  (using system call setrlimit()) now i am getting an error i.e Bus error (core dumped)…

I googled for this error but still i am not getting what actually caused this???

How is this different from Segmentation fault????

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>