#7357: GHC.exe gives an internal error while linking vector's Monadic.hs
-------------------------------+--------------------------------------------
    Reporter:  kapilash        |       Owner:  igloo             
        Type:  bug             |      Status:  new               
    Priority:  normal          |   Milestone:  7.8.1             
   Component:  Compiler        |     Version:  7.6.1             
    Keywords:                  |          Os:  Windows           
Architecture:  x86_64 (amd64)  |     Failure:  Compile-time crash
  Difficulty:  Unknown         |    Testcase:                    
   Blockedby:                  |    Blocking:                    
     Related:                  |  
-------------------------------+--------------------------------------------
Description changed by igloo:

Old description:

> '''This is the command line output when building vector 0.10.0.1'''
>

> '''c:\local\vector-0.10.0.1>'''cabal build
> Building vector-0.10.0.1...
> Preprocessing library vector-0.10.0.1...
> [ 1 of 19] Compiling Data.Vector.Storable.Internal (
> Data\Vector\Storable\Intern
> al.hs, dist\build\Data\Vector\Storable\Internal.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\Stream\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\Stre
> am\Monadic.hs, dist\build\Data\Vector\Fusion\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: Hig
> h bits are set in 7fcb3ea95a0 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.

New description:

 '''This is the command line output when building vector 0.10.0.1'''

 {{{
 c:\local\vector-0.10.0.1>cabal build
 Building vector-0.10.0.1...
 Preprocessing library vector-0.10.0.1...
 [ 1 of 19] Compiling Data.Vector.Storable.Internal (
 Data\Vector\Storable\Intern
 al.hs, dist\build\Data\Vector\Storable\Internal.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\Stream\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\Stre
 am\Monadic.hs, dist\build\Data\Vector\Fusion\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: Hig
 h bits are set in 7fcb3ea95a0 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.
 }}}

--

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7357#comment:2>
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