arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

Segfault in test_compiler #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We're seeing segfaults in test_compiler and some other tests. This is 
reproducible in the buildbot, but has proven difficult to pin down. This needs 
to be fixed before we can release.

Original issue reported on code.google.com by collinw on 29 Sep 2009 at 6:32

GoogleCodeExporter commented 8 years ago
The segfault in test compiler was fixed in r860. It was a codegen problem in 
LLVM that 
manifested on x86-64. Fixed by jyasskin in http://llvm.org/viewvc/llvm-project?
view=rev&revision=83353.

Original comment by collinw on 9 Oct 2009 at 6:00