Re: [HACKERS] Failure with make check-world for pgtypeslib/dt_test2 with HEAD on OSX

2014-10-06 Thread Michael Paquier
On Mon, Oct 6, 2014 at 10:45 PM, Tom Lane t...@sss.pgh.pa.us wrote: Michael Paquier michael.paqu...@gmail.com writes: On Mon, Oct 6, 2014 at 1:15 PM, Tom Lane t...@sss.pgh.pa.us wrote: That looks about like mine too, though I'm not using --disable-rpath ... what's the reason for that?

Re: [HACKERS] Failure with make check-world for pgtypeslib/dt_test2 with HEAD on OSX

2014-10-06 Thread Michael Paquier
On Tue, Oct 7, 2014 at 8:14 AM, Michael Paquier michael.paqu...@gmail.com wrote: The system locales have nothing really special... $ locale LANG= LC_COLLATE=C LC_CTYPE=UTF-8 LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LC_ALL= But now that you mention it I have as well that: $

Re: [HACKERS] Failure with make check-world for pgtypeslib/dt_test2 with HEAD on OSX

2014-10-06 Thread Tom Lane
Michael Paquier michael.paqu...@gmail.com writes: Hm... I have tried changing the system locales (to en_US for example) and time format but I can still trigger the issue all the time. I'll try to have a closer look.. It looks like this test does not like some settings at the OS level. I

Re: [HACKERS] Failure with make check-world for pgtypeslib/dt_test2 with HEAD on OSX

2014-10-06 Thread Michael Paquier
On Tue, Oct 7, 2014 at 9:57 AM, Tom Lane t...@sss.pgh.pa.us wrote: Michael Paquier michael.paqu...@gmail.com writes: Hm... I have tried changing the system locales (to en_US for example) and time format but I can still trigger the issue all the time. I'll try to have a closer look.. It

[HACKERS] Failure with make check-world for pgtypeslib/dt_test2 with HEAD on OSX

2014-10-05 Thread Michael Paquier
Hi, This morning while running make check-world on my OSX Mavericks laptop, I found the following failure: test pgtypeslib/dt_test2 ... stderr FAILED (test process was terminated by signal 6: Abort trap) (lldb) bt * thread #1: tid = 0x, 0x7fff8052c866

Re: [HACKERS] Failure with make check-world for pgtypeslib/dt_test2 with HEAD on OSX

2014-10-05 Thread Tom Lane
Michael Paquier michael.paqu...@gmail.com writes: This morning while running make check-world on my OSX Mavericks laptop, I found the following failure: [ scratches head... ] Doesn't reproduce on my OSX Mavericks laptop, either with or without --disable-integer-datetimes. What compiler are