From owner-freebsd-questions@FreeBSD.ORG Fri Oct 7 01:17:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7424816A41F for ; Fri, 7 Oct 2005 01:17:35 +0000 (GMT) (envelope-from no-spam@swiftdsl.com.au) Received: from smtp.ade.swiftdsl.com.au (smtp.ade.swiftdsl.com.au [218.214.228.98]) by mx1.FreeBSD.org (Postfix) with SMTP id 9422843D48 for ; Fri, 7 Oct 2005 01:17:34 +0000 (GMT) (envelope-from no-spam@swiftdsl.com.au) Received: (qmail 2081 invoked from network); 7 Oct 2005 01:17:33 -0000 Received: from unknown (HELO daemon.foo.lan) (218.214.176.70) by smtp.ade.swiftdsl.com.au with SMTP; 7 Oct 2005 01:17:33 -0000 From: Ian Moore To: freebsd-questions@freebsd.org Date: Fri, 7 Oct 2005 10:47:21 +0930 User-Agent: KMail/1.8.2 References: <2393.209.87.176.132.1128438877.fusewebmail-19592@webmail.fusemail.com > <200510050915.12491.no-spam@swiftdsl.com.au> <200510061910.48224.tijl@ulyssis.org> In-Reply-To: <200510061910.48224.tijl@ulyssis.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4797944.9JfD1KJ0ue"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200510071047.30870.no-spam@swiftdsl.com.au> Cc: brianjohn@fusemail.com Subject: Re: xine / kaffeine core dumps with bus error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2005 01:17:35 -0000 --nextPart4797944.9JfD1KJ0ue Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 07 October 2005 02:40, Tijl Coosemans wrote: > On Wednesday 05 October 2005 01:45, Ian Moore wrote: > > On Wednesday 05 October 2005 00:44, Brian John wrote: > > > I think I'm having a similar problem with totem (which uses xine) > > > and vlc. Can you try installing /usr/ports/multimedia/vlc and see > > > what that does? If that gives a bus error as well then I think we > > > might have the same issue. I haven't been able to find a solution > > > to this yet... > > > > Yep, vlc gives a bus error too. Looks like we have the same problem! > > I don't know what the exact problem is, but the bus error occurs when > loading "/usr/X11R6/lib/xine/plugins/1.1.0/xineplug_dmx_audio.so". When > you remove that file or rename it such that there's no longer ".so" in > the file name, then xine should work. It doesn't work for me - it still core dumps and kdump gives a very similar= =20 trace to the previous one: 37294 xine RET read 4096/0x1000 37294 xine CALL mmap(0,0x5e000,0x5,0x20002,0x6,0,0,0) 37294 xine RET mmap 704172032/0x29f8d000 37294 xine CALL mprotect(0x29fbb000,0x1000,0x7) 37294 xine RET mprotect 0 37294 xine CALL mprotect(0x29fbb000,0x1000,0x5) 37294 xine RET mprotect 0 37294 xine CALL mmap(0x29fbc000,0x3000,0x3,0x12,0x6,0,0x2e000,0) 37294 xine RET mmap 704364544/0x29fbc000 37294 xine CALL mmap(0x29fbf000,0x2c000,0x3,0x1012,0xffffffff,0,0,0) 37294 xine RET mmap 704376832/0x29fbf000 37294 xine CALL close(0x6) 37294 xine RET close 0 37294 xine CALL access(0x2816a000,0) 37294 xine NAMI "/usr/X11R6/lib/libstdc++.so.4" 37294 xine RET access -1 errno 2 No such file or directory 37294 xine CALL access(0x2816a000,0) 37294 xine NAMI "/usr/local/lib/libstdc++.so.4" 37294 xine RET access -1 errno 2 No such file or directory 37294 xine CALL access(0x2816a000,0) 37294 xine NAMI "/lib/libstdc++.so.4" 37294 xine RET access -1 errno 2 No such file or directory 37294 xine CALL access(0x2816a000,0) 37294 xine NAMI "/usr/lib/libstdc++.so.4" 37294 xine RET access 0 37294 xine CALL access(0x2816a000,0) 37294 xine NAMI "/usr/X11R6/lib/libm.so.3" 37294 xine RET access -1 errno 2 No such file or directory 37294 xine CALL access(0x2816a000,0) 37294 xine NAMI "/usr/local/lib/libm.so.3" 37294 xine RET access -1 errno 2 No such file or directory 37294 xine CALL access(0x2816a000,0) 37294 xine NAMI "/lib/libm.so.3" 37294 xine RET access 0 37294 xine CALL mprotect(0x29f74000,0xf000,0x7) 37294 xine RET mprotect 0 37294 xine CALL mmap(0,0x348,0x3,0x1000,0xffffffff,0,0,0) 37294 xine RET mmap 704557056/0x29feb000 37294 xine CALL munmap(0x29feb000,0x348) 37294 xine RET munmap 0 37294 xine CALL mprotect(0x29f74000,0xf000,0x5) 37294 xine RET mprotect 0 37294 xine CALL mmap(0,0xb48,0x3,0x1000,0xffffffff,0,0,0) 37294 xine RET mmap 704557056/0x29feb000 37294 xine CALL munmap(0x29feb000,0xb48) 37294 xine RET munmap 0 37294 xine PSIG SIGBUS SIG_DFL 37294 xine CALL kse_thr_interrupt(0,0x4,0xa) 37294 xine NAMI "xine.core" I'm not sure how you figured out it was that plugin - I guess you are havin= g=20 the same problem and that file was appearing in your ktrace?=20 Just in case there was some cruft in my plugins, I tried moving the whole=20 1.1.0 dir somewhere else and rebuilt libxine and xine. Then I tried running xine again and it crashed with the same trace as befor= e. Cheers, =2D-=20 Ian gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc --nextPart4797944.9JfD1KJ0ue Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDRcyqPUlnmbKkJ6ARAoQrAJ9382W1XA32jfZjN2WcGfCQonafqgCgqQDj OIGlriB/o78Ma250BQuZhaA= =NATB -----END PGP SIGNATURE----- --nextPart4797944.9JfD1KJ0ue--