<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Nov 1, 2014 at 1:24 PM, Dave Horsfall <span dir="ltr">&lt;<a href="mailto:dave@horsfall.org" target="_blank">dave@horsfall.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":2xt" class="a3s" style="overflow:hidden">I&#39;m still baffled, though.  Signal 11 is SIGSEGV?  That tells me &quot;program<br>
bug&quot;.</div></blockquote></div><br>Yes. Also not clear from this if it&#39;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&#39;d be tempted to think it&#39;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&#39;t actually support forking. (In particular, you can&#39;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.)<br><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>