Date: Fri, 09 Jul 2004 02:02:59 -0700 From: John Merryweather Cooper <johnmary@adelphia.net> To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/68804: [MAINTAINER-UPDATE] Update lang/mono to 1.0 (release version) Message-ID: <1089363779.29588.3.camel@68-169-191-150.losaca.adelphia.net> In-Reply-To: <20040709083615.GB16989@i2.informatik.rwth-aachen.de> References: <200407081350.i68DoPp3030564@freefall.freebsd.org> <1089306825.55099.34.camel@68-169-191-150.losaca.adelphia.net> <20040709083615.GB16989@i2.informatik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2004-07-09 at 01:36, Volker Stolz wrote: > Am 08. Jul 2004 um 19:13 CEST schrieb John Merryweather Cooper: > > > How long is this going to build? On 4.10: > > > > > > Microsoft.Vsa installed into the gac (/usr/local/lib/mono/gac) > > > ^Tload: 1.10 cmd: lt-mono 90042 [running] 1079.35u 0.19s 90% 7576k > > > > > > Or is it wedged? > > > > > > Volker > > > > It's wedged. I don't see this on -CURRENT. Can you get me some more > > debug information? > > Today it's stuck a bit further down: > > Microsoft.Vsa installed into the gac (/usr/local/lib/mono/gac) > MONO_PATH=. ../../mono/mini/mono --config ../../data/config ./../gacutil.exe /i ./Mono.Cairo.dll /f /package 1.0 /gacdir /usr/local/lib /root /usr/local/lib > Package exported to: /usr/local/lib/mono/1.0/Mono.Cairo.dll -> /usr/local/lib/mono/gac/Mono.Cairo/1.0.5000.0__0738eb9f132ed756/Mono.Cairo.dll > Mono.Cairo installed into the gac (/usr/local/lib/mono/gac) > MONO_PATH=. ../../mono/mini/mono --config ../../data/config ./../gacutil.exe /i ./Mono.CSharp.Debugger.dll /f /package 1.0 /gacdir /usr/local/lib /root /usr/local/lib > Package exported to: /usr/local/lib/mono/1.0/Mono.CSharp.Debugger.dll -> /usr/local/lib/mono/gac/Mono.CSharp.Debugger/1.0.5000.0__0738eb9f132ed756/Mono.CSharp.Debugger.dll > Mono.CSharp.Debugger installed into the gac (/usr/local/lib/mono/gac) > MONO_PATH=. ../../mono/mini/mono --config ../../data/config ./../gacutil.exe /i ./Mono.Data.SybaseClient.dll /f /package 1.0 /gacdir /usr/local/lib /root /usr/local/lib > Package exported to: /usr/local/lib/mono/1.0/Mono.Data.SybaseClient.dll -> /usr/local/lib/mono/gac/Mono.Data.SybaseClient/1.0.5000.0__0738eb9f132ed756/Mono.Data.SybaseClient.dll > Mono.Data.SybaseClient installed into the gac (/usr/local/lib/mono/gac) > > (gdb) bt > #0 0xbfbfffa8 in ?? () > #1 0x28166939 in thread_exit (exitstatus=0, handle=0x8) at ../../mono/io-layer/handles-private.h:261 > #2 0x28168303 in _wapi_timed_thread_exit (exitstatus=0) at timed-thread.c:63 > #3 0x281684da in timed_thread_start_routine (args=0x833b2c0) at timed-thread.c:135 > #4 0x2817e6af in GC_start_routine (arg=0x80a1910) at pthread_support.c:1184 > #5 0x28d3733d in _thread_start () from /usr/lib/libc_r.so.4 > #6 0x0 in ?? () My first inclination is that there is something wrong with the pthread setup for -STABLE. I need a script -a build.log make of lang/mono on -STABLE so I can check the switches passed during the compile. They SHOULD be right . . . but . . . My second inclination is something is wedging in the included boehme-gc in libgc. Things get ugly at that point . . . jmc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1089363779.29588.3.camel>