Description of problem: Posix requires strftime to be thread safe according to the specification. Unfortunately the implementation of strftime in libc uses getenv, which according to Posix spec is not thread safe. Please rework the usage of strftime to some other API which does not use getenv. Version-Release number of selected component (if applicable): corosync-1.1.2 How reproducible: Steps to Reproduce: 1. may only occur on debian 2. turn on timestamps 3. run code Actual results: http://marc.info/?l=openais&m=125785302203928&w=2 Expected results: no segfualt Additional info:
Created attachment 376057 [details] Patch removing strftime with ISO time format output
Created attachment 376058 [details] Mostly same patch, but output is similar to current output
Second patch is now included in upstream. I hope it solves problem and closing bug