[Mono-bugs] [Bug 404866] Assert on finalizer thread

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 1 14:58:06 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=404866

User ck at carlo-kok.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=404866#c7





--- Comment #7 from Carlo Kok <ck at carlo-kok.com>  2008-07-01 12:58:06 MDT ---
running vmware with Opensuse 10.3/64bits, got an exception alike it, patched
above fixed it. My callstack was:

make[7]: Leaving directory `/home/carlokok/checkouts/mcs/class/corlib'
make[7]: Entering directory `/home/carlokok/checkouts/mcs/class/System'
make all-local
make[8]: Entering directory `/home/carlokok/checkouts/mcs/class/System'
** Warning: System.dll built without parts that depend on: System.Xml.dll
make[8]: Leaving directory `/home/carlokok/checkouts/mcs/class/System'
make[7]: Leaving directory `/home/carlokok/checkouts/mcs/class/System'
make[7]: Entering directory `/home/carlokok/checkouts/mcs/class/System.XML'
make all-local
make[8]: Entering directory `/home/carlokok/checkouts/mcs/class/System.XML'
MONO_PATH="../../class/lib/basic:$MONO_PATH"
/home/carlokok/checkouts/mono/runtime/mono-wrapper 
./../class/lib/basic/mcs.exe /codepage:65001  -optimize -d:NET_1_1 -d:ONLY_1_1
-d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig -r:mscorlib.dll -r:System.dll
-nowarn:0162,0618,0612,0642,1595 -target:library -out:System.Xml.dll
System.Xml.XPath/Parser.cs Mono.Xml.Xsl/PatternParser.cs
Mono.Xml.Xsl/PatternTokenizer.cs @System.Xml.dll.sources
Mono.Xml.Xsl/XslOutput.cs(275,62): warning CS0219: The variable `li' is
assigned but its value is never used
Mono.Xml.Xsl/XslTemplate.cs(374,52): warning CS0168: The variable `ex' is
declared but never used
System.Xml/DTDObjectModel.cs(1164,44): warning CS0168: The variable `ex' is
declared but never used

** ERROR **: file processes.c: line 144 (waitfor_pid): assertion failed:
((GPOINTER_TO_UINT (test) & _WAPI_PROCESS_UNHANDLED) !=
_WAPI_PROCESS_UNHANDLED)
aborting...

** (process:18431): WARNING (recursed) **: Thread (nil) may have been
prematurely finalized

** (process:18431): WARNING (recursed) **: Thread (nil) may have been
prematurely finalized
make[8]: *** [../../class/lib/basic/System.Xml.dll] Segmentation fault
make[8]: Leaving directory `/home/carlokok/checkouts/mcs/class/System.XML'
make[7]: *** [do-all] Error 2
make[7]: Leaving directory `/home/carlokok/checkouts/mcs/class/System.XML'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/carlokok/checkouts/mcs/class'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/carlokok/checkouts/mcs'
make[4]: *** [profile-do--basic--all] Error 2
make[4]: Leaving directory `/home/carlokok/checkouts/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/home/carlokok/checkouts/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/home/carlokok/checkouts/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/carlokok/checkouts/mono'
make: *** [all] Error 2

Single core setup in vmware.


-- 
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