[Mono-bugs] [Bug 646877] New: compiler crashes on exit when mono is running under sgen
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 14 23:48:14 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=646877
https://bugzilla.novell.com/show_bug.cgi?id=646877#c0
Summary: compiler crashes on exit when mono is running under
sgen
Classification: Mono
Product: Mono: Compilers
Version: 2.8.x
Platform: i686
OS/Version: Ubuntu
Status: NEW
Severity: Major
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: admartch at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=395085)
--> (http://bugzilla.novell.com/attachment.cgi?id=395085)
an archive of the crash report and the source files that crashed the compiler
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7
(KHTML, like Gecko) Chrome/7.0.517.36 Safari/534.7
Using MonoDevelop 2.4 running under a parallel installation of mono 2.8 in
Ubuntu 9.10, the compiler crashes on exit when the sgen option is enabled.
I've attached the crash files and the source files that generate the problem
The compiler seems to output a valid library file,
but the OnExit crash may suggest that there is a problem with sgen
parallel setup:
#!/bin/bash
MONO_PREFIX=/opt/mono
export DYLD_LIBRARY_PATH=$MONO_PREFIX/lib:$DYLD_LIBRARY_PATH
export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$MONO_PREFIX/include:$C_INCLUDE_PATH
export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal:$ACLOCAL_PATH
export PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
export MONO_ENV_OPTIONS="--gc=sgen"
PATH=$MONO_PREFIX/bin:$PATH
PS1="[monodev] \w @ "
Reproducible: Sometimes
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list