GNU bug report logs -
#19372
Compile Failure on OS X 10.10 (Yosemite)
Previous Next
Reported by: John Ralls <jralls <at> ceridwen.us>
Date: Sat, 13 Dec 2014 19:53:02 UTC
Severity: normal
Done: Andy Wingo <wingo <at> pobox.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19372 in the body.
You can then email your comments to 19372 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#19372
; Package
guile
.
(Sat, 13 Dec 2014 19:53:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
John Ralls <jralls <at> ceridwen.us>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Sat, 13 Dec 2014 19:53:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Attempting to build Guile 2.0.11 on OS X 10.10 with Xcode 6.1.1 and MacOS10.10.sdk fails:
> /bin/sh: line 1: 53480 Segmentation fault: 11 GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild compile --target="x86_64-apple-darwin14.0.0" -Wunbound-variable -Warity-mismatch -Wformat -L "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module" -L "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module" -L "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/guile-readline" -o "srfi/srfi-27.go" "srfi/srfi-27.scm"
> make[2]: *** [srfi/srfi-27.go] Error 139
> make[2]: *** Waiting for unfinished jobs....
> wrote `srfi/srfi-35.go'
> wrote `srfi/srfi-37.go'
> /bin/sh: line 1: 53393 Segmentation fault: 11 GUILE_INSTALL_LOCALE=1 GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild compile --target="x86_64-apple-darwin14.0.0" -Wunbound-variable -Warity-mismatch -Wformat -L "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module" -L "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module" -L "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/guile-readline" -o "srfi/srfi-19.go" "srfi/srfi-19.scm”
It succeeds with MacOSX10.9.sdk.
The crash reports:
> Exception Type: EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: EXC_I386_GPFLT
>
> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
> 0 libdyld.dylib 0x00007fff91d46432 stack_not_16_byte_aligned_error + 0
>
> Thread 0 crashed with X86 Thread State (64-bit):
> rax: 0x0280000000000000 rbx: 0x0000000000000001 rcx: 0x00000000ffffffc6 rdx: 0x00007fff5dcb88a0
> rdi: 0xa000000000000000 rsi: 0x00007fff5dcb88a0 rbp: 0x0000000000000000 rsp: 0x00007fff5dcb8728
> r8: 0xa000000000000000 r9: 0x00007fde73000010 r10: 0x00000000000024f8 r11: 0x000000010231d118
> r12: 0x0000000000000000 r13: 0x0000000000000001 r14: 0x0000000000000001 r15: 0x00007fde73000000
> rip: 0x00007fff91d46432 rfl: 0x0000000000010202 cr2: 0x00000001022e78c0
>
> Logical CPU: 2
> Error Code: 0x00000000
> Trap Number: 13
and:
> Crashed Thread: 0 Dispatch queue: com.apple.main-thread
>
> Exception Type: EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: EXC_I386_GPFLT
>
> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
> 0 libdyld.dylib 0x00007fff91d46432 stack_not_16_byte_aligned_error + 0
>
> Thread 0 crashed with X86 Thread State (64-bit):
> rax: 0x02625a0000000000 rbx: 0x0000000000000001 rcx: 0x00000000ffffffc6 rdx: 0x00007fff566d68a0
> rdi: 0x9896800000000000 rsi: 0x00007fff566d68a0 rbp: 0x0000000000000000 rsp: 0x00007fff566d6728
> r8: 0x9896800000000000 r9: 0x00007fa899d00190 r10: 0x00000000000024f8 r11: 0x00000001098f9118
> r12: 0x0000000000000000 r13: 0x0000000000000001 r14: 0x0000000000000001 r15: 0x00007fa899d00180
> rip: 0x00007fff91d46432 rfl: 0x0000000000010202 cr2: 0x00000001098c38c0
>
> Logical CPU: 8
> Error Code: 0x00000000
> Trap Number: 13
Debugging with gdb shows a smashed stack after the segfault, so the stack_not_16_byte_aligned_error is probably spurious.
Regards,
John Ralls
Information forwarded
to
bug-guile <at> gnu.org
:
bug#19372
; Package
guile
.
(Sat, 13 Dec 2014 22:09:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 19372 <at> debbugs.gnu.org (full text, mbox):
> On 13 Dec 2014, at 20:28, John Ralls <jralls <at> ceridwen.us> wrote:
>
> Attempting to build Guile 2.0.11 on OS X 10.10 with Xcode 6.1.1 and MacOS10.10.sdk fails:
It worked fine with the version before, Xcode 6.1 [1].
1. https://developer.apple.com/downloads/index.action
Information forwarded
to
bug-guile <at> gnu.org
:
bug#19372
; Package
guile
.
(Wed, 22 Jun 2016 19:26:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 19372 <at> debbugs.gnu.org (full text, mbox):
Hi John,
Did you find out what was the deal here? A very strange error!
Andy
On Sat 13 Dec 2014 20:28, John Ralls <jralls <at> ceridwen.us> writes:
> Attempting to build Guile 2.0.11 on OS X 10.10 with Xcode 6.1.1 and MacOS10.10.sdk fails:
>> /bin/sh: line 1: 53480 Segmentation fault: 11 GUILE_INSTALL_LOCALE=1
>> GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild compile
>> --target="x86_64-apple-darwin14.0.0" -Wunbound-variable
>> -Warity-mismatch -Wformat -L
>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module"
>> -L
>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module"
>> -L
>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/guile-readline"
>> -o "srfi/srfi-27.go" "srfi/srfi-27.scm"
>> make[2]: *** [srfi/srfi-27.go] Error 139
>> make[2]: *** Waiting for unfinished jobs....
>> wrote `srfi/srfi-35.go'
>> wrote `srfi/srfi-37.go'
>> /bin/sh: line 1: 53393 Segmentation fault: 11 GUILE_INSTALL_LOCALE=1
>> GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild compile
>> --target="x86_64-apple-darwin14.0.0" -Wunbound-variable
>> -Warity-mismatch -Wformat -L
>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module"
>> -L
>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module"
>> -L
>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/guile-readline"
>> -o "srfi/srfi-19.go" "srfi/srfi-19.scm”
>
> It succeeds with MacOSX10.9.sdk.
>
> The crash reports:
>
>> Exception Type: EXC_BAD_ACCESS (SIGSEGV)
>> Exception Codes: EXC_I386_GPFLT
>>
>> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
>> 0 libdyld.dylib 0x00007fff91d46432 stack_not_16_byte_aligned_error + 0
>>
>> Thread 0 crashed with X86 Thread State (64-bit):
>> rax: 0x0280000000000000 rbx: 0x0000000000000001 rcx: 0x00000000ffffffc6 rdx: 0x00007fff5dcb88a0
>> rdi: 0xa000000000000000 rsi: 0x00007fff5dcb88a0 rbp: 0x0000000000000000 rsp: 0x00007fff5dcb8728
>> r8: 0xa000000000000000 r9: 0x00007fde73000010 r10: 0x00000000000024f8 r11: 0x000000010231d118
>> r12: 0x0000000000000000 r13: 0x0000000000000001 r14: 0x0000000000000001 r15: 0x00007fde73000000
>> rip: 0x00007fff91d46432 rfl: 0x0000000000010202 cr2: 0x00000001022e78c0
>>
>> Logical CPU: 2
>> Error Code: 0x00000000
>> Trap Number: 13
>
> and:
>
>> Crashed Thread: 0 Dispatch queue: com.apple.main-thread
>>
>> Exception Type: EXC_BAD_ACCESS (SIGSEGV)
>> Exception Codes: EXC_I386_GPFLT
>>
>> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
>> 0 libdyld.dylib 0x00007fff91d46432 stack_not_16_byte_aligned_error + 0
>>
>> Thread 0 crashed with X86 Thread State (64-bit):
>> rax: 0x02625a0000000000 rbx: 0x0000000000000001 rcx: 0x00000000ffffffc6 rdx: 0x00007fff566d68a0
>> rdi: 0x9896800000000000 rsi: 0x00007fff566d68a0 rbp: 0x0000000000000000 rsp: 0x00007fff566d6728
>> r8: 0x9896800000000000 r9: 0x00007fa899d00190 r10: 0x00000000000024f8 r11: 0x00000001098f9118
>> r12: 0x0000000000000000 r13: 0x0000000000000001 r14: 0x0000000000000001 r15: 0x00007fa899d00180
>> rip: 0x00007fff91d46432 rfl: 0x0000000000010202 cr2: 0x00000001098c38c0
>>
>> Logical CPU: 8
>> Error Code: 0x00000000
>> Trap Number: 13
>
> Debugging with gdb shows a smashed stack after the segfault, so the stack_not_16_byte_aligned_error is probably spurious.
>
> Regards,
> John Ralls
Information forwarded
to
bug-guile <at> gnu.org
:
bug#19372
; Package
guile
.
(Wed, 22 Jun 2016 21:00:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 19372 <at> debbugs.gnu.org (full text, mbox):
> On Jun 22, 2016, at 12:25 PM, Andy Wingo <wingo <at> pobox.com> wrote:
>
> Hi John,
>
> Did you find out what was the deal here? A very strange error!
Andy,
Strange indeed. No, I don't think that I did. Apple came out with a new version of Xcode and IIRC the problem went away on its own. It's been over a year now, though, so my memory of it is a bit fuzzy, but it's not a problem now.
Regards,
John Ralls
> Andy
>
> On Sat 13 Dec 2014 20:28, John Ralls <jralls <at> ceridwen.us> writes:
>
>> Attempting to build Guile 2.0.11 on OS X 10.10 with Xcode 6.1.1 and MacOS10.10.sdk fails:
>>> /bin/sh: line 1: 53480 Segmentation fault: 11 GUILE_INSTALL_LOCALE=1
>>> GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild compile
>>> --target="x86_64-apple-darwin14.0.0" -Wunbound-variable
>>> -Warity-mismatch -Wformat -L
>>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module"
>>> -L
>>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module"
>>> -L
>>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/guile-readline"
>>> -o "srfi/srfi-27.go" "srfi/srfi-27.scm"
>>> make[2]: *** [srfi/srfi-27.go] Error 139
>>> make[2]: *** Waiting for unfinished jobs....
>>> wrote `srfi/srfi-35.go'
>>> wrote `srfi/srfi-37.go'
>>> /bin/sh: line 1: 53393 Segmentation fault: 11 GUILE_INSTALL_LOCALE=1
>>> GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild compile
>>> --target="x86_64-apple-darwin14.0.0" -Wunbound-variable
>>> -Warity-mismatch -Wformat -L
>>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module"
>>> -L
>>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/module"
>>> -L
>>> "/Users/john/Development/Gnucash-Build/Gnucash-master-git-64/src/guile-2.0.11/guile-readline"
>>> -o "srfi/srfi-19.go" "srfi/srfi-19.scm”
>>
>> It succeeds with MacOSX10.9.sdk.
>>
>> The crash reports:
>>
>>> Exception Type: EXC_BAD_ACCESS (SIGSEGV)
>>> Exception Codes: EXC_I386_GPFLT
>>>
>>> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
>>> 0 libdyld.dylib 0x00007fff91d46432 stack_not_16_byte_aligned_error + 0
>>>
>>> Thread 0 crashed with X86 Thread State (64-bit):
>>> rax: 0x0280000000000000 rbx: 0x0000000000000001 rcx: 0x00000000ffffffc6 rdx: 0x00007fff5dcb88a0
>>> rdi: 0xa000000000000000 rsi: 0x00007fff5dcb88a0 rbp: 0x0000000000000000 rsp: 0x00007fff5dcb8728
>>> r8: 0xa000000000000000 r9: 0x00007fde73000010 r10: 0x00000000000024f8 r11: 0x000000010231d118
>>> r12: 0x0000000000000000 r13: 0x0000000000000001 r14: 0x0000000000000001 r15: 0x00007fde73000000
>>> rip: 0x00007fff91d46432 rfl: 0x0000000000010202 cr2: 0x00000001022e78c0
>>>
>>> Logical CPU: 2
>>> Error Code: 0x00000000
>>> Trap Number: 13
>>
>> and:
>>
>>> Crashed Thread: 0 Dispatch queue: com.apple.main-thread
>>>
>>> Exception Type: EXC_BAD_ACCESS (SIGSEGV)
>>> Exception Codes: EXC_I386_GPFLT
>>>
>>> Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
>>> 0 libdyld.dylib 0x00007fff91d46432 stack_not_16_byte_aligned_error + 0
>>>
>>> Thread 0 crashed with X86 Thread State (64-bit):
>>> rax: 0x02625a0000000000 rbx: 0x0000000000000001 rcx: 0x00000000ffffffc6 rdx: 0x00007fff566d68a0
>>> rdi: 0x9896800000000000 rsi: 0x00007fff566d68a0 rbp: 0x0000000000000000 rsp: 0x00007fff566d6728
>>> r8: 0x9896800000000000 r9: 0x00007fa899d00190 r10: 0x00000000000024f8 r11: 0x00000001098f9118
>>> r12: 0x0000000000000000 r13: 0x0000000000000001 r14: 0x0000000000000001 r15: 0x00007fa899d00180
>>> rip: 0x00007fff91d46432 rfl: 0x0000000000010202 cr2: 0x00000001098c38c0
>>>
>>> Logical CPU: 8
>>> Error Code: 0x00000000
>>> Trap Number: 13
>>
>> Debugging with gdb shows a smashed stack after the segfault, so the stack_not_16_byte_aligned_error is probably spurious.
>>
>> Regards,
>> John Ralls
Reply sent
to
Andy Wingo <wingo <at> pobox.com>
:
You have taken responsibility.
(Wed, 22 Jun 2016 21:36:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
John Ralls <jralls <at> ceridwen.us>
:
bug acknowledged by developer.
(Wed, 22 Jun 2016 21:36:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 19372-done <at> debbugs.gnu.org (full text, mbox):
On Wed 22 Jun 2016 22:58, John Ralls <jralls <at> ceridwen.us> writes:
>> On Jun 22, 2016, at 12:25 PM, Andy Wingo <wingo <at> pobox.com> wrote:
>>
>> Did you find out what was the deal here? A very strange error!
>
> Strange indeed. No, I don't think that I did. Apple came out with a
> new version of Xcode and IIRC the problem went away on its own. It's
> been over a year now, though, so my memory of it is a bit fuzzy, but
> it's not a problem now.
Weird :) Thanks for the followup, I guess we can assume it was a clang
bug. I'll close this one.
Cheers,
Andy
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 21 Jul 2016 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.