You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Francois Mireaux (JIRA)" <ji...@apache.org> on 2009/11/18 11:38:39 UTC

[jira] Commented: (AXIS2C-1413) Windows version axutil_thread_once_init don't initialize control struct

    [ https://issues.apache.org/jira/browse/AXIS2C-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779396#action_12779396 ] 

Francois Mireaux commented on AXIS2C-1413:
------------------------------------------

Sorry, I forget to say that error was dtected on Windows Vista with Visual Studio 2008 Express Edition C compiler.

> Windows version axutil_thread_once_init don't initialize control struct
> -----------------------------------------------------------------------
>
>                 Key: AXIS2C-1413
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1413
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: platforms/windows
>         Environment: Windows
>            Reporter: Francois Mireaux
>            Priority: Critical
>
> On Windows  'axutil_thread_once_init' don't initialize control struct so value may have random value and 'axutil_thread_once' never calls parameter function.
> We must add :
>   if (control)
>  {
>     control->value = 0;
>  }

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