It's hard to tell without an example program, but it sounds like the signal handler either isn't getting installed or it's getting uninstalled somewhere along the way. A normal cli_c app spends most of it's time at that select() call, waiting for data from the server, so if a fatal signal was received that's where it would die.
On Tue, Jul 23, 2002 at 02:54:38PM +0300, hasan huseyin yilmaz wrote: > when you send any signal to picogui Application. Aplication Terminates > I will give you what function calls made after signal arrived. Application > first calls pgGetEvent() at netcore.c at line 1331 > then, it calls pgFlushRequests at netcore.c at line 1165 > later it calls up _pg_getresponse(eventwait=1) at netcore.c at line 388 > then, it calls ??() > after that it calls select() function > > > then Aplication doesnt give any more response further it is terminated > for this reason I cant handle any signal which must be handled by my > application > > Please Can you Explain why I cant handle signals? where does the problem > come from? > thanks for help > > HASAN HUSEYIN YILMAZ > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pgui-devel -- Only you can prevent creeping featurism! ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
