[Issue 10364] Mac OS 10.8 program crash
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jul 28 08:11:17 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10364
Lars T. Kyllingstad <bugzilla at kyllingen.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at kyllingen.net
--- Comment #2 from Lars T. Kyllingstad <bugzilla at kyllingen.net> 2013-07-28 08:11:16 PDT ---
I can not reproduce this on Linux. It would be great to get confirmation from
someone else on OSX, to verify that it isn't a local issue.
One thing I've noticed is that you call exit() in the parent process after a
successful fork(). You should call _exit() instead, to avoid double-flushing
buffers etc. This probably won't fix your problem, but it's worth a try.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list