Re: [PATCH] console-client: Exit on SIGTERM

2014-07-17 Thread Samuel Thibault
David Michael, le Wed 16 Jul 2014 21:56:36 -0400, a écrit : > +/* Exit the console client on SIGTERM. */ > +static void > +signal_handler (int signum) > +{ > + if (signum == SIGTERM) > +console_exit (); > +} We can't just call console_exit() in the middle of the signal handler: SIGTERM could

Re: GSOC - valgrind-hurd queries

2014-07-17 Thread Samuel Thibault
Subhashish, le Tue 08 Jul 2014 06:35:43 +0530, a écrit : > In m_signals.c, there is use of a symbol VKI_SA_NOCLDWAIT or SA_NOCLDWAIT. You mean in the calculate_SKSS_from_SCSS function, right? I believe you will not need calculate_SKSS_from_SCSS and friends, i.e. do not let do_sys_sigaction, set_d

Re: GSOC - valgrind-hurd queries

2014-07-17 Thread Samuel Thibault
Subhashish, le Wed 09 Jul 2014 03:14:15 +0530, a écrit : > Plus I'm getting some weird errors. Can you help me figure out what they > mean? > > There are three errors listed here - http://pastebin.com/cmH8Zf1g I'd say do not care about m_signals.c, just do not let it built on GNU/Hurd. I don't th

Re: [PATCH] Make the ncursesw driver of the console client compile properly

2014-07-17 Thread Samuel Thibault
Marek Benc, le Fri 04 Jul 2014 23:49:06 +0200, a écrit : > As it turns out, someone was cleaning up the Makefile of the console > client, and he ended up checking for ncursesw before Makeconf was > included, which always caused that the source list for the driver was > empty, while the later check,