[GHC] #12815: ghc: panic Loading temp shared object failed
GHC
ghc-devs at haskell.org
Tue Nov 8 06:25:59 UTC 2016
#12815: ghc: panic Loading temp shared object failed
-------------------------------------+-------------------------------------
Reporter: brodyberg | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Keywords: osx | Operating System: MacOS X
Architecture: | Type of failure: Compile-time
Unknown/Multiple | crash or panic
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
I ran 'stack upgrade' and after downloading, configuring, building and
registering all 178 required packages I got this:
{{{
[1 of 1] Compiling Main (
/private/var/folders/23/f9jzgvns2378jgmdt5v42sj00000gn/T/stack-
upgrade11535/stack-1.2.0/Setup.hs,
/private/var/folders/23/f9jzgvns2378jgmdt5v42sj00000gn/T/stack-
upgrade11535/stack-1.2.0/.stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/setup/Main.o )
Linking /private/var/folders/23/f9jzgvns2378jgmdt5v42sj00000gn/T/stack-
upgrade11535/stack-1.2.0/.stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/setup/setup ...
Configuring stack-1.2.0...
stack-1.2.0: build
Preprocessing library stack-1.2.0...
[ 1 of 96] Compiling Text.PrettyPrint.Leijen.Extended (
src/Text/PrettyPrint/Leijen/Extended.hs, .stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/build/Text/PrettyPrint/Leijen/Extended.o
)
[ 2 of 96] Compiling Stack.Ghci.Script ( src/Stack/Ghci/Script.hs, .stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/build/Stack/Ghci/Script.o )
[ 3 of 96] Compiling Stack.FileWatch ( src/Stack/FileWatch.hs, .stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/build/Stack/FileWatch.o )
[ 4 of 96] Compiling System.Process.PagerEditor (
src/System/Process/PagerEditor.hs, .stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/build/System/Process/PagerEditor.o )
[ 5 of 96] Compiling System.Process.Log ( src/System/Process/Log.hs,
.stack-work/dist/x86_64-osx/Cabal-1.22.5.0/build/System/Process/Log.o )
[ 6 of 96] Compiling Paths_stack ( .stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/build/autogen/Paths_stack.hs, .stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/build/Paths_stack.o )
[ 7 of 96] Compiling Path.Find ( src/Path/Find.hs, .stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/build/Path/Find.o )
[ 8 of 96] Compiling Path.Extra ( src/Path/Extra.hs, .stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/build/Path/Extra.o )
[ 9 of 96] Compiling System.Process.Read ( src/System/Process/Read.hs,
.stack-work/dist/x86_64-osx/Cabal-1.22.5.0/build/System/Process/Read.o )
ghc: panic! (the 'impossible' happened)
(GHC version 7.10.3 for x86_64-apple-darwin):
Loading temp shared object failed:
dlopen(/var/folders/23/f9jzgvns2378jgmdt5v42sj00000gn/T/ghc29794_0/libghc_55.dylib,
5): no suitable image found. Did find:
/var/folders/23/f9jzgvns2378jgmdt5v42sj00000gn/T/ghc29794_0/libghc_55.dylib:
malformed mach-o: load commands size (47248) > 32768
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
Completed 178 action(s).
-- While building package stack-1.2.0 using:
/private/var/folders/23/f9jzgvns2378jgmdt5v42sj00000gn/T/stack-
upgrade11535/stack-1.2.0/.stack-
work/dist/x86_64-osx/Cabal-1.22.5.0/setup/setup --builddir=.stack-
work/dist/x86_64-osx/Cabal-1.22.5.0 build lib:stack exe:stack --ghc-
options " -ddump-hi -ddump-to-file"
Process exited with code: ExitFailure 1
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12815>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list