[GHC] #9517: hp2ps generates invalid postscript file
GHC
ghc-devs at haskell.org
Tue Oct 21 21:48:42 UTC 2014
#9517: hp2ps generates invalid postscript file
------------------------------------+---------------------------
Reporter: JamesM | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Profiling | Version: 7.8.3
Resolution: | Keywords:
Operating System: MacOS X | Architecture: x86
Type of failure: Other | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
------------------------------------+---------------------------
Comment (by Yxven):
I've also encountered this bug.
If it helps to have a code base that can create this bug, this commit
broke -hc for me.
https://github.com/Yxven/roguelike/commit/5bbba34cfea3a12e2e0038f390e8eab9b264289b
Changing
maximumCoordinate = 100 * tileSize
to
maximumCoordinate = 5 * tileSize
causes hp2ps to bug out.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9517#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list