Thread overview |
---|
January 05, 2004 Bug : synchronized makes AV when terminate. | ||||
---|---|---|---|---|
| ||||
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. |
January 06, 2004 Re: synchronized makes AV when terminate. | ||||
---|---|---|---|---|
| ||||
Posted in reply to yaneurao | <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? |
January 06, 2004 Re: synchronized makes AV when terminate. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | In article <btda5j$1puo$2@digitaldaemon.com>, Walter says... >Which win9x? I examined in plain Win98. 98SE or 95 are not examined.(sorry) |
January 15, 2004 Re: synchronized makes AV when terminate. | ||||
---|---|---|---|---|
| ||||
Posted in reply to yaneurao | <yaneurao@sun-inet.or.jp> wrote in message news:btdpde$2hgv$1@digitaldaemon.com... > In article <btda5j$1puo$2@digitaldaemon.com>, Walter says... > >Which win9x? > > I examined in plain Win98. 98SE or 95 are not examined.(sorry) Is this working now in 0.78? |
January 15, 2004 Re: synchronized makes AV when terminate. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | In article <bu740g$ojj$2@digitaldaemon.com>, Walter says... >> I examined in plain Win98. 98SE or 95 are not examined.(sorry) >Is this working now in 0.78? yes! fixed. thank you. yaneurao. |
Copyright © 1999-2021 by the D Language Foundation