Opened 10 years ago

Closed 7 months ago

Last modified 7 months ago

#44228 closed defect (fixed)

sbcl: failure to build in trace mode

Reported by: Ionic (Mihai Moldovan) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: tracemode Cc: easye, gwright@…
Port: sbcl

Description

sbcl is currently failing to build in trace mode.

Important part:

:info:build Test SB-POSIX-TESTS::READLINK.ERROR.4 failed
:info:build Form: (LET ((PATHNAME
:info:build              (MAKE-PATHNAME :NAME (MAKE-STRING 257 :INITIAL-ELEMENT #\a))))
:info:build         (HANDLER-CASE (SB-POSIX:READLINK PATHNAME)
:info:build                       (SB-POSIX:SYSCALL-ERROR (SB-POSIX-TESTS::C)
:info:build                                               (SB-POSIX:SYSCALL-ERRNO
:info:build                                                SB-POSIX-TESTS::C))))
:info:build Expected value: 63
:info:build Actual value: 2.
:info:build CORRUPTION WARNING in SBCL pid 73549:
:info:build Memory fault at 1a03000 (pc=0x148012, sp=0x19fbf20)
:info:build The integrity of this image is possibly compromised.
:info:build Exiting.
:info:build make: *** [test] Error 1

I will try to debug this some time around.

For now, please know this error exists and it is strongly advised to not use trace mode when building sbcl.

Attachments (2)

main.log-sbcl-notrace.xz (271.1 KB) - added by Ionic (Mihai Moldovan) 10 years ago.
main log without trace mode
main.log-sbcl-trace.xz (272.0 KB) - added by Ionic (Mihai Moldovan) 10 years ago.
main log with trace mode

Download all attachments as: .zip

Change History (7)

Changed 10 years ago by Ionic (Mihai Moldovan)

Attachment: main.log-sbcl-notrace.xz added

main log without trace mode

Changed 10 years ago by Ionic (Mihai Moldovan)

Attachment: main.log-sbcl-trace.xz added

main log with trace mode

comment:1 Changed 7 years ago by neverpanic (Clemens Lang)

Keywords: tracemode added

comment:2 Changed 10 months ago by catap (Kirill A. Korinsky)

This should be closed. 2.3.5 on macOS 12 can be build with enabled trace.

Probably nobody re-checked.

comment:3 Changed 7 months ago by catap (Kirill A. Korinsky)

Ryan, can I ask you also close this one? Thanks.

comment:4 Changed 7 months ago by easye

Resolution: fixed
Status: newclosed

Closing on behalf of Ryan…

comment:5 Changed 7 months ago by catap (Kirill A. Korinsky)

Thanks!

Note: See TracTickets for help on using tickets.