From owner-cvs-src@FreeBSD.ORG Sat Jul 26 00:35:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D61E37B401; Sat, 26 Jul 2003 00:35:33 -0700 (PDT) Received: from h190n1fls34o809.telia.com (h190n1fls34o809.telia.com [213.67.96.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0A443FA3; Sat, 26 Jul 2003 00:35:32 -0700 (PDT) (envelope-from pawel.worach@telia.com) Received: from corona (corona.sajd.net [192.168.1.20])h6Q7ZUv05378; Sat, 26 Jul 2003 09:35:30 +0200 (MEST) From: "Pawel Worach" To: "'Alan Cox'" , Date: Sat, 26 Jul 2003 09:35:29 +0200 Message-ID: <000001c35348$7d73d600$4116f00a@corona> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <200307260355.h6Q3tWkN096860@repoman.freebsd.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: RE: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2003 07:35:33 -0000 alc 2003/07/25 20:55:32 PDT FreeBSD src repository Modified files: sys/vm uma_core.c=20 Log: Gulp ... call kmem_malloc() without Giant. Could this change affect user applications? After a reboot with this kernel squid crashes randomly with the stack every time. This could of course be a squid bug but i just have to make sure before i file one :) #0 0x2825e39f in kill () from /usr/lib/libc.so.5 #1 0x282cab2b in abort () from /usr/lib/libc.so.5 #2 0x0807c8e3 in xassert () at debug.cc:363 #3 0x080c8c31 in UFSStoreState::queueRead(char*, unsigned, long long, = void (*)(void*, char const*, int), void*) (this=3D0x91af010,=20 buf=3D0x912c018 "", size=3D4096, offset=3D0, callback=3D0x80b8598 , callback_data=3D0x91ab010) at = ufs/store_io_ufs.cc:570 #4 0x080b721b in storeRead (sio=3DCannot access memory at address 0x0 ) at ../include/RefCount.h:71 ...