From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 16 01:09:15 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89FCC1065676 for ; Tue, 16 Mar 2010 01:09:15 +0000 (UTC) (envelope-from george@m5p.com) Received: from mailhost.m5p.com (unknown [IPv6:2001:418:3fd::3]) by mx1.freebsd.org (Postfix) with ESMTP id 43B378FC13 for ; Tue, 16 Mar 2010 01:09:15 +0000 (UTC) Received: from m5p.com (ssh.m5p.com [IPv6:2001:418:3fd::fb]) by mailhost.m5p.com (8.14.3/8.14.3) with ESMTP id o2G199Vt010444 for ; Mon, 15 Mar 2010 21:09:14 -0400 (EDT) (envelope-from george@m5p.com) Received: (from george@localhost) by m5p.com (8.14.3/8.13.7/Submit) id o2G199mV007665; Mon, 15 Mar 2010 21:09:09 -0400 (EDT) Date: Mon, 15 Mar 2010 21:09:09 -0400 (EDT) Message-Id: <201003160109.o2G199mV007665@m5p.com> From: george+freebsd@m5p.com To: freebsd-hackers@freebsd.org X-Spam-Score: 0.338 () AWL,BAYES_00,FH_DATE_PAST_20XX,NO_RELAYS X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:418:3fd::f7 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (mailhost.m5p.com [IPv6:2001:418:3fd::f7]); Mon, 15 Mar 2010 21:09:14 -0400 (EDT) Subject: flash drive crashes hald on amd64 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2010 01:09:15 -0000 HP Compaq Presario CQ61-420US (dual core amd64) With an Iomega USB flash drive inserted into a USB slot at the time hald starts, it crashes: pid 903 (hald), uid 560: exited on signal 11 pid 943 (hald-probe-volume), uid 0: exited on signal 6 (core dumped) It's okay if I insert the flash drive after hald has started, but the flash drive is normally left in the slot all the time, leading to unhappiness every time the computer is started. There's no sign of the alleged core file, so I don't know how to debug this problem -- George Mitchell