Thanks. I can reproduce the "underlying problem" error:
$ make -C test mod2pi
make: Entering directory `/users/psanan/julia-release-0.3/test'
JULIA test/mod2pi
* mod2pi
exception on 1: ERROR: assertion failed: |totalErrNew - 0.0| <=
1.7763568394002505e-11
totalErrNew = 12.56641004881809
0.0 = 0.0
difference = 12.56641004881809 > 1.7763568394002505e-11
in error at error.jl:22
in test_approx_eq at test.jl:109
in testModPi at mod2pi.jl:182
in runtests at /users/psanan/julia-release-0.3/test/testdefs.jl:5
in anonymous at multi.jl:660
in run_work_thunk at multi.jl:621
in remotecall_fetch at multi.jl:694
in remotecall_fetch at multi.jl:709
in anonymous at task.jl:1365
while loading mod2pi.jl, in expression starting on line 184
ERROR: assertion failed: |totalErrNew - 0.0| <= 1.7763568394002505e-11
totalErrNew = 12.56641004881809
0.0 = 0.0
difference = 12.56641004881809 > 1.7763568394002505e-11
in error at error.jl:22
in test_approx_eq at test.jl:109
in testModPi at mod2pi.jl:182
in runtests at /users/psanan/julia-release-0.3/test/testdefs.jl:5
in anonymous at multi.jl:660
in run_work_thunk at multi.jl:621
in remotecall_fetch at multi.jl:694
in remotecall_fetch at multi.jl:709
in anonymous at task.jl:1365
while loading mod2pi.jl, in expression starting on line 184
while loading /users/psanan/julia-release-0.3/test/runtests.jl, in
expression starting on line 39
make: *** [mod2pi] Error 1
make: Leaving directory `/users/psanan/julia-release-0.3/test'
On Wednesday, February 18, 2015 at 8:39:24 PM UTC+1, Jiahao Chen wrote:
>
> >exception on 5: ERROR: assertion failed: |func(D) - func(DM)| <=
> 3.4332275e-5
> > func(D) = 1.048798f0 - 1.5707964f0im
> > func(DM) = 1.0487979650497437 - 0.5797938426309308im
> > difference = 0.9910025278753558 > 3.4332275e-5
>
> I ran into this error recently too:
>
> https://github.com/JuliaLang/julia/issues/10188
>
> The underlying problem is
>
> https://github.com/JuliaLang/julia/issues/8799
>
> Thanks,
>
> Jiahao Chen
> Staff Research Scientist
> MIT Computer Science and Artificial Intelligence Laboratory
>
>