Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to compile with SBCL 1.5.6 #168

Open
jmbr opened this issue Aug 26, 2019 · 1 comment
Open

Failure to compile with SBCL 1.5.6 #168

jmbr opened this issue Aug 26, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@jmbr
Copy link
Contributor

jmbr commented Aug 26, 2019

After issuing make using 02a7451, SBCL 1.5.6 crashes (see below). This issue does not occur with SBCL 1.5.5 though.

Zapping info...
CORRUPTION WARNING in SBCL pid 25396(tid 0xb7f05c0):
Memory fault at 0x0 (pc=0x100001a697, fp=0x732b08, sp=0x732b00) tid 0xb7f05c0
The integrity of this image is possibly compromised.
Continuing with fingers crossed.
While evaluating the form starting at line 14, column 0
  of #P"/Users/jbellorivas/rigetti/qvm/build-app.lisp":
Unhandled SB-SYS:MEMORY-FAULT-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                                 {10005404C3}>:
CORRUPTION WARNING in SBCL pid 25396(tid 0xb7f05c0):
Memory fault at 0x0 (pc=0x100001f917, fp=0x731a30, sp=0x731a28) tid 0xb7f05c0
The integrity of this image is possibly compromised.
Continuing with fingers crossed.
  #<error printing a SB-SYS:MEMORY-FAULT-ERROR: #<SB-SYS:MEMORY-FAULT-ERROR {1009606DA3}>>

Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {10005404C3}>
0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK #<SB-SYS:MEMORY-FAULT-ERROR {1009601D63}> #<unused argument> :QUIT T)
1: (SB-DEBUG::RUN-HOOK *INVOKE-DEBUGGER-HOOK* #<SB-SYS:MEMORY-FAULT-ERROR {1009601D63}>)
2: (INVOKE-DEBUGGER #<SB-SYS:MEMORY-FAULT-ERROR {1009601D63}>)
3: (ERROR SB-SYS:MEMORY-FAULT-ERROR :ADDRESS 0)
4: (SB-SYS:MEMORY-FAULT-ERROR #<unused argument> #.(SB-SYS:INT-SAP #X00000000))
5: ("foreign function: call_into_lisp")
6: ("foreign function: funcall2")
7: ("foreign function: handle_memory_fault_emulation_trap")
8: ("foreign function: signal_emulation_wrapper")
unhandled condition in --disable-debugger mode, quitting
CORRUPTION WARNING in SBCL pid 25396(tid 0xb7f05c0):
Memory fault at 0x0 (pc=0x1000018027, fp=0x731fc0, sp=0x731fb8) tid 0xb7f05c0
The integrity of this image is possibly compromised.
Continuing with fingers crossed.
@jmbr jmbr added the bug Something isn't working label Aug 26, 2019
@stylewarning
Copy link
Member

The above is not a fix, more of a bandaid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants