[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Temporary files
From: |
Eli Zaretskii |
Subject: |
Re: Temporary files |
Date: |
Fri, 09 Jun 2006 19:38:06 +0300 |
> Date: Fri, 09 Jun 2006 12:05:19 +0000
> From: Greg Chicares <address@hidden>
> CC: address@hidden
>
> With version 3.81, no, I can't reproduce such a problem.
Okay, thanks for testing.
It makes sense for previous versions to have all kinds of problems
when interrupted, since SIGINT handling was badly broken in the
Windows port before v3.81 (previous versions ignored the fact that
Windows runs the signal handler in a separate thread, without stopping
the main thread).