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

sbcl-2.4.5 run tests error #37

Open
anranyicheng opened this issue Jun 28, 2024 · 0 comments
Open

sbcl-2.4.5 run tests error #37

anranyicheng opened this issue Jun 28, 2024 · 0 comments

Comments

@anranyicheng
Copy link
Contributor

anranyicheng commented Jun 28, 2024

Hi,
I got error when try run tests,
Linux qt 6.5.0-35-generic 35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
sbcl-2.4.5 slime emacs29

CL-JS> (tests )
; in: LAMBDA ()
; (PROGN)
;
; note: deleting unreachable code
;
; note: deleting unreachable code

; (+ #:G1417 (THE FIXNUM #:G1418))
;
; note: deleting unreachable code

; (+ #:G1417 (THE DOUBLE-FLOAT #:G1418))
;
; note: deleting unreachable code

; (RETURN-FROM FUNCTION
; (VALUES (FUNCALL (THE FUNCTION (CL-JS::PROC #:|a|)) CL-JS:ENV)))
;
; note: deleting unreachable code

; (LET ((#:G1159 (THE FIXNUM 1)))
; (SETF #:|x| #:G1159))
;
; note: deleting unreachable code

; (LET ((#:G1161 (THE FIXNUM 1)))
; (SETF #:|x| #:G1161))
;
; note: deleting unreachable code

; (GO CL-JS::LOOP-END)
;
; note: deleting unreachable code

; (PROGN)
;
; note: deleting unreachable code

; (GO CL-JS::LOOP-END)
;
; note: deleting unreachable code
;
; note: deleting unreachable code
;
; note: deleting unreachable code
;
; compilation unit finished
; printed 12 notes

Unhandled memory fault at #x1.
[Condition of type SB-SYS:MEMORY-FAULT-ERROR]

Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT] Exit debugger, returning to top level.

Backtrace:
0: ((:METHOD JS-FOR-IN (OBJ T)) # # #) [fast-method]
1: ((LAMBDA (#:|this| &REST EXTRA-ARGS) :IN #:DROP-THRU-TAG-2) 1=<js obj {"this": 1#, "undefined": :UNDEFINED, "Infinity": #.SB-EXT:DOUBLE-FLOAT-POSITIVE-INFINITY, "NaN": #, "p..
2: ((LAMBDA ()))
3: (RUN-JS-FILE #P"/home/qt/quicklisp/dists/ultralisp/software/akapav-js-20221213023753/test.js" :COMPILE T :WRAP-PARSE-ERRORS NIL :OPTIMIZE NIL :WRAP-AS-MODULE NIL :EXTERNAL-FORMAT :DEFAULT)
4: (TESTS)
5: (SB-INT:SIMPLE-EVAL-IN-LEXENV (TESTS) #)
6: (EVAL (TESTS))
--more--

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant