ChrisPenner / rasa

Extremely modular text editor built in Haskell
GNU General Public License v3.0
614 stars 42 forks source link

seg fault when running after build #56

Closed holtzermann17 closed 5 years ago

holtzermann17 commented 6 years ago

Hi, I've just built rasa. It looks like it built and ran itself correctly, see this gist. However, when I run the following in a terminal I get a segfault.

$ stack exec rasa /private/var/folders/r0/n2zx9x5571g_5k9r6z4mgd5c0000gn/T/nix-shell-43946-0/rc: line 1: 44777 Segmentation fault: 11 '/usr/local/Cellar/haskell-stack/1.7.1/bin/stack' $STACK_IN_NIX_EXTRA_ARGS '--internal-re-exec-version=1.7.1' 'exec' 'rasa'

I'm on Mac OS 10.13.6, ghc 8.4.3. As advised, stack.yaml includes these lines:

extra-lib-dirs:
- /usr/local/opt/icu4c/lib 
extra-include-dirs:
- /usr/local/opt/icu4c/include
ChrisPenner commented 5 years ago

I'm afraid I can't reproduce this; we recently upgraded to a much more recent LTS; maybe try again on latest master and see if that helps?