Bugs item #1064881, was opened at 2004-11-12 00:25 Message generated for change (Settings changed) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1064881&group_id=8032
Category: Runtime System Group: 6.2.1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: internal error: stg_ap_pp_ret Initial Comment: From: Tom Pledger <[EMAIL PROTECTED]> The RTS asked me to log this. ------ xterm excerpt ------ [EMAIL PROTECTED] Clean]$ GHCRTS='-M64M -hc' sh go.sh + Cleaner -- refpath /home/datamine/Cleaner/data/1000:/home/datam ine/Cleaner/data:data --fields reference:street:street:street:suburb:city,region:postco de --noheader --infile data/100-input.txt --one -- markup data/100-markup.txt --nzpost data/100- nzpost.txt Fri Nov 12 13:09:46 NZDT 2004 Cleaner: internal error: stg_ap_pp_ret Please report this as a bug to glasgow-haskell- [EMAIL PROTECTED], or http://www.sourceforge.net/projects/ghc/ + exit 254 ------ end of excerpt ------ Without the -hc , I get a segmentation fault instead. Without the -M64M , the program completes successfully. ---------------------------------------------------------------------- >Comment By: Simon Marlow (simonmar) Date: 2005-01-17 15:13 Message: Logged In: YES user_id=48280 No response from submitter, and we have strong evidence to suggest this bug has already been fixed (lots of people are using darcs...) ---------------------------------------------------------------------- Comment By: Simon Marlow (simonmar) Date: 2004-12-13 10:47 Message: Logged In: YES user_id=48280 I believe this bug was fixed in GHC 6.2.2. Could you please retry your test with that version? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-12-10 19:29 Message: Logged In: NO I received a similar message runing darcs compiled with GHC under Cygwin on Windows 2k. [EMAIL PROTECTED] /cygdrive/c/projects/voyager/crypto_poc $ darcs +RTS -K10M -M512M -RTS whatsnew -ls darcs.exe: internal error: stg_ap_v_ret Please report this as a bug to [email protected], or http://www.sourceforge.net/projects/ghc/ Without the -K -M options the program dies with a Windows Application Error: "The instruction at 0x0060edb2 referenced memory at 0x1118e000. The memory could not be read." Thanks for all your work on this great project! Matt Van Gundy matthew ~dot~ vangundy ~at~ yardi ~dot~ com ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1064881&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
