From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 19 11:40:05 2008 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 ED671106566B for ; Wed, 19 Mar 2008 11:40: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 D9F8A8FC25 for ; Wed, 19 Mar 2008 11:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2JBe44p094410 for ; Wed, 19 Mar 2008 11:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2JBe4WI094409; Wed, 19 Mar 2008 11:40:04 GMT (envelope-from gnats) Date: Wed, 19 Mar 2008 11:40:04 GMT Message-Id: <200803191140.m2JBe4WI094409@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: sam Cc: Subject: Re: kern/117010: [linuxolator] linux_getdents() get something like buffer overflow or else X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sam List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2008 11:40:05 -0000 The following reply was made to PR kern/117010; it has been noted by GNATS. From: sam To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/117010: [linuxolator] linux_getdents() get something like buffer overflow or else Date: Wed, 19 Mar 2008 14:09:52 +0300 kdump of starting HLDS on system FreeBSD 7.0-STABLE with development version linux_base-f8 (include glibc-2.7-2) NOTE: HLDS is started without problem linux_base-f8 be absent in ports tree now -------------------------------------------------------------------------- 99717 hlds_i686 NAMI "/compat/linux/usr/home/games/hlds/./cstrike/sound/weapons/reload1.wav" 99717 hlds_i686 NAMI "/usr/home/games/hlds/./cstrike/sound/weapons/reload1.wav" 99717 hlds_i686 RET linux_stat64 JUSTRETURN 99717 hlds_i686 CALL linux_open(-1078014336,624640,-1078014440) 99717 hlds_i686 NAMI "/compat/linux/usr/home/games/hlds/./cstrike/sound/weapons" 99717 hlds_i686 NAMI "/usr/home/games/hlds/./cstrike/sound/weapons" 99717 hlds_i686 RET linux_open 9 99717 hlds_i686 CALL linux_fstat64(9,-1078014548,1210134516) 99717 hlds_i686 RET linux_fstat64 0 99717 hlds_i686 CALL linux_fcntl64(9,2,1) 99717 hlds_i686 RET linux_fcntl64 0 99717 hlds_i686 CALL linux_getdents(9,148523424,4096) 99717 hlds_i686 RET linux_getdents 4096/0x1000 99717 hlds_i686 CALL linux_getdents(9,148523424,4096) 99717 hlds_i686 RET linux_getdents 444/0x1bc 99717 hlds_i686 CALL linux_getdents(9,148523424,4096) 99717 hlds_i686 RET linux_getdents 0 99717 hlds_i686 CALL close(9) 99717 hlds_i686 RET close 0 99717 hlds_i686 CALL linux_stat64(-1078014148,-1078014404,1210134516) 99717 hlds_i686 NAMI "/compat/linux/usr/home/games/hlds/./valve/sound/weapons/reload1.wav" 99717 hlds_i686 NAMI "/usr/home/games/hlds/./valve/sound/weapons/reload1.wav" 99717 hlds_i686 RET linux_stat64 JUSTRETURN 99717 hlds_i686 CALL linux_open(-1078014336,624640,-1078014440) 99717 hlds_i686 NAMI "/compat/linux/usr/home/games/hlds/./valve/sound/weapons" 99717 hlds_i686 NAMI "/usr/home/games/hlds/./valve/sound/weapons" 99717 hlds_i686 RET linux_open 9 99717 hlds_i686 CALL linux_fstat64(9,-1078014548,1210134516) 99717 hlds_i686 RET linux_fstat64 0 99717 hlds_i686 CALL linux_fcntl64(9,2,1) 99717 hlds_i686 RET linux_fcntl64 0 99717 hlds_i686 CALL linux_getdents(9,148523424,4096) 99717 hlds_i686 RET linux_getdents 28/0x1c 99717 hlds_i686 CALL linux_getdents(9,148523424,4096) 99717 hlds_i686 RET linux_getdents 0 99717 hlds_i686 CALL close(9) 99717 hlds_i686 RET close 0 99717 hlds_i686 CALL linux_stat64(-1078014148,-1078014404,1210134516) 99717 hlds_i686 NAMI "/compat/linux/usr/home/games/hlds/./platform/sound/weapons/reload1.wav" 99717 hlds_i686 NAMI "/usr/home/games/hlds/./platform/sound/weapons/reload1.wav" 99717 hlds_i686 RET linux_stat64 JUSTRETURN -------------------------------------------------------------------------- On Thu, 13 Sep 2007 16:39:49 +0400 Boris Samorodov wrote: >/ Just to note once more, that is for CURRENT and />/ linux_base-fc6/2.6.16: / >/ > Here is the relevant kdump: />/ > ftp://ftp.ipt.ru/pub/linux/hldc.kdump.txt / HLDS is crashed on start NOTE: linux_base-fc6 include glibc-2.5-18 /Vladimir Ermakov