On Sat, Nov 1, 2014 at 1:24 PM, Dave Horsfall <[email protected]> wrote:

> I'm still baffled, though.  Signal 11 is SIGSEGV?  That tells me "program
> bug".
>

Yes. Also not clear from this if it's the child of gimp that is segfaulting
or if the child had exec()ed launchtl by then (which would be an Apple
bug). But I'd be tempted to think it's the gimp, just because if it has
something like an X server connection open at fork() time, it has to be
very careful with it because it doesn't actually support forking. (In
particular, you can't XCloseDisplay() safely; just retrieve the file
descriptor and mark it as close-on-exec. If it has other fork-unsafe
resources open as well then it has to be even more careful.)

-- 
brandon s allbery kf8nh                               sine nomine associates
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to