Re: signal handler problems in screenshot plug-in

2000-11-08 Thread Raphael Quinet
On Tue, 07 Nov 2000, Sven Neumann [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] (Raphael Quinet) writes: I think that the best way to fix the screenshot plug-in is to add this before the call to fork(): gimp_signal_private (SIGCHLD, SIG_DFL, SA_RESTART); (don't forget to #include

Re: signal handler problems in screenshot plug-in

2000-11-07 Thread Sven Neumann
Hi, [EMAIL PROTECTED] (Raphael Quinet) writes: I took a look at bug #27786 "screenshot plugin on Solaris takes bus error on exit" because I wanted to see if I could reproduce it. Well, I got another problem: the screenshot plug-in exits with "xwd didn't work" before giving any results. If

Re: signal handler problems in screenshot plug-in

2000-11-07 Thread Nem W Schlecht
Sven Neumann e-mailed me on Tue Nov 7 12:37:43 2000 (Re: "Re: signal handler problems in screenshot plug-in") I took a look at bug #27786 "screenshot plugin on Solaris takes bus I think that the best way to fix the screenshot plug-in is to add this before t