|
[ ghc-Bugs-996263 ] internal error: main thread has been GC'd: msg#00032lang.haskell.glasgow.bugs
Bugs item #996263, was opened at 2004-07-22 23:58 Message generated for change (Comment added) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=996263&group_id=8032 Category: Runtime System Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Simon Marlow (simonmar) Summary: internal error: main thread has been GC'd Initial Comment: when compiling the following program with ghc 6.2.1 count :: (?c :: Integer) => IO () count = do y <- return ?c putStr ((show ?c)++"\n") let ?c = y+1 in count main = let ?c=0 in count compiles fine with ghc: --make -fglasgow-exts test.hs While running, wenn pressing control-c to break, it tells me: a.out: internal error: main thread has been GC'd Please report this as a bug to glasgow-haskell-bugs@xxxxxxxxxxx, or http://www.sourceforge.net/projects/ghc/ ---------------------------------------------------------------------- >Comment By: Simon Marlow (simonmar) Date: 2004-07-23 09:20 Message: Logged In: YES user_id=48280 Thanks for the report. This bug is known, and the fix will be in 6.2.2. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=996263&group_id=8032
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: hmake-3.08 and RedHat 7.2, Ravi Nanavati |
|---|---|
| Next by Date: | [ ghc-Bugs-996746 ] -odir changes output name of main module, SourceForge.net |
| Previous by Thread: | [ ghc-Bugs-996263 ] internal error: main thread has been GC'd, SourceForge.net |
| Next by Thread: | Re: hmake-3.08 and RedHat 7.2, Ravi Nanavati |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |