From owner-freebsd-stable@FreeBSD.ORG Mon Dec 24 23:33:23 2012 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 477F8737 for ; Mon, 24 Dec 2012 23:33:23 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6B78FC0A for ; Mon, 24 Dec 2012 23:33:22 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id BAA07264; Tue, 25 Dec 2012 01:33:16 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1TnHWG-000HyQ-9Q; Tue, 25 Dec 2012 01:33:16 +0200 Message-ID: <50D8E63B.5050804@FreeBSD.org> Date: Tue, 25 Dec 2012 01:33:15 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: David Wolfskill Subject: Re: stable/9 i386 panic [ACPI/timer?] References: <20121224195818.GA1867@albert.catwhisker.org> <50D8C344.4090702@FreeBSD.org> <20121224211628.GB1867@albert.catwhisker.org> <50D8D8A6.60402@FreeBSD.org> <20121224223958.GC1867@albert.catwhisker.org> <50D8DDF8.5040807@FreeBSD.org> <20121224230425.GD1867@albert.catwhisker.org> In-Reply-To: <20121224230425.GD1867@albert.catwhisker.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2012 23:33:23 -0000 on 25/12/2012 01:04 David Wolfskill said the following: > On Tue, Dec 25, 2012 at 12:58:00AM +0200, Andriy Gapon wrote: >> on 25/12/2012 00:39 David Wolfskill said the following: >>> I had left teh kgdb session active; I also included "p *timehands" just in >>> case it might be of use: >> >> Thank you. >> Please also print &th0 ... &th9. >> ... > > Here you go: > > (kgdb) p &th0 > $15 = (struct timehands *) 0xc112a7a8 > (kgdb) p &th1 > $16 = (struct timehands *) 0xc112a7e4 > (kgdb) p &th2 > $17 = (struct timehands *) 0xc112a820 > (kgdb) p &th3 > $18 = (struct timehands *) 0xc112a85c > (kgdb) p &th4 > $19 = (struct timehands *) 0xc112a898 > (kgdb) p &th5 > $20 = (struct timehands *) 0xc112a8d4 > (kgdb) p &th6 > $21 = (struct timehands *) 0xc112a910 Comparing the above and the following from an earlier email: > (kgdb) p timehands > $1 = (struct timehands * volatile) 0xc11ba910 and the following: > (kgdb) p th5 > $7 = {th_counter = 0xc115174c, th_adjustment = 51068786373500, > th_scale = 1690726758248, th_offset_count = 3990081323, th_offset = { > sec = 25906, frac = 2278539681754952554}, th_microtime = { > tv_sec = 1356376278, tv_usec = 192946}, th_nanotime = { > tv_sec = 1356376278, tv_nsec = 192946562}, th_generation = 669311, > th_next = 0xc11ba910} I am quite sure that the impossible happened only because the faulty memory made it possible. > (kgdb) p &th7 > $22 = (struct timehands *) 0xc112a94c > (kgdb) p &th8 > $23 = (struct timehands *) 0xc112a988 > (kgdb) p &th9 > $24 = (struct timehands *) 0xc112a9c4 > (kgdb) > > I've copied /boot/kernel/kernel.symbols over, as well: I need to head > out for some errands for a while. > > Peace, > david > -- Andriy Gapon