Hi -
I get a server segmentation fault immediately as I connect to the server 
via URL `localhost:8000/hello/name/` from a browser (firefox or chrome). I 
initiate the server listening mode via `julia example/Hello.jl' that is 
included in the Morsel package (installed via Pkg.add("Morsel").

This is the exact error that I see on the console running the server:

signal (11): Segmentation fault
unknown function (ip: -165069216)
write at /usr/bin/../lib64/julia/sys.so (unknown line)
unknown function (ip: 393195536)
Segmentation fault
Fontconfig error: Cannot load default config file


I am on linux, Fedora 20. I ran 'yum update' to get the most recent updates 
of system libraries etc. I have 
LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/local/lib64:/usr/lib64

I have Julia version 0.3.7. This runs perfectly fine for any other package 
I experimented with so far. 

Thanks for useful hints that you might have to help fix this server 
segmentation error.

Regards.

Reply via email to