From: Zoran V. <zv...@ar...> - 2005-10-21 19:36:29
|
Am 21.10.2005 um 21:23 schrieb Zoran Vasiljevic: > > Am 21.10.2005 um 21:19 schrieb Vlad Seryakov: > > >> if (mode =3D=3D 'c') { >> /* >> * Initialize Tcl and start interpreting commands. >> * This function never returns, so no clean shutdown. >> */ >> >> NsRestoreSignals(); >> >> > > No, this is totally unrelated. > See my other email. The problem is that signal handling is completely messed up. =10Not only that it does not correctly handle the sigint, it also fails when opening pipes (exec) and alike. On Linux it breaks as well, but with core. This is very very bad... Zoran |