Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2003 14:11:18 -0700 (PDT)
From:      Yogeshwar Shenoy <ynshenoy@alumni.cs.ucsb.edu>
To:        freebsd-current@freebsd.org
Subject:   5.1-R: zero byte core file.
Message-ID:  <Pine.LNX.4.56L0.0308201406280.31072@alumni.cs.ucsb.edu>

index | next in thread | raw e-mail


While using 5.1-RELEASE, I find that if my application program seg 
faults, it produces "programname.core"; but it is 0 bytes.
I ran the exact same program on another machine that was running 
4.4-RELEASE, and I do get a core file that I can use with gdb.
I'd really appreciate if someone could help me resolve this.

Additional details: 
- It is not specific to the application program. I tried a 2 line program:
    char p[8];
    memcpy(p, "1234567890123456789012345678901234567890", 40);
 with same results on 5.1-R(0 byte core file) and 4.4-R(usable core file)

- "ulimit -a" on the 5.1-R machine gives
   core file size        (blocks, -c) unlimited

- Just to be sure I used getrlimit() to find what the limit  for 
RLIMIT_CORE is in my processes, and it is RLIM_INFINITY.

- I did the basic checks like write permission on current directory, it 
looks fine.

Can someone help me resolve this? 

Thanks,
Yogeshwar.


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.56L0.0308201406280.31072>