Dmd master tests are failing with segmentation fault
Guillaume Chatelet via Digitalmars-d
digitalmars-d at puremagic.com
Sat Sep 19 06:34:25 PDT 2015
Is this a known issue ? Why Auto Tester didn't catch it ?
0. OS: ArchLinux 64bits
1. Get clean dmd from master
2. make -f posix.mak AUTO_BOOTSTRAP=1
3. ./src/dmd
DMD64 D Compiler v2.069-devel-b99a53f
4. make -f posix.mak test
make[1]: Entering directory '/home/auser/dlang/dmd/test'
Building d_do_test tool
OS: linux
Running runnable tests
Makefile:137: recipe for target
'test_results/runnable/testbounds_on.d.out' failed
make[2]: *** [test_results/runnable/testbounds_on.d.out]
Segmentation fault (core dumped)
Makefile:176: recipe for target 'start_runnable_tests' failed
make[1]: *** [start_runnable_tests] Error 2
make[1]: Leaving directory '/home/auser/dlang/dmd/test'
posix.mak:21: recipe for target 'test' failed
make: *** [test] Error 2
More information about the Digitalmars-d
mailing list