Operating System - Linux
1829463 Members
1618 Online
109991 Solutions
New Discussion

Re: ProC programs crash on 11.23

 
SOLVED
Go to solution
dictum9
Super Advisor

Re: ProC programs crash on 11.23

The problem is resolved.
It was caused by a file being opened but not closed.

Thank you all for the invaluable contributions.

A. Clay Stephenson
Acclaimed Contributor

Re: ProC programs crash on 11.23

I'm going to guess that you finally captured errno properly and it was either EMFILE or ENFILE and that is how you were able to wrestle this steer to the ground.
If it ain't broke, I can fix that.