From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 3 16:10:04 2009 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F22E10656B8 for ; Tue, 3 Nov 2009 16:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 63C008FC25 for ; Tue, 3 Nov 2009 16:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nA3GA4eT081555 for ; Tue, 3 Nov 2009 16:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nA3GA4Nm081554; Tue, 3 Nov 2009 16:10:04 GMT (envelope-from gnats) Date: Tue, 3 Nov 2009 16:10:04 GMT Message-Id: <200911031610.nA3GA4Nm081554@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Alexander Best Cc: Subject: Re: kern/138880: [linux] munmap segfaults after linux_mmap2 stresstest X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 16:10:04 -0000 The following reply was made to PR kern/138880; it has been noted by GNATS. From: Alexander Best To: Cc: Subject: Re: kern/138880: [linux] munmap segfaults after linux_mmap2 stresstest Date: Tue, 03 Nov 2009 17:01:23 +0100 (CET) here's a linux_kdump which might show more details than truss: 1478 mmapstress08 CALL linux_mmap2(0x3e800000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1048576000/0x3e800000 1478 mmapstress08 CALL linux_mmap2(0x3ec00000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1052770304/0x3ec00000 1478 mmapstress08 CALL linux_mmap2(0x3f000000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1056964608/0x3f000000 1478 mmapstress08 CALL linux_mmap2(0x3f400000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1061158912/0x3f400000 1478 mmapstress08 CALL linux_mmap2(0x3f800000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1065353216/0x3f800000 1478 mmapstress08 CALL linux_mmap2(0x3fc00000,0x1000,0x3,0x22,0,0) 1478 mmapstress08 RET linux_mmap2 1069547520/0x3fc00000 1478 mmapstress08 CALL munmap(0x8050000,0x37fb0000) 1478 mmapstress08 RET munmap 0 1478 mmapstress08 PSIG SIGSEGV SIG_DFL 1478 mmapstress08 NAMI "mmapstress08.core" alex