Re: [ccache] ccache interrupt handling bug

2015-08-16 Thread Nadav Har'El
on a signal - just after the child compiler exits. Again, I guess this destinction is not very important, but I just wanted to point it out in case anybody thinks it is important. -- Nadav Har'El n...@cloudius-systems.com ___ ccache mailing list ccache

[ccache] ccache interrupt handling bug

2015-07-23 Thread Nadav Har'El
*/ +exit(1); +} + args_pop(args, 3); if (x_stat(tmp_stdout, st) != 0) { /* The stdout file was removed - cleanup in progress? Better bail out. */ stats_update(STATS_MISSING); -- Nadav Har'El n...@cloudius-systems.com

Re: [ccache] ccache interrupt handling bug

2015-08-30 Thread Nadav Har'El
sigaction, signal sets, instead of the antique signal(), etc.) might break compilation on some antique UNIX machines or on MS-Windows (!?) or something. But I doubt any present-day system actually lacks sigaction() and friends, so I think your code is good. -- Nadav Har'El n...@cloudius-systems.com