[
https://issues.apache.org/jira/browse/FELIX-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770898#action_12770898
]
Karl Pauls commented on FELIX-1816:
-----------------------------------
Ok, I think I see what is gonig on. You probably just hit ctrl-c to terminate
the jvm after it was deadlocking.
Nevermind, this looks like a bug. I will try to fix it (but you might not like
the solution). Basically, the issue seems to be that you are trying to stop the
system bundle while it is still starting. This shouldn't deadlock but we
probably will have to throw some exception from the stop method. I will have to
look into this some more first, however. Thanks again.
> deadlock on SystemBundle.stop()
> -------------------------------
>
> Key: FELIX-1816
> URL: https://issues.apache.org/jira/browse/FELIX-1816
> Project: Felix
> Issue Type: Bug
> Affects Versions: felix-2.0.1
> Reporter: Dennis Geurts
> Assignee: Karl Pauls
> Attachments: trace.log
>
>
> When one calls SystemBundle.stop within BundleActivator.start(BundleContext)
> a deadlock occurs.
> I will attach a stacktrace.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.