From owner-freebsd-mono@FreeBSD.ORG Sat Oct 16 13:56:51 2010 Return-Path: Delivered-To: freebsd-mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 406BD106566B for ; Sat, 16 Oct 2010 13:56:51 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 071CF8FC1D for ; Sat, 16 Oct 2010 13:56:50 +0000 (UTC) Received: by vws1 with SMTP id 1so869891vws.13 for ; Sat, 16 Oct 2010 06:56:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.97.3 with SMTP id j3mr353871vcn.161.1287235519730; Sat, 16 Oct 2010 06:25:19 -0700 (PDT) Received: by 10.220.188.3 with HTTP; Sat, 16 Oct 2010 06:25:19 -0700 (PDT) X-Originating-IP: [128.95.133.227] Date: Sat, 16 Oct 2010 06:25:19 -0700 Message-ID: From: Rob Farmer To: freebsd-mono@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: lang/mono on amd64 current: Bad signal in suspend_handler X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2010 13:56:51 -0000 Hi, I'm having an bit of a build problem for lang/mono on amd64 current. At random points in the build, I will get something like this: gmake[8]: Entering directory `/work/a/ports/lang/mono/work/mono-2.6.7/mcs/nunit24/ConsoleRunner/nunit-console' MCS [net_1_1] nunit-console-runner.dll Bad signal in suspend_handler Stacktrace: at System.Security.Cryptography.CryptoStream.Finalize () <0xffffffff> at System.Security.Cryptography.CryptoStream.Finalize () <0x00021> at (wrapper runtime-invoke) object.runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr) <0x00058> gmake[8]: *** [../../../class/lib/net_1_1/nunit-console-runner.dll] Abort trap: 6 (core dumped) gmake[8]: *** Deleting file `../../../class/lib/net_1_1/nunit-console-runner.dll' gmake[8]: Leaving directory `/work/a/ports/lang/mono/work/mono-2.6.7/mcs/nunit24/ConsoleRunner/nunit-console' gmake[7]: *** [do-all] Error 2 This happens at different places on each build attempt, but it is virtually guaranteed to happen at some point. If I am building normally (just running "make" outside tinderbox) I can re-run "make" right after the failure and it starts working again, but it might have another "Bad signal in suspend_handler" later on. After several times though, I can finish the build and it seems to work (compiles/runs other stuff fine). Any idea what might be happening or advice for collecting more useful info? Pointyhat has some failures on amd64 current from Sept. 30 but I can't tell if they are related. FreeBSD turquoise.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r213747: Tue Oct 12 15:25:48 PDT 2010 rfarmer@turquoise.predatorlabs.net:/usr/obj/usr/src/sys/TURQUOISE amd64 Full log from tinderbox: http://www.predatorlabs.net/dl/mono-2.6.7.log Thanks, -- Rob Farmer