Summary: | media-video/acidrip-0.14-r1 segfaults | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | James Crow <the_crowbar> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | CC: | 931987, perl |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
James Crow
2007-06-14 21:07:46 UTC
could you please follow : http://www.gentoo.org/proj/en/qa/backtraces.xml then run : gdb perl and then inside gdb : run /usr/bin/acidrip so that we can have a clue of what's going wrong. [note that you'll probably need to recompile gtk2-perl with debug infos] $ gdb perl GNU gdb 6.6 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"... (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run /usr/bin/acidrip Starting program: /usr/bin/perl /usr/bin/acidrip (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1209997120 (LWP 26351)] Pango-WARNING **: shape engine failure, expect ugly output. the offending font is 'Bitstream Vera Sans Not-Rotated 0' at /usr/lib/perl5/vendor_perl/5.8.8/AcidRip/signals.pm line 203. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1209997120 (LWP 26351)] 0xb7fa7390 in pthread_mutex_lock () from /lib/libpthread.so.0 (gdb) errr with a backtrace that would be even better ;) http://www.gentoo.org/proj/en/qa/backtraces.xml where is the backtrace ? type 'bt full' in gdb. Closing as needinfo as there hasnt been any answer in more than a month, please reopen with a backtrace. Adding perl just in case they want to check this, as this seems to be perl related. |