[GHC] #10888: ghci crashes

#10888: ghci crashes ------------------------------------+------------------------------- Reporter: parsifal9 | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Keywords: | Operating System: Linux Architecture: arm | Type of failure: GHCi crash Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | ------------------------------------+------------------------------- Hi all, the compiler was installed from the file ghc_7.10.2-2_armhf.deb localhost: arch armv7l {{{#!hs localhost: ghci GHCi, version 7.10.2: http://www.haskell.org/ghc/ :? for help Prelude> :l Course/List.hs [1 of 2] Compiling Course.Core ( Course/Core.hs, interpreted ) [2 of 2] Compiling Course.List ( Course/List.hs, interpreted ) Ok, modules loaded: Course.List, Course.Core. *Course.List> (1:. 2:. Nil) ++ (1:. 2:. Nil) [1,2,1,2Segmentation fault (core dumped) }}} The files Core.hs and List.hs are attached. I dont know how to cut the example down any smaller. Sorry. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10888 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10888: ghci crashes -------------------------------+--------------------------------- Reporter: parsifal9 | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Resolution: | Keywords: Operating System: Linux | Architecture: arm Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------+--------------------------------- Changes (by parsifal9): * Attachment "course2.tgz" added. two files to reproduce the error -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10888 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10888: ghci crashes -------------------------------+------------------------------ Reporter: parsifal9 | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Resolution: | Keywords: Operating System: Linux | Architecture: arm Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): -------------------------------+------------------------------ Comment (by erikd): This is probably a dupe of #10375. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10888#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10888: ghci crashes -------------------------------+------------------------------ Reporter: parsifal9 | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.10.2 Resolution: duplicate | Keywords: Operating System: Linux | Architecture: arm Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------+------------------------------ Changes (by erikd): * status: new => closed * resolution: => duplicate Comment: This is *definitely* a dupe of #10375 which has been fixed in git HEAD and will almost certainly be in any 7.10.3 release. Closing this. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10888#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC