[ ghc-Bugs-472091 ] Case missing in garbage collector
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 17 Oct 2001 08:23:50 -0700
Bugs item #472091, was opened at 2001-10-17 07:56
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=472091&group_id=8032
Category: Runtime System
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Josef Svenningsson (josefs)
>Assigned to: Simon Marlow (simonmar)
Summary: Case missing in garbage collector
Initial Comment:
I'm on a sparc running solaris 2.7. The problem shows
up for a recent ghc built from cvs.
When I compile some files I get the following error
message:
ghc-5.03: fatal error: evacuate: THUNK_SELECTOR:
strange selectee 10
The error goes away if I remove the -O flag.
This is especially annoying when bootstrapping the
compiler. Sample module for which this problem arises
are:
PrelWord
PrelCTypes
PrelCString
PrelCError
PrelHandle
----------------------------------------------------------------------
>Comment By: Simon Marlow (simonmar)
Date: 2001-10-17 08:23
Message:
Logged In: YES
user_id=48280
I've added the missing case, let me know if that fixes it
for you (we haven't seen the bug locally, but it may be
due to minor differences in the build configurations).
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=108032&aid=472091&group_id=8032