|
GHC running out of memory, surprisingly.: msg#00067lang.haskell.glasgow.bugs
Yes, I know functional languages are memory hogs, but really! The following is on linux # ghci ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.0, for Hask / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. Loading package base ... linking ... done. Prelude> :module + Foreign.Marshal.Alloc Prelude Foreign.Marshal.Alloc> b1 <- mallocBytes 1000 Prelude Foreign.Marshal.Alloc> b2 <- reallocBytes b1 0 *** Exception: resource exhausted Action: realloc Reason: out of memory
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-669261 ] Shjft+Enter crashes GHCI, SourceForge.net |
|---|---|
| Next by Date: | RE: ghc --make and missing interface files, Simon Peyton-Jones |
| Previous by Thread: | [ ghc-Bugs-669261 ] Shjft+Enter crashes GHCI, SourceForge.net |
| Next by Thread: | RE: GHC running out of memory, surprisingly., Simon Marlow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |