The core dump has to do with removing sys.so. When I restored it, julia
did not core dump, instead, it printed out errors in my code.
On 06/16/2014 07:18 AM, cnbiz850 wrote:
$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0-prerelease+3680 (2014-06-15
00:50 UTC)
_/ |\__'_|_|_|\__'_| | Commit dff05bb* (0 days old master)
|__/ | x86_64-linux-gnu
julia> include("DelDup.jl")
Segmentation fault (core dumped)
$