|
RE: GHC running out of memory, surprisingly.: msg#00076lang.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 Fixed, thanks for the report. Cheers, Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-751175 ] ghc --make deletes source file in Windows, SourceForge.net |
|---|---|
| Next by Date: | Trouble installing ghc 6.0 on Solaris, Stecher, Jack |
| Previous by Thread: | GHC running out of memory, surprisingly., George Russell |
| Next by Thread: | broken web link, Dean Herington |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |