You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mladen Turk (JIRA)" <ji...@apache.org> on 2010/02/25 22:14:27 UTC

[jira] Updated: (DAEMON-133) The field SimpleDaemon.stopping is accessed from multiple threads without synch.

     [ https://issues.apache.org/jira/browse/DAEMON-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk updated DAEMON-133:
-------------------------------

    Fix Version/s:     (was: 1.0.2)
                   1.0.1

> The field SimpleDaemon.stopping is accessed from multiple threads without synch.
> --------------------------------------------------------------------------------
>
>                 Key: DAEMON-133
>                 URL: https://issues.apache.org/jira/browse/DAEMON-133
>             Project: Commons Daemon
>          Issue Type: Bug
>            Reporter: Sebb
>             Fix For: 1.0.1
>
>
> The field SimpleDaemon.stopping is accessed from multiple threads without synchronisation.
> The field is access from the run() and stop() methods, and should either be made volatile, or should should be accessed from a synchronized block.
> WIthout such synch, the run() method may never see the value set by the stop() method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.