This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Can not generate core file
- From: James Gu <jungu at davsys dot com>
- To: gcc-help at gnu dot org
- Date: Fri, 05 Jul 2002 11:22:49 -0400
- Subject: Can not generate core file
- Organization: DaVinci Systems, Inc.
Hi,
I am using RedHat 7.1 with g++ (2.96).
I have setup my shell to "limit coredumpsize unlimited".
My program also includes pthread. For whatever reason,
when the program gets segmentation fault, it never generates
core dump file for debuging. But if I commented out the
pthread code. It generated core file. Is this a g++ problem
or shell execution problem? Thanks for your help.
James Gu