From owner-freebsd-multimedia@FreeBSD.ORG Fri Feb 1 17:31:03 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61B5716A417 for ; Fri, 1 Feb 2008 17:31:03 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (pool-96-225-216-68.ptldor.fios.verizon.net [96.225.216.68]) by mx1.freebsd.org (Postfix) with ESMTP id 2D64613C458 for ; Fri, 1 Feb 2008 17:31:02 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.14.1/8.13.8) with ESMTP id m11HV2HR011411; Fri, 1 Feb 2008 09:31:02 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.14.1/8.13.4/Submit) with UUCP id m11HV2ST011408; Fri, 1 Feb 2008 09:31:02 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id RAA09134; Fri, 1 Feb 2008 17:30:32 GMT Message-Id: <200802011730.RAA09134@sopwith.solgatos.com> To: Jan Henrik Sylvester In-reply-to: Your message of "Fri, 01 Feb 2008 15:59:36 +0100." <47A333D8.9000004@janh.de> Date: Fri, 01 Feb 2008 09:30:32 +0000 From: Dieter Cc: multimedia-list freebsd Subject: Re: Freecom DVB-T channel scan crashes kaffeine X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 17:31:03 -0000 > Before Kaffeine crashes, it reports: > ioctl DMX_SET_FILTER failed: Device busy > Reading SDT: pid=17 > > The diagnostic dvbusb driver reports: > dvbusb_usb_get_packets: Warning discarded 72 unknown bytes > pid 8941 (kaffeine), uid 1001: exited on signal 10 (core dumped) > Or: > dvbusb_usb_get_packets: Warning discarded 180 unknown bytes > discontinuity for pid: 17 expected: 2 got: 8 > pid 8966 (kaffeine), uid 1001: exited on signal 10 (core dumped) An app should never dump core. Can you use a debugger (e.g. gdb) and get a stack back trace and see what Kaffeine did to get a bus error?