From owner-freebsd-ppc@FreeBSD.ORG Mon Jun 8 20:20:06 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10FAB1065670 for ; Mon, 8 Jun 2009 20:20:06 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id A08728FC19 for ; Mon, 8 Jun 2009 20:20:05 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from deuterium.andreas.nets ([91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id n58KJfOe089666; Mon, 8 Jun 2009 22:19:43 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <4A2D725D.3090305@fgznet.ch> Date: Mon, 08 Jun 2009 22:19:41 +0200 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Ed Schouten References: <4A2C26C8.8080302@gmail.com> <4A2D6432.50307@fgznet.ch> <20090608192744.GB48776@hoeg.nl> <4A2D6C56.9060900@fgznet.ch> <20090608200441.GC48776@hoeg.nl> In-Reply-To: <20090608200441.GC48776@hoeg.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: FreeBSD/ppc Subject: Re: powermac kernel freezes on CURRENT X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2009 20:20:06 -0000 Ed Schouten wrote: > * Andreas Tobler wrote: >> The kdb diff alone works. >> But the kdbmux diff seems to be the one causing the freeze. >> >> I tested on top of 193511. > > Ah! Looking at the diff, I think I can only have messed up inside the > _putc() and _getc() routines I added. One of the biggest differences > between i386/am64 and PowerPC: characters are unsigned by default! I'm > going to slam my head against the wall for the next couple of minutes. Don't do that, we need your head healthy :) > Let me know whether it fixes your problem. It does. Should have seen that myself :( I'm up to rev 193751 now. With your patch. FreeBSD 8.0-CURRENT (GENERIC_imac) #0 r193751M: Mon Jun 8 22:15:57 CEST 2009 Thank you! Cheers, Andreas