Re: [Fwd: Re: [dvd::rip] dvd::rip 0.97.6 segfaults on FC4 x86_64]
|
Subject: |
Re: [Fwd: Re: [dvd::rip] dvd::rip 0.97.6 segfaults on FC4 x86_64] |
|
From: |
Dario Castellarin <dacstp@xxxxxxxxxx> |
|
Date: |
Mon, 23 Jan 2006 16:43:05 +0100 |
Nope, the form opens and I can interact with all the form objects. It
works fine.
Even more mysterious...
I also reported the problem in the freshrpms list some days ago but had
no answers.
Dario
Jörn Reder wrote:
Dario Castellarin wrote:
perl-Event
perl-Event-RPC
perl-IO-Socket-SSL
These are for cluster mode only and are not loaded by the dvd::rip GUI
program.
perl-Gtk2-Ex-FormFactory
That's a pure Perl module on top of Gtk2.
perl-Glib
perl-Gtk2
These are the Perl modules which bind the gtk C library.
the first group being from FreshRPMs, the second from Fedora Extras.
Anyway, I've made some additional investigation: after a reinstall, I
noticed that the segfaults were actually 2 and not one:
tcmodinfo[7094]: segfault at 0000000000000000 rip 0000003f156dc5ef rsp
00007fffffb427f0 error 4
I think this is due to a known bug in tcmodinfo which crashes for some
transcode modules. You see this only for the first dvd::rip startup
because dvd::rip cashes the results of tcmodinfo and doesn't start it
again later.
On the rpm release specs I read this:
- Re-enable auto-requires, so perl(Event) is now required.
So it means that "auto-requires" were disabled on previous versions...
Hmm, sounds more like RPM internals to me...
How can I test those other perl modules, since perl-Gtk2 seems to work fine?
You could test Gtk2::Ex::FormFactory by downloading its source from
here:
http://www.exit1.org/download/ff
extract the tarball and run the shipped test program, like so:
% tar xvfz Gtk2-Ex-FormFactory-0.59.tar.gz
% cd Gtk2-Ex-FormFactory-0.59/examples
% ./testapp.pl
The last command opens a small window with a notebook and some test
forms. Nothing special, but lets see if this segfaults as well.
Regards,
Joern
|
|