segmentation fault - Core dumped?­­­­ -



segmentation fault - Core dumped?­­­­ -

possible duplicate: why core dump file generated ?

when programs segfault, message on stderr:

segmentation fault

sometimes, however, see instead:

segmentation fault (core dumped)

what 'core'? useful debugging? triggers dumped? these dumps located?

a core dump snapshot of computer memory when programme crashed.

http://en.wikipedia.org/wiki/core_dump

it many things limit core dump, ulimit... http://www.akadia.com/services/ora_enable_core.html

to c runtime settings.

segmentation-fault

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -