where is the full stack trace assigned to its id
Ian Lynagh
igloo at earth.li
Thu Sep 27 09:45:54 EDT 2007
On Sun, Sep 23, 2007 at 10:39:48AM +0200, Peter Hercek wrote:
>
> App was compiled with ghc -make -prof -auto-all <files>
> ... and run with app.exe <appSpecificOptions> +RTS -hc
>
> I expected it to be in app.exe.prof (as it is with -hr
> option), but that file is empty.
If you also pass -p when running the program then the file contents will
be created.
Thanks
Ian
More information about the Glasgow-haskell-users
mailing list