Skip to content

Commit

Permalink
run (InitThreads) cause segfault on armhf, see euslisp/EusLisp#485 (c…
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Feb 28, 2022
1 parent 83dab8c commit 339405b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/eusrt.l
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
(in-package "X")
;; (shadow 'gc)
;; initilize Xlib interface

;; FIXME: run (InitThreads) cause segfault on armhf https://github.com/euslisp/EusLisp/issues/485#issuecomment-1051010975
#+:(and :arm :word-size=32)
(delete :x11r6.1 *features*)

(when (and
(or (substringp "sx" (pathname-name *program-name*)) (substringp "gl" (pathname-name *program-name*)))
(sys::exec-module-init "xforeign" "xwindow/loadx.l")
Expand Down

0 comments on commit 339405b

Please sign in to comment.