From owner-freebsd-amd64@FreeBSD.ORG Thu May 10 16:20:13 2007 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E40C16A47B for ; Thu, 10 May 2007 16:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1F25513C44B for ; Thu, 10 May 2007 16:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4AGKCfH013369 for ; Thu, 10 May 2007 16:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4AGKCcW013368; Thu, 10 May 2007 16:20:12 GMT (envelope-from gnats) Date: Thu, 10 May 2007 16:20:12 GMT Message-Id: <200705101620.l4AGKCcW013368@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: kern/96981: reproducible instant reboot by unprivileged user X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 16:20:13 -0000 The following reply was made to PR amd64/96981; it has been noted by GNATS. From: Gavin Atkinson To: Lodewijk =?ISO-8859-1?Q?V=F6ge?= Cc: bug-followup@FreeBSD.org Subject: Re: kern/96981: reproducible instant reboot by unprivileged user Date: Thu, 10 May 2007 17:17:49 +0100 I have been able to recreate this on an amd64 system of my own as follows: Fresh install of 6.2-RELEASE-amd64 ports tree from 2007.02.13.06.40.00 (newer trees have the port BROKEN on amd64, for unrelated reasons) cd /usr/ports/lang/mono && make install (accept default options for all ports) As regular user: Create example file in PR written to 96981.m $ mcs 96981.m $ gdb /usr/local/bin/mono (gdb) set args 96981.exe (gdb) r Starting program: /usr/local/bin/mono 96981.exe (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...warning: Unable to get location for thread creation breakpoint: generic error [New LWP 100094] (no debugging symbols found)...(no debugging symbols found)...[New Thread 0x6eb000 (LWP 100094)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x6eb000 (LWP 100094)] 0x00000000004cec66 in GC_push_all_stack () (gdb) c Continuing. Read from remote host ga9test3.york.ac.uk: Connection reset by peer Sadly, I don't currently have an amd64 system with a serial port available.