D - Bug : synchronized makes AV when terminate.
- yaneurao sun-inet.or.jp (15/15) Jan 05 2004 I use 'synchronized' keyword in Win9x , an access violation happens
- Walter (3/5) Jan 05 2004 Which win9x?
- yaneurao sun-inet.or.jp (2/3) Jan 05 2004 I examined in plain Win98. 98SE or 95 are not examined.(sorry)
I use 'synchronized' keyword in Win9x , an access violation happens
when my program terminate.
eg.
synchronized {
}
At the last of _STD_critical_term() in dmd/src/phobos/internal/critical.c
: DeleteCriticalSection( &critical_section.cs ); // here
Perhaps , DeleteCriticalSection is called redundantly.
yaneurao.
PS.
I want to apologize to post the same article twice.
http://www.digitalmars.com/drn-bin/wwwnews?D/21162
http://www.digitalmars.com/drn-bin/wwwnews?D/21163
When I was talking about Duplicate Handle,
my article are Duplicated , not a thread handle.
Jan 05 2004
<yaneurao sun-inet.or.jp> wrote in message news:btcb9a$brk$1 digitaldaemon.com...I use 'synchronized' keyword in Win9x , an access violation happens when my program terminate.Which win9x?
Jan 05 2004
In article <btda5j$1puo$2 digitaldaemon.com>, Walter says...Which win9x?I examined in plain Win98. 98SE or 95 are not examined.(sorry)
Jan 05 2004
<yaneurao sun-inet.or.jp> wrote in message news:btdpde$2hgv$1 digitaldaemon.com...In article <btda5j$1puo$2 digitaldaemon.com>, Walter says...Is this working now in 0.78?Which win9x?I examined in plain Win98. 98SE or 95 are not examined.(sorry)
Jan 15 2004
In article <bu740g$ojj$2 digitaldaemon.com>, Walter says...yes! fixed. thank you. yaneurao.I examined in plain Win98. 98SE or 95 are not examined.(sorry)Is this working now in 0.78?
Jan 15 2004








yaneurao <yaneurao_member pathlink.com>