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 "Praivn Kumar Singh (JIRA)" <ax...@ws.apache.org> on 2010/09/26 14:49:33 UTC

[jira] Created: (AXISCPP-1074) Stub initialization throws exception causing windows message box, the process to lock up ::constructor call Stub(" ", APTHTTP1_1)

Stub initialization throws exception causing windows message box, the process to lock up ::constructor call Stub(" ", APTHTTP1_1)
---------------------------------------------------------------------------------------------------------------------------------

                 Key: AXISCPP-1074
                 URL: https://issues.apache.org/jira/browse/AXISCPP-1074
             Project: Axis-C++
          Issue Type: Bug
          Components: Client - Stub
    Affects Versions: 1.5 Final
         Environment: Windows 2003
            Reporter: Praivn Kumar Singh
            Priority: Critical
             Fix For: 1.5 Final


Issue: Stub initialization throws exception causing windows message box, the process to lock up. This is initiated from  constructor Stub(" ", APTHTTP1_1) call. 

Please note issue is NOT frequently observed. It is sporadic in nature.

Please refer the below call stack This call stack may not explain the exact reason of exception. But there is something shady in Stub constructor initialization.

ntdll!KiFastSystemCallRet    
ntdll!ZwRaiseHardError+c    
user32!ServiceMessageBox+145    
user32!MessageBoxWorker+13e    
user32!MessageBoxTimeoutW+7a    
user32!MessageBoxTimeoutA+9c    
user32!MessageBoxExA+1b    
user32!MessageBoxA+45    
msvcr71!__crtMessageBoxA+f4    
msvcr71!_NMSG_WRITE+12e    
msvcr71!abort+7    
kernel32!UnhandledExceptionFilter+12a    
msvcr71!__CxxUnhandledExceptionFilter+2b    
kernel32!RaiseException+53    
msvcrt!_XcptFilter+178    
msvcrt!_endthreadex+ba    
msvcrt!_except_handler3+61    
ntdll!ExecuteHandler2+26    
ntdll!ExecuteHandler+24    
ntdll!RtlAllocateHeap+460    
kernel32!RaiseException+53    
msvcrt!_CxxThrowException+36    
AxisClient!axiscpp::AxisUtils::isStringOnlyWithSpaces+22dc    
AxisClient!axiscpp::AxisUtils::isStringOnlyWithSpaces+215f    
AxisClient!initialize_module+127    
AxisClient!axiscpp::Call::Call+a5    
AxisClient!axiscpp::Stub::Stub+83    

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Closed: (AXISCPP-1074) Stub initialization throws exception causing windows message box, the process to lock up ::constructor call Stub(" ", APTHTTP1_1)

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXISCPP-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nadir amra closed AXISCPP-1074.
-------------------------------

    Resolution: Fixed

I would build the client from the code in SVN and see if the problem occurs.   The code in SVN is the latest and has many, many fixes.

If it does, reopen the issue and give an example of how to recreate. 

> Stub initialization throws exception causing windows message box, the process to lock up ::constructor call Stub(" ", APTHTTP1_1)
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXISCPP-1074
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-1074
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Client - Stub
>    Affects Versions: 1.5 Final
>         Environment: Windows 2003
>            Reporter: Praivn Kumar Singh
>            Priority: Critical
>             Fix For: 1.5 Final
>
>
> Issue: Stub initialization throws exception causing windows message box, the process to lock up. This is initiated from  constructor Stub(" ", APTHTTP1_1) call. 
> Please note issue is NOT frequently observed. It is sporadic in nature.
> Please refer the below call stack This call stack may not explain the exact reason of exception. But there is something shady in Stub constructor initialization.
> ntdll!KiFastSystemCallRet    
> ntdll!ZwRaiseHardError+c    
> user32!ServiceMessageBox+145    
> user32!MessageBoxWorker+13e    
> user32!MessageBoxTimeoutW+7a    
> user32!MessageBoxTimeoutA+9c    
> user32!MessageBoxExA+1b    
> user32!MessageBoxA+45    
> msvcr71!__crtMessageBoxA+f4    
> msvcr71!_NMSG_WRITE+12e    
> msvcr71!abort+7    
> kernel32!UnhandledExceptionFilter+12a    
> msvcr71!__CxxUnhandledExceptionFilter+2b    
> kernel32!RaiseException+53    
> msvcrt!_XcptFilter+178    
> msvcrt!_endthreadex+ba    
> msvcrt!_except_handler3+61    
> ntdll!ExecuteHandler2+26    
> ntdll!ExecuteHandler+24    
> ntdll!RtlAllocateHeap+460    
> kernel32!RaiseException+53    
> msvcrt!_CxxThrowException+36    
> AxisClient!axiscpp::AxisUtils::isStringOnlyWithSpaces+22dc    
> AxisClient!axiscpp::AxisUtils::isStringOnlyWithSpaces+215f    
> AxisClient!initialize_module+127    
> AxisClient!axiscpp::Call::Call+a5    
> AxisClient!axiscpp::Stub::Stub+83    

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Closed: (AXISCPP-1074) Stub initialization throws exception causing windows message box, the process to lock up ::constructor call Stub(" ", APTHTTP1_1)

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXISCPP-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nadir amra closed AXISCPP-1074.
-------------------------------

    Resolution: Cannot Reproduce

> Stub initialization throws exception causing windows message box, the process to lock up ::constructor call Stub(" ", APTHTTP1_1)
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXISCPP-1074
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-1074
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Client - Stub
>    Affects Versions: 1.5 Final
>         Environment: Windows 2003
>            Reporter: Praivn Kumar Singh
>            Priority: Critical
>             Fix For: 1.5 Final
>
>
> Issue: Stub initialization throws exception causing windows message box, the process to lock up. This is initiated from  constructor Stub(" ", APTHTTP1_1) call. 
> Please note issue is NOT frequently observed. It is sporadic in nature.
> Please refer the below call stack This call stack may not explain the exact reason of exception. But there is something shady in Stub constructor initialization.
> ntdll!KiFastSystemCallRet    
> ntdll!ZwRaiseHardError+c    
> user32!ServiceMessageBox+145    
> user32!MessageBoxWorker+13e    
> user32!MessageBoxTimeoutW+7a    
> user32!MessageBoxTimeoutA+9c    
> user32!MessageBoxExA+1b    
> user32!MessageBoxA+45    
> msvcr71!__crtMessageBoxA+f4    
> msvcr71!_NMSG_WRITE+12e    
> msvcr71!abort+7    
> kernel32!UnhandledExceptionFilter+12a    
> msvcr71!__CxxUnhandledExceptionFilter+2b    
> kernel32!RaiseException+53    
> msvcrt!_XcptFilter+178    
> msvcrt!_endthreadex+ba    
> msvcrt!_except_handler3+61    
> ntdll!ExecuteHandler2+26    
> ntdll!ExecuteHandler+24    
> ntdll!RtlAllocateHeap+460    
> kernel32!RaiseException+53    
> msvcrt!_CxxThrowException+36    
> AxisClient!axiscpp::AxisUtils::isStringOnlyWithSpaces+22dc    
> AxisClient!axiscpp::AxisUtils::isStringOnlyWithSpaces+215f    
> AxisClient!initialize_module+127    
> AxisClient!axiscpp::Call::Call+a5    
> AxisClient!axiscpp::Stub::Stub+83    

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Reopened: (AXISCPP-1074) Stub initialization throws exception causing windows message box, the process to lock up ::constructor call Stub(" ", APTHTTP1_1)

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXISCPP-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nadir amra reopened AXISCPP-1074:
---------------------------------


> Stub initialization throws exception causing windows message box, the process to lock up ::constructor call Stub(" ", APTHTTP1_1)
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXISCPP-1074
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-1074
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Client - Stub
>    Affects Versions: 1.5 Final
>         Environment: Windows 2003
>            Reporter: Praivn Kumar Singh
>            Priority: Critical
>             Fix For: 1.5 Final
>
>
> Issue: Stub initialization throws exception causing windows message box, the process to lock up. This is initiated from  constructor Stub(" ", APTHTTP1_1) call. 
> Please note issue is NOT frequently observed. It is sporadic in nature.
> Please refer the below call stack This call stack may not explain the exact reason of exception. But there is something shady in Stub constructor initialization.
> ntdll!KiFastSystemCallRet    
> ntdll!ZwRaiseHardError+c    
> user32!ServiceMessageBox+145    
> user32!MessageBoxWorker+13e    
> user32!MessageBoxTimeoutW+7a    
> user32!MessageBoxTimeoutA+9c    
> user32!MessageBoxExA+1b    
> user32!MessageBoxA+45    
> msvcr71!__crtMessageBoxA+f4    
> msvcr71!_NMSG_WRITE+12e    
> msvcr71!abort+7    
> kernel32!UnhandledExceptionFilter+12a    
> msvcr71!__CxxUnhandledExceptionFilter+2b    
> kernel32!RaiseException+53    
> msvcrt!_XcptFilter+178    
> msvcrt!_endthreadex+ba    
> msvcrt!_except_handler3+61    
> ntdll!ExecuteHandler2+26    
> ntdll!ExecuteHandler+24    
> ntdll!RtlAllocateHeap+460    
> kernel32!RaiseException+53    
> msvcrt!_CxxThrowException+36    
> AxisClient!axiscpp::AxisUtils::isStringOnlyWithSpaces+22dc    
> AxisClient!axiscpp::AxisUtils::isStringOnlyWithSpaces+215f    
> AxisClient!initialize_module+127    
> AxisClient!axiscpp::Call::Call+a5    
> AxisClient!axiscpp::Stub::Stub+83    

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org