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

Re: ide-cd and xine problems after update stable->testing/unstable



On Sun, Dec 18, 2005 at 07:42:42PM +0100, Frank Fegert wrote:
> Hi all,
> 
> a couple of days ago i updated my system from stable to testing/
> unstable (k3b and prequisites from unstable). Since then i'm
> experiencing massive problems with some applications and hardware.
> Xine for example SIGSEGVs upon opening a file through it's file
> browser. Opening via command line (e.g.: 'xine filename &') works
> fine though! Strace showed me this:
This sounds like it might be an incompatible library, or too loose
depenencies.  Or it might just be an xine bug.

> _llseek(19, 0, [11552], SEEK_CUR)       = 0
> brk(0x902c000)                          = 0x902c000
> read(19, "", 16384)                     = 0
> close(19)                               = 0
> munmap(0xac9c1000, 4096)                = 0
> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
> getppid()                               = 7108
> getppid()                               = 7108
> write(2, "xiTK received SIGSEGV signal, RI"..., 35) = 35
> rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
> tgkill(7109, 7109, SIGABRT)             = 0
> --- SIGABRT (Aborted) @ 0 (0) ---
> +++ killed by SIGABRT +++
> 
> It seems to segfault upon unmapping the memory with the content
> read from /usr/share/xine/libxine1/fonts/cetus-24.xinefont.gz
> isn't it? but why?
No.  It is referencing a NULL pointer; so, now I suspect an xine bug.
Please get a backtrace by compiling locally with debugging symbols
(DEB_BUILD_OPTIONS=nostrip), and report it iff it is not a known
problem.

> Dec 18 19:26:19 farnsworth kernel: hdd: lost interrupt
But I don't know anything about this one.

-- 
Clear skies,
Justin



Reply to: