#7370: GHC crash (internal error) on vector
---------------------------+------------------------------------------------
 Reporter:  voidex         |          Owner:                
     Type:  bug            |         Status:  new           
 Priority:  normal         |      Component:  Compiler      
  Version:  7.6.1          |       Keywords:                
       Os:  Windows        |   Architecture:  x86_64 (amd64)
  Failure:  Runtime crash  |       Testcase:                
Blockedby:                 |       Blocking:                
  Related:                 |  
---------------------------+------------------------------------------------
 `cabal install vector` caused GHC to crash

 Here is output:

 Downloading vector-0.10.0.1...
 Configuring vector-0.10.0.1...
 Building vector-0.10.0.1...
 Preprocessing library vector-0.10.0.1...
 [ 1 of 19] Compiling Data.Vector.Storable.Internal (
 Data\Vector\Storable\Internal.hs, dist\build\Data\Vector\Storable\I
 nternal.o )
 [ 2 of 19] Compiling Data.Vector.Fusion.Util ( Data\Vector\Fusion\Util.hs,
 dist\build\Data\Vector\Fusion\Util.o )
 [ 3 of 19] Compiling Data.Vector.Fusion.Stream.Size (
 Data\Vector\Fusion\Stream\Size.hs, dist\build\Data\Vector\Fusion\S
 tream\Size.o )

 Data\Vector\Fusion\Stream\Size.hs:25:10: Warning:
     No explicit method or default declaration for `*'
     In the instance declaration for `Num Size'

 Data\Vector\Fusion\Stream\Size.hs:25:10: Warning:
     No explicit method or default declaration for `abs'
     In the instance declaration for `Num Size'

 Data\Vector\Fusion\Stream\Size.hs:25:10: Warning:
     No explicit method or default declaration for `signum'
     In the instance declaration for `Num Size'
 [ 4 of 19] Compiling Data.Vector.Internal.Check (
 Data\Vector\Internal\Check.hs, dist\build\Data\Vector\Internal\Check.o
  )
 [ 5 of 19] Compiling Data.Vector.Fusion.Stream.Monadic (
 Data\Vector\Fusion\Stream\Monadic.hs, dist\build\Data\Vector\Fu
 sion\Stream\Monadic.o )
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... ghc.exe: internal error:
 R_X86_64_PC32: High bits are set in 7ff718995a0 for WaitForSingleObject
     (GHC version 7.6.1 for x86_64_unknown_mingw32)
     Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug

 This application has requested the Runtime to terminate it in an unusual
 way.
 Please contact the application's support team for more information.
 Failed to install vector-0.10.0.1

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7370>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to