#4088: GHCi crash
------------------------+---------------------------------------------------
    Reporter:  guest    |        Owner:            
        Type:  bug      |       Status:  new       
    Priority:  normal   |    Milestone:            
   Component:  GHCi     |      Version:  6.12.1    
    Keywords:           |   Difficulty:            
          Os:  Windows  |     Testcase:            
Architecture:  x86      |      Failure:  GHCi crash
------------------------+---------------------------------------------------
Description changed by igloo:

Old description:

> I used GHCi for playing with my code, then it hung (my fault) so I closed
> it. I opened a new session and:
>
> $ ghci
> WARNING: GHCi invoked via 'ghci.exe' in *nix-like shells (cygwin-bash, in
> particular)
>          doesn't handle Ctrl-C well; use the 'ghcii.sh' shell wrapper
> instead
> GHCi, version 6.12.1: http://www.haskell.org/ghc/  :? for help
> Loading package ghc-prim ... linking ... done.
> Loading package integer-gmp ... linking ... done.
> Loading package base ... linking ... done.
> Loading package ffi-1.0 ... linking ... done.
> Prelude> :load Solution
> [1 of 1] Compiling Solution         ( Solution.hs, interpreted )
> : internal error: evacuate: strange closure type 29069
>     (GHC version 6.12.1 for i386_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.
>

> my email is on cc: sonoflilit

New description:

 I used GHCi for playing with my code, then it hung (my fault) so I closed
 it. I opened a new session and:
 {{{
 $ ghci
 WARNING: GHCi invoked via 'ghci.exe' in *nix-like shells (cygwin-bash, in
 particular)
          doesn't handle Ctrl-C well; use the 'ghcii.sh' shell wrapper
 instead
 GHCi, version 6.12.1: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package ffi-1.0 ... linking ... done.
 Prelude> :load Solution
 [1 of 1] Compiling Solution         ( Solution.hs, interpreted )
 : internal error: evacuate: strange closure type 29069
     (GHC version 6.12.1 for i386_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.
 }}}

 my email is on cc: sonoflilit

--

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4088#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to