[Mono-list] beta 1 install problem on OSX
Dick Porter
dick@ximian.com
18 May 2004 14:34:24 +0100
On Tue, 2004-05-18 at 13:47, Benjamin Reed wrote:
> I've seen this on my 10.2 machine, and now on a user's 10.3 machine
> (originally I'd thought maybe it was just a Jaguar issue...)
>
> ---(snip!)---
> MONO_PATH=. ../../mono/mini/mono --config ../../data/config
> ./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root
> /sw/src/root-mono-0.91-3/sw/lib
> Package exported to: /sw/src/root-mono-0.91-3/sw/lib/mono/1.0
> Accessibility installed into the gac
> (/sw/src/root-mono-0.91-3/sw/lib/mono/gac/)
> thread_info failed
> ---(snip!)---
>
> Thinking maybe it was a problem with the JIT, I tried this with mint
> instead of mono, and the same thing occurs. Any ideas how to debug/fix
> this?
The message "thread_info failed" is coming from libgc. We thought the
latest libgc alpha release cured it, but it still happens.
- Dick