Created
December 10, 2016 16:24
-
-
Save PetrGlad/493d6e267c4f762a364dd2175d7f8092 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; In "pil +" | |
(be aaa (1 2)) | |
(be aaa (2 3)) | |
(be aaa (@X @Z) (@X @Y) (@Y @Z)) | |
(? (aaa 1 4)) | |
;; After last line process completely hangs taking 100% CPU. | |
;; I cannot even kill it except "kill -9" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment