[GHC] #10790: amd64/solaris 11: dll-split: out of memory (requested 1099512676352 bytes)
GHC
ghc-devs at haskell.org
Mon Aug 24 19:32:36 UTC 2015
#10790: amd64/solaris 11: dll-split: out of memory (requested 1099512676352 bytes)
-----------------------------------------+---------------------------------
Reporter: kgardas | Owner: simonmar
Type: bug | Status: new
Priority: normal | Milestone:
Component: Runtime System | Version: 7.11
Keywords: | Operating System: Solaris
Architecture: x86_64 (amd64) | Type of failure: None/Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
-----------------------------------------+---------------------------------
Sometimes between July 19 and August 11 GHC HEAD build on Solaris 11/AMD64
platform started to fail. The failure looks:
{{{
dll-split: out of memory (requested 1099512676352 bytes)
gmake[1]: *** [compiler/stage2/dll-split.stamp] Error 1
gmake: *** [all] Error 2
}}}
and may be seen here http://haskell.inf.elte.hu/builders/solaris-
amd64-head/350/10.html
The symptoms of the failure looks similar to #10682 but as this is about
ARM64/Linux I rather write separate bug report here since code involved is
heavily #ifdefed to be OS specific -- hence also Solaris fix will be
different from ARM64/Linux one probably.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10790>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list