From: Bernd H. <ber...@ic...> - 2008-05-08 11:36:15
|
Hi all, I use wxHaskell 0.10.3 on Windows (XP) for writing a GUI to manage and execute test cases. Sadly, when using processExecAsyncTimed, the whole application sometimes hangs because process termination seems not to be recognized reliably. This happens about every 4th or so try. I used processExecAsync before which works but is deprecated and slow (because we have a byte-wise stdout stream). Any idea whether this is a wxWidgets problem or is wxHaskell specific? Thanks, Bernd |