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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -