Hi!

On 04/29/11 18:00, llar...@gmx.net wrote:

>> Can you provide a backtrace from gdb? Without the precise location of
>> the crash, I can't do anything.
> 
> since I'm not a programmer I don't know very much about gdb or
> backtraces. Sorry. I tried the following:
> 
> gdb /opt/bin/dvbcut
> (...)
> (gdb) run
> Starting program: /opt/bin/dvbcut
> [Thread debugging using libthread_db enabled]
> Found audio stream 0 (sid 0x180)
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007ffff638849f in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> (gdb) bt
> #0  0x00007ffff638849f in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> #1  0x00007ffff77a8d7b in ?? () from /usr/lib/libao.so.4
> #2  0x00007ffff77aa2fe in ?? () from /usr/lib/libao.so.4
> #3  0x0000000000434a65 in play (data=0xa973f0, len=112893) at
> playaudio.cpp:66

Seems they use a different (newer) version of libao. And they apparently
stripped the binary, so I can't even see where the crash happens :-(

Does anybody here use a recent Debian (squeeze or later)? Does it happen
there as well?

>> Does r175 (aka dvbcut-0.6.1) crash as well? It might be related to the
>> TS packet size changes.
> 
> 
> Compilation stopps with error
> main.cpp:46:21: fatal error: version.h: No such file or directory
> 
> I changed line 46 from
> 
> #include "version.h"
> 
> to
> 
> #include "linux/version.h"

That's wrong - version.h is an automatically generated file. But it
shouldn't matter in the end.

> I have no clue what I did there exactly, but after these changes, the
> program compiled. It runs, but shows the same error when pressing < (or
> choosing this command from the menu):
> 
> gdb /opt/bin/dvbcut
> (...)
> (gdb) run
> Starting program: /opt/bin/dvbcut
> [Thread debugging using libthread_db enabled]
> Found audio stream 0 (sid 0x180)
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007ffff638849f in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> (gdb) bt
> #0  0x00007ffff638849f in ?? () from /lib/x86_64-linux-gnu/libc.so.6
> #1  0x00007ffff77a8d7b in ?? () from /usr/lib/libao.so.4
> #2  0x00007ffff77aa2fe in ?? () from /usr/lib/libao.so.4
> #3  0x0000000000434a45 in play (data=0xab4a75, len=110635) at
> playaudio.cpp:66

Hmpf.

Well, at least I know where to dig now. Don't hold your breath, though.
This is going to take some time.

-- 
Michael "Tired" Riepe <mich...@mr511.de>
X-Tired: Each morning I get up I die a little

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to