RE: [Qemu-devel] qemu dsound and crash

2006-05-31 Thread ZIGLIO, Frediano, VF-IT
> > ZIGLIO, Frediano wrote: > > >I analyzed the dsound problem (using Windows dsound audio > driver cause > >crash when closing console window cf "Qemu impressions"). > The problem is > >very complicated. Is seems that for some reasons dsound dll > is unloaded > >before msvcrt (which hold atex

Re: [Qemu-devel] qemu dsound and crash

2006-05-30 Thread Kazu
ZIGLIO, Frediano wrote: >I analyzed the dsound problem (using Windows dsound audio driver cause >crash when closing console window cf "Qemu impressions"). The problem is >very complicated. Is seems that for some reasons dsound dll is unloaded >before msvcrt (which hold atexit and exit function) s

[Qemu-devel] qemu dsound and crash

2006-05-30 Thread ZIGLIO, Frediano, VF-IT
I analyzed the dsound problem (using Windows dsound audio driver cause crash when closing console window cf "Qemu impressions"). The problem is very complicated. Is seems that for some reasons dsound dll is unloaded before msvcrt (which hold atexit and exit function) so dsound free memory then msvc