[GHC] #15154: Segmentation fault of ghc-pkg.exe from 32-bit distribution of ghc-8.2.2 on Windows 7
GHC
ghc-devs at haskell.org
Mon Jun 11 19:06:03 UTC 2018
#15154: Segmentation fault of ghc-pkg.exe from 32-bit distribution of ghc-8.2.2 on
Windows 7
-------------------------------------+-------------------------------------
Reporter: ki11men0w | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: ghc-pkg | Version: 8.2.2
Resolution: | Keywords:
Operating System: Windows | Architecture: x86
Type of failure: Compile-time | Test Case:
crash or panic |
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Phyx-):
Thanks for the report, can you get me a crash dump?
using gdb (install-able via pacman -Sy mingw-w64-i686-gdb)
{{{
gdb --args ./ghc-pkg.exe --version
run
gcore
}}}
and using procdump https://docs.microsoft.com/en-
us/sysinternals/downloads/procdump
`procdump.exe -t -ma -e 1 -x . ./ghc-pkg.exe --version`
Thanks!
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15154#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list