[Mono-bugs] [Bug 334740] file threads.c: line 3345 (mono_thread_set_state): assertion failed: (ret == 0)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 30 16:24:01 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=334740#c17


John Anderson <sontek at gmail.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                                        |NEW
      Info Provider|sontek at gmail.com                                |




--- Comment #17 from John Anderson <sontek at gmail.com>  2007-10-30 14:24:01 MST ---
This is on a gentoo system running HEAD, I did ./autogen --prefix=/opt/mono &&
make && make install.

and I'm using this script to setup my environment:

#!/bin/bash
MONO_PREFIX=/opt/mono
GNOME_PREFIX=/opt/gnome
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$MONO_PREFIX/include:$GNOME_PREFIX/include
export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
export PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$GNOME_PREFIX/lib/pkgconfig
PATH=$MONO_PREFIX/bin:$PATH
PS1="[mono] \w @ "


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list