This is the mail archive of the cygwin-apps mailing list for the Cygwin 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: 64bit: segfault on program exit


On 4/3/2013 4:22 PM, Corinna Vinschen wrote:
On Apr  3 15:30, marco atzeri wrote:
On 4/2/2013 10:59 AM, Corinna Vinschen wrote:

The crash occurs in a forked process, I guess.  Since you're building
the stuff yourself, maybe you can try some serious `printf' based
debugging?

very curious, this test
  if (n == -1)

does not work as "n" is ssize_t = long
while
  if (n + 1)

is fine

Corinna

 Marco


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