Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 727658

Summary: dev-lisp/sbcl-2.0.5 - CORRUPTION WARNING in SBCL pid 713(tid 0xf7c72700): Memory fault at (nil) (pc=0xd72a3f6c, fp=0xd7642228, sp=0xd78ef240) tid 0xf7c72700 The integrity of this image is possibly compromised. Exiting.
Product: Gentoo Linux Reporter: jamesjames <theism>
Component: Current packagesAssignee: Common Lisp Bugs <common-lisp>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description jamesjames 2020-06-09 13:35:51 UTC
When I try compile dev-lisp/sbcl, build fails, message:

" SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.5
Test SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.6 failed
Form: (MULTIPLE-VALUE-BIND (SB-INTROSPECT-TEST::PAGE SB-INTROSPECT-TEST::GEN)
          (SB-INTROSPECT-TEST::PAGE-AND-GEN
           (SETQ SB-INTROSPECT-TEST::*LARGE-OBJ*
                   (SB-C:ALLOCATE-CODE-OBJECT NIL 0 0
                                              (MAX
                                               (* 4 SB-VM:GENCGC-CARD-BYTES)
                                               65536))))
        (DECLARE (NOTINLINE FORMAT))
        (FORMAT (MAKE-STRING-OUTPUT-STREAM) "~%")
        (LOOP SB-INTROSPECT-TEST::FOR SB-INTROSPECT-TEST::I SB-INTROSPECT-TEST::FROM 1 SB-INTROSPECT-TEST::TO SB-VM:+HIGHEST-NORMAL-GENERATION+
              SB-INTROSPECT-TEST::ALWAYS (SB-INTROSPECT-TEST::ASSERT-LARGE-PAGE/GEN/BOXEDP
                                          'SB-INTROSPECT-TEST::*LARGE-OBJ*
                                          SB-INTROSPECT-TEST::PAGE
                                          SB-INTROSPECT-TEST::I T)))
Expected value: T
Actual value: NIL.
 SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.7

.....

1 out of 119 total tests failed: SB-INTROSPECT-TEST::ALLOCATION-INFORMATION.6.
No unexpected failures.
WARNING: ignoring expected failures in test-op"

How to fix?


Reproducible: Always
Comment 1 jamesjames 2020-06-09 13:39:59 UTC
Created attachment 644128 [details]
build.log