This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: generating core dumps


Hi Saggu,

 The generation of core files is a platform thing;)
On UNIX systems there is generally a core file size
system limit, which you might want to have a look at
using 'limit', 'ulimit' or something. The limit might
be smaller than the process image. Secondly, not all
signals cause core dumps by default. You might be able
to configure that on certain platforms, or alternatively
install a signal handler, which calls abort, for the
signal in question.

Yours sincerely,

Bjorn


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]