* Sven Luther: > As said, i see this on both an x86 box and my powerbook, but the complete code > is more involved, having a pselect, as well as a SIGALRM handler, which both > trigger the localtime_r, as well as a postgresql access and files access.
localtime_r is not async-signal-safe, so this could be a bug in your program. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

