[
https://issues.apache.org/jira/browse/FELIX-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16058263#comment-16058263
]
Karl Pauls commented on FELIX-5652:
-----------------------------------
Yeah, I guess the problem is that you start the framework with a none daemon
thread. That makes the threads in the resolver threadpool be none daemons and
hence, keep the jvm running until they timeout. I guess we should actually make
sure we closed the resolver threadpool when we are stopped.
> Felix Framework hangs on shutdown
> ---------------------------------
>
> Key: FELIX-5652
> URL: https://issues.apache.org/jira/browse/FELIX-5652
> Project: Felix
> Issue Type: Bug
> Components: Framework
> Affects Versions: framework-5.6.2, framework-5.6.4
> Reporter: Florian Brunner
> Assignee: Karl Pauls
> Priority: Blocker
> Fix For: framework-5.6.6
>
> Attachments: felix-5652-v4.6.0.zip, felix-5652-v5.6.2.zip
>
>
> When shutting down the Felix Framework the process hangs for about 1 minute
> or so.
> When running with the debugger, NetBeans shows 8 FelixResolver threads still
> running (my machine has 8 cores, the number might be related).
> The issue did not occur with v4.6.0
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)