[
https://issues.apache.org/jira/browse/AXIS2C-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bill Blough closed AXIS2C-1629.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.7.0
Verified fix.
> some code maybe cause segment fault
> ------------------------------------
>
> Key: AXIS2C-1629
> URL: https://issues.apache.org/jira/browse/AXIS2C-1629
> Project: Axis2-C
> Issue Type: Bug
> Components: core/transport
> Affects Versions: 1.6.0
> Reporter: hailong
> Priority: Minor
> Fix For: 1.7.0
>
> Attachments: axis2c_log_no_system_env.patch
>
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> http_server_main.c
> line 276
> /**
> * Signal handler
> */
> void
> sig_handler(
> int signal)
> {
> if(!system_env)
> {
> AXIS2_LOG_ERROR(
> system_env->log,
> AXIS2_LOG_SI,
> "Received signal %d, unable to proceed system_env is NULL ,\
> system exit with -1",
> signal);
> _exit(-1);
> }
> //////////////////////////////////////////////////////////////////////////////////////////////////////////////
> if system_env is null, then use system_env->log ?????
> Although it is generally not the case.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]