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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Failure with make check-world for pgtypeslib/dt_test2 with HEAD on OSX
Date: 2014-10-06 02:32:19
Message-ID: CAB7nPqSoQ8ExG2sKU47ZqoNuAyved7Dr83K9EF76W5SaLPkSTg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 = 0x0000, 0x00007fff8052c866
libsystem_kernel.dylib`__pthread_kill + 10, stop reason = signal SIGSTOP
* frame #0: 0x00007fff8052c866 libsystem_kernel.dylib`__pthread_kill + 10
frame #1: 0x00007fff83cb035c libsystem_pthread.dylib`pthread_kill + 92
frame #2: 0x00007fff81899bba libsystem_c.dylib`__abort + 145
frame #3: 0x00007fff8189a46d libsystem_c.dylib`__stack_chk_fail + 196
frame #4: 0x000000010f7cb3bb
libpgtypes.3.dylib`PGTYPESdate_from_asc(str=0x000000010f6a2d6c,
endptr=0x00007fff5055e488) + 635 at datetime.c:104
frame #5: 0x000000010f6a260f dt_test2`main + 255 at dt_test2.pgc:91
frame #6: 0x00007fff87acc5fd libdyld.dylib`start + 1
frame #7: 0x00007fff87acc5fd libdyld.dylib`start + 1
Bisecting is showing me that this failure has been introduced by 4318dae,
and is reproducible on all the active branches, down to REL9_0_STABLE.

Note that this problem has been introduced after discussing a separate
issue here:
http://www.postgresql.org/message-id/1399399313.27807.28.camel@sussancws0025
Regards,
--
Michael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-10-06 03:21:09 Re: Failure with make check-world for pgtypeslib/dt_test2 with HEAD on OSX
Previous Message Tom Lane 2014-10-06 02:13:53 Re: Feasibility of supporting bind params for all command types