programs compile, but fail to run on Linux 2.6.11
Aaron Denney <[email protected]> Thu, 22 Sep 2005 00:50:10 -0600
| Newsgroups | gmane.comp.lang.haskell.nhc.bugs |
|---|---|
| Message-ID | <[email protected]> |
% ./Main
OS allocated a heap in high memory (>0x80000000)
which breaks this program's run-time system.
hpStart=0xb7e03008, hpEnd=0xb7e78308
%
Fresh compile of nhc98-1.18, with ghc 6.4.
I assume this could also be a libc issue, if it's defining "heap" as
addresses malloc() returns, which could be done through anonymous mmap()s.
I'm running glibc-2.3.5
Are there any other details I should provide?
--
Aaron Denney
-><-