id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
2570,2185 test segfaults rather than giving out of memory error,igloo,simonmar,"We currently expect the 2185 test to fail with an out of memory error (#2185), but it is actually segfaulting (amd64/Linux):
{{{
$ ./2185 +RTS -M16m -RTS
('A',4.0)
('B',4.0)
('C',[(0.0,0.0),(0.0,128.0),(0.0,256.0),(0.0,384.0),(128.0,0.0),(128.0,128.0),(128.0,256.0),(128.0,384.0),(256.0,0.0),(256.0,128.0),(256.0,256.0),(256.0,384.0),(384.0,0.0),(384.0,128.0),(384.0,256.0),(384.0,384.0)])
zsh: segmentation fault  ./2185 +RTS -M16m -RTS
}}}
Without the `-M16m` flag it works fine.
",bug,closed,normal,6.10.1,Runtime System,6.8.3,fixed,,,Unknown/Multiple,Unknown/Multiple,,Unknown,,,,
