#3001: Biographical profiling segfaults
-------------------------+--------------------------------------------------
Reporter: nad | Owner: igloo
Type: bug | Status: reopened
Priority: high | Milestone: 6.10.2
Component: Compiler | Version:
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Os: Linux
Architecture: x86 |
-------------------------+--------------------------------------------------
Changes (by nad):
* version: 6.10.1 =>
Comment:
Biographical profiling still causes segfaults for me, but not on the
simple example above. With
http://www.haskell.org/ghc/dist/stable/dist/ghc-6.10.1.20090214-src.tar.bz2
and binary-0.4.4 I can trigger a segfault using the following program:
{{{
import Data.Binary
main = do
encodeFile "test.bin" $ replicate 10000 'x'
print =<< (decodeFile "test.bin" :: IO String)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3001#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs