Skip to content

Instantly share code, notes, and snippets.

@rdp
Last active November 19, 2019 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdp/cde091f6eeb6d1d5daf9384c457d5113 to your computer and use it in GitHub Desktop.
Save rdp/cde091f6eeb6d1d5daf9384c457d5113 to your computer and use it in GitHub Desktop.
Linux:
Using compiled compiler at `.build/crystal'
["src/crystal/main.cr:47:14 in 'main'",
"src/unicode/data.cr:1554:7 in 'casefold_ranges'",
"_start",
"???"]
@rdp
Copy link
Author

rdp commented Nov 19, 2019

**Unhandled exception: boom (Exception)
from /home/rdp/dev/bad4.cr:6:3 in 'go2'
from /home/rdp/dev/bad4.cr:2:3 in 'go1'
from /home/rdp/dev/bad4.cr:9:1 in '__crystal_main'
from src/int.cr:198:5 in 'search_ranges'
from _start
from ???
rdp@rdp:/dev/crystal$ ls /.cache/
crystal
rdp@rdp:
/dev/crystal$ rm -rf !$
rm -rf /.cache/
rdp@rdp:
/dev/crystal$ crystal run --release bad4.cr
Error: File bad4.cr does not exist
rdp@rdp:
/dev/crystal$ crystal run --release ../bad4.cr
Unhandled exception: boom (Exception)
from /home/rdp/dev/bad4.cr:6:3 in 'go2'
from /home/rdp/dev/bad4.cr:2:3 in 'go1'
from /home/rdp/dev/bad4.cr:9:1 in '__crystal_main'
from /usr/share/crystal/src/unicode/unicode.cr:210:17 in 'search_ranges'
from _start
from ???

are apparently unrelated and expected? huh wuh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment