Thanks for the bug report.
Patch attached to issue.
If you would like to have it fixed straight away, just apply patch to
current trunk and build a new version.
Still have to create proper test case for this issue so we don't get
regression here again.
Cheers,
Hubert
On Fri, May 29, 2009 at 12:04 PM, Zoltan Arnold NAGY <Zoltan.Nagy_at_sun.com>wrote:
> https://grizzly.dev.java.net/issues/show_bug.cgi?id=636
>
> Thanks,
>
> Zotlan
>
> Hubert Iwaniuk wrote:
>
>> Hi Zoltan,
>>
>> I can reproduce the issue.
>>
>> Could you please file bug in https://grizzly.dev.java.net/issues/ ?
>>
>> Thank you for a test case,
>> Hubert.
>>
>>
>> On Fri, May 29, 2009 at 11:01 AM, Zoltan Arnold NAGY <Zoltan.Nagy_at_sun.com<mailto:
>> Zoltan.Nagy_at_sun.com>> wrote:
>>
>> Hi,
>>
>> Jeanfrancois fixed the previous statistics regression in 1.9.15,
>> but it seems a new one appeared :)
>>
>> the following simple program will never stop:
>>
>> public class Main {
>> public static void main(String[] args) {
>> GrizzlyWebServer ws = new GrizzlyWebServer();
>> try {
>> ws.start();
>> ws.getStatistics().startGatheringStatistics();
>> ws.getStatistics().stopGatheringStatistics();
>> ws.stop();
>> } catch(IOException e) {
>> e.printStackTrace();
>> }
>> }
>> }
>>
>> I can see Grizzly-threads running along with DestroyJavaVM...
>> It should work, and quit normally, right?
>>
>> Thanks,
>>
>> Zoltan
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
>> <mailto:users-unsubscribe_at_grizzly.dev.java.net>
>> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>> <mailto:users-help_at_grizzly.dev.java.net>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>
>