[GHC] #13707: xmobar crashes with segmentation faults?

GHC ghc-devs at haskell.org
Tue May 16 18:20:40 UTC 2017


#13707: xmobar crashes with segmentation faults?
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  highest           |            Milestone:  8.2.1
       Component:  Compiler          |              Version:  8.2.1-rc2
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  crash or panic                     |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Description changed by bgamari:

@@ -3,0 +3,14 @@
+ {{{
+ Program received signal SIGSEGV, Segmentation fault.
+  0x0000000000873aa8 in ghczmprim_GHCziClasses_eqChar_info ()
+ }}}
+  or:
+ {{{
+  Program received signal SIGSEGV, Segmentation fault.
+  0x0000000000873f98 in ghczmprim_GHCziClasses_zdfEqModulezuzdszdczeze_info
+ ()
+  (gdb) bt
+  #0  0x0000000000873f98 in
+ ghczmprim_GHCziClasses_zdfEqModulezuzdszdczeze_info ()
+  #1  0x0000000000000000 in ?? ()
+ }}}

New description:

 Markus Trippelsdorf on `ghc-devs` reports that 8.2.1-rc2 produces crashing
 `xmobar` executables.
 {{{
 Program received signal SIGSEGV, Segmentation fault.
  0x0000000000873aa8 in ghczmprim_GHCziClasses_eqChar_info ()
 }}}
  or:
 {{{
  Program received signal SIGSEGV, Segmentation fault.
  0x0000000000873f98 in ghczmprim_GHCziClasses_zdfEqModulezuzdszdczeze_info
 ()
  (gdb) bt
  #0  0x0000000000873f98 in
 ghczmprim_GHCziClasses_zdfEqModulezuzdszdczeze_info ()
  #1  0x0000000000000000 in ?? ()
 }}}

--

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13707#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list