ports/69404: mono compiler (mcs) crashes with assertion failure in libpthread
Jake Hamby
jhamby at anobject.com
Sat Jul 24 03:00:52 UTC 2004
The following reply was made to PR ports/69404; it has been noted by GNATS.
From: Jake Hamby <jhamby at anobject.com>
To: John Merryweather Cooper <johnmary at adelphia.net>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: ports/69404: mono compiler (mcs) crashes with assertion failure
in libpthread
Date: Fri, 23 Jul 2004 19:57:29 -0700
This is a multi-part message in MIME format.
--------------030509020001010107050200
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
John Merryweather Cooper wrote:
> What is your __FREEBSD_version in <sys/param.h>? Is there a configure
> script? What are the available options? Can you send me a full build
> log using:
#define __FreeBSD_version 502123 /* Master, propagated to newvers */
> # script -a build log gmake
Attached below.
> What, if anything, do you have set for CFLAGS in /etc/make.conf?
I'm using:
CPUTYPE?=p4
CFLAGS= -O2 -pipe
-Jake
--------------030509020001010107050200
Content-Type: text/plain;
name="build_log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="build_log"
Script started on Fri Jul 23 19:54:52 2004
Making all in browser
gmake[1]: Entering directory `/usr/home/jhamby/Code/monodoc-1.0/browser'
mcs -debug -out:monodoc.dll -target:library /resource:./mono-ecma.xsl,mono-ecma.xsl /resource:./ecmaspec-html.xsl,ecmaspec-html.xsl ./colorizer.cs ./man-provider.cs ./monohb-provider.cs ./xhtml-provider.cs ./ecma-provider.cs ./simple-provider.cs ./html-helper.cs ./provider.cs ./index.cs ./error-provider.cs ./ecmaspec-provider.cs ./editing.cs ./settings.cs ./commentservice.cs ./XmlNodeWriter.cs AssemblyInfo.cs -r:ICSharpCode.SharpZipLib.dll -r:System.Web -r:System.Web.Services
./ecma-provider.cs(962) warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.IO.TextWriter)' is obsolete: 'You should pass XmlResolver to Transform() method'
./ecma-provider.cs(974) warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.Xml.XmlWriter)' is obsolete: 'You should pass XmlResolver to Transform() method'
./ecma-provider.cs(985) warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader)' is obsolete: 'You should pass evidence.'
./ecmaspec-provider.cs(115) warning CS0618: 'System.Xml.Xsl.XslTransform.Load(System.Xml.XmlReader)' is obsolete: 'You should pass evidence.'
./ecmaspec-provider.cs(121) warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable, System.Xml.Xsl.XsltArgumentList, System.IO.TextWriter)' is obsolete: 'You should pass XmlResolver to Transform() method'
./editing.cs(39) warning CS0162: Unreachable code detected
Compilation succeeded - 6 warning(s)
mcs -debug -out:browser.exe ./browser.cs ./list.cs ./elabel.cs ./history.cs ./Contributions.cs ./XmlNodeWriter.cs -resource:./../monodoc.png,monodoc.png -resource:./browser.glade,browser.glade -pkg:gtkhtml-sharp -pkg:glade-sharp -r:System.Web.Services -r:./monodoc.dll
Assertion failed: (lu->lu_myreq->lr_owner == lu), function _lock_acquire, file /usr/src/lib/libpthread/sys/lock.c, line 171.
gmake[1]: *** [browser.exe] Abort trap (core dumped)
gmake[1]: Leaving directory `/usr/home/jhamby/Code/monodoc-1.0/browser'
gmake: *** [all-recursive] Error 1
Script done on Fri Jul 23 19:54:58 2004
--------------030509020001010107050200--
More information about the freebsd-ports-bugs
mailing list