[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#74617: marked as done (segmentation fault)



Your message dated Wed, 18 Oct 2000 08:21:28 +0200
with message-id <20001018082128.A5826@ysabell>
and subject line Bug#74617: segmentation fault
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 12 Oct 2000 16:53:22 +0000
>From alfie@innocent.com Thu Oct 12 11:53:22 2000
Return-path: <alfie@innocent.com>
Received: from mr.tuwien.ac.at [::ffff:128.130.2.10] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 13jlbe-0000vc-00; Thu, 12 Oct 2000 11:53:22 -0500
Received: from tokra.pte.at (mail@lt131.ben.tuwien.ac.at [193.170.74.131])
	by mr.tuwien.ac.at (8.11.1/8.11.1) with ESMTP id e9CGrJv23780;
	Thu, 12 Oct 2000 18:53:20 +0200 (MET DST)
Received: from alfie by tokra.pte.at with local (Exim 3.16 #1 (Debian))
	id 13jlbs-0003JO-00; Thu, 12 Oct 2000 18:53:36 +0200
From: Gerfried Fuchs <alfie@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: segmentation fault
X-Reportbug-Version: 1.3
X-Mailer: reportbug 1.3
Date: Thu, 12 Oct 2000 18:53:35 +0200
Message-Id: <E13jlbs-0003JO-00@tokra.pte.at>
Sender: Gerfried Fuchs <alfie@innocent.com>
Delivered-To: submit@bugs.debian.org

Package: realplayer
Version: 7.0.3.1
Severity: normal

realplayer segaults for me when I start it. Strangely it doesn't do it
when I start it with strace (like, ``strace realplayer'').  I don't know
what information you need to track that bug down, if I can help you in
any way it would be great.
It does this only on my Siemens Scenic Mobile 750, not on my pc at work.
So it might be a problem with a special hardware setup, and race
conditions (strace slows it - that might be the point, but I don't know
where to start searching, I'm not familar with gdb...).

 Just tell me what special information you need, or feel free to send
this report upstream.

-- System Information
Debian Release: woody
Architecture: i386
Kernel: Linux tokra.pte.at 2.2.17-1 #2 Sun Aug 20 15:34:43 CEST 2000 i686

Versions of packages realplayer depends on:
ii  cpio                          2.4.2-32   GNU cpio -- a program to manage ar
ii  debconf                       0.3.81     Debian configuration management sy
ii  libc6                         2.1.94-3   GNU C Library: Shared libraries an
ii  xlib6g                        3.3.6-11   shared libraries required by X cli


---------------------------------------
Received: (at 74617-done) by bugs.debian.org; 18 Oct 2000 06:41:23 +0000
>From magallon@dia.informatik.uni-stuttgart.de Wed Oct 18 01:41:23 2000
Return-path: <magallon@dia.informatik.uni-stuttgart.de>
Received: from ifi.informatik.uni-stuttgart.de [::ffff:129.69.211.1] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 13lmuh-0005vh-00; Wed, 18 Oct 2000 01:41:23 -0500
Received: from rock.informatik.uni-stuttgart.de (root@rock [129.69.215.43]) by ifi.informatik.uni-stuttgart.de (8.9.3/2.2) with ESMTP id IAA09852 for <74617-done@bugs.debian.org>; Wed, 18 Oct 2000 08:39:39 +0200 (MET DST)
Received: (from magallon@localhost) by rock.informatik.uni-stuttgart.de (8.9.3/2.2) id IAA12781; Wed, 18 Oct 2000 08:41:20 +0200
Date: Wed, 18 Oct 2000 08:21:28 +0200
From: "Marcelo E. Magallon" <mmagallo@debian.org>
To: 74617-done@bugs.debian.org
Subject: Re: Bug#74617: segmentation fault
Message-ID: <20001018082128.A5826@ysabell>
References: <E13jlbs-0003JO-00@tokra.pte.at> <20001016154001.B20902@techno.informatik.uni-stuttgart.de> <20001017110619.A15899@innocent.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20001017110619.A15899@innocent.com>; from alfie@debian.org on Tue, Oct 17, 2000 at 11:06:19AM +0200
X-Operating-System: Linux ysabell 2.4.0-test9
Delivered-To: 74617-done@bugs.debian.org

>> Gerfried Fuchs <alfie@debian.org> writes:

 > On 16 Oct 2000, Marcelo E. Magallon <mmagallo@debian.org> wrote:
 > >  For starters, can you check the versions of the libraries that RP links
 > >  against, particularly, could you please check if they are the same as
 > >  in your pc? (you can use ldd /.../.../realplayer to find out the
 > >  libraries, and the dpkg -S to find out the packages that provide them)
 > 
 >  I reinstalled the package and now that problem doesn't occur anymore.
 > I'm not completely sure if I used the same realplayer package that I
 > used when I first installed it or the current one...
 > 
 >  Anyway, feel free to close this report, it seems that it was a local
 > non-reproduceable on other machines type of bug.  Go on and close it, I
 > have no chance to check it anymore (sometimes I'm too impatient).
 > 
 > >  If there's a coredump, you can start gdb like this:
 > > 
 > >  $ gdb /path/to/realplayer core
 > > 
 > >  and then issue the "bt" command.
 > 
 >  Thanks, I'll try it the next time :-)  I really have to find my way to
 > gdb :-/
 > 
 >  So long!
 > Alfie
 > -- 
 > The light at the end of the tunnel may be an oncoming dragon.
 > 



Reply to: