Open Quuxplusone opened 13 years ago
Bugzilla Link | PR8858 |
Status | NEW |
Importance | P normal |
Reported by | Pawel Worach (pawel.worach@gmail.com) |
Reported on | 2010-12-25 16:14:29 -0800 |
Last modified on | 2010-12-25 18:12:38 -0800 |
Version | trunk |
Hardware | PC FreeBSD |
CC | daniel@zuster.org, dimitry@andric.com, llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
When the test is executed by lit this ends up in crash-recovery.c.tmp.err
Error: Segmentation fault: 11 (core dumped)
AFAIK this is a python problem in lit, where signals from child
processes are not processed correctly if the (python) parent is
threaded. It may be FreeBSD-specific, but IIRC there were also reports
of other systems where threading and python can give problems.
A workaround is to run these tests single-threaded; I'm not sure if
there is a nice way to specify that only these tests should be run
single-threaded, but here on my machines I simply run all tests like
that. Ugly, but works. :)