#5432: hp2ps bug with relative path names
---------------------------------+------------------------------------------
Reporter: simonmar | Owner:
Type: bug | Status: new
Priority: high | Milestone: 7.4.1
Component: Profiling | Version: 7.2.1
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
`[email protected]` reports on `glasgow-haskell-users`:
If I use profiling on windows with relative path names e.g. the first line
in the .hp file is something like:
{{{
JOB "ScriptUsage.exe -t ..\FPF\TradeDesc\TradesTags.txt -f ..\out\FPOs -u
..\Data\LogStarted090511c +RTS -H256M -hc"
}}}
then hp2ps produces nonsense.
If I replace this line with:
{{{
JOB "ScriptUsage.exe +RTS -H256M -hc"
}}}
then it works.
Is this a known bug or should I try to raise one?
Thanks, Dominic.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5432>
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