[ http://issues.apache.org/jira/browse/AXIS2C-302?page=comments#action_12436748 ] Malinda Kaushalye Kapuruge commented on AXIS2C-302: ---------------------------------------------------
I've fixed the seg fault temporarily by avoiding the reentrant function gmtime_r. i.e. Using the gmtime() which is not thread safe. > Segmantation fault in axis2_date_time > ------------------------------------- > > Key: AXIS2C-302 > URL: http://issues.apache.org/jira/browse/AXIS2C-302 > Project: Axis2-C > Issue Type: Bug > Components: util > Affects Versions: Current (Nightly) > Environment: UNIX > Reporter: Malinda Kaushalye Kapuruge > > There is a segmentation fault in the create funtion of axis2_date_time. > Reason : axis2_gmtime_r() returns NULL. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
