bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gmtime_r/localtime_r hang in macOS 10.6


From: Charles A. Roelli
Subject: Re: gmtime_r/localtime_r hang in macOS 10.6
Date: Sun, 30 Jul 2017 18:28:07 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Thank you.  I've used the attached program to find the exact range of
bad values:

-67768038400752000 to -67768038400665600 (low to high)

(decode-time -67768038400752001) ; (- low 1)
(59 59 23 31 12 -2147481679 6 nil 0)

(decode-time -67768038400665599) ; (+ high 1)
(1 0 0 1 1 -2147481678 1 nil 0)


On 30/07/2017 17:36, Paul Eggert wrote:
Charles A. Roelli wrote:
Could we put a workaround for these "bad" values of time_t in gnulib
for this version of macOS?

Yes, we could. I started to write that, but it wasn't trivial. Eventually I hope to get around to it.

Attachment: time_search.c
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]