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 r
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(eventwai