#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)
Change History (7)
Changed 10 years ago by Ionic (Mihai Moldovan)
Attachment: | main.log-sbcl-notrace.xz added |
---|
Changed 10 years ago by Ionic (Mihai Moldovan)
Attachment: | main.log-sbcl-trace.xz added |
---|
main log with trace mode
comment:1 Changed 8 years ago by neverpanic (Clemens Lang)
Keywords: | tracemode added |
---|
comment:2 Changed 17 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 15 months ago by catap (Kirill A. Korinsky)
Ryan, can I ask you also close this one? Thanks.
comment:4 Changed 15 months ago by easye
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing on behalf of Ryan…
Note: See
TracTickets for help on using
tickets.
main log without trace mode