Open GoogleCodeExporter opened 9 years ago
If you have compiled FreetuxTV with debug symbol, could you please try to start
it with gdb.
$> gdb ./freetuxtv
This will help to get a stacktrace when crashing.
Original comment by eric.beuque
on 15 Feb 2013 at 8:07
[deleted comment]
Compiled freetuxtv with debug option. However, nothing useful in gdb run
Detaching after fork from child process 23274.
Detaching after fork from child process 23275.
Detaching after fork from child process 23276.
Detaching after fork from child process 23277.
[New Thread 0x2aaacc200700 (LWP 23278)]
[FreetuxTV] INFO : DBSync open database
[FreetuxTV] MESSAGE : Synchronizing the tv channels list
[Thread 0x2aaad8401700 (LWP 23273) exited]
[FreetuxTV] INFO : Loading the list of channels
[FreetuxTV] INFO : Loading the list of recordings
[FreetuxTV] INFO : DBSync close database
[FreetuxTV] INFO : Showing the main window, hide splashscreen
[FreetuxTV] MESSAGE : Launching channel 'KiKa (384x288)' at '0:39' ->
mms://85.239.122.162/mk3w-3faw-3rqf-enc0-kika?MSWMExt=.asf
[New Thread 0x2aaad8401700 (LWP 23280)]
[FreetuxTV] WARNING : Failed to send notification
[LibVLC-Gtk] INFO : Playing
mms://85.239.122.162/mk3w-3faw-3rqf-enc0-kika?MSWMExt=.asf
[LibVLC-Gtk] INFO : Using vlc options [:deinterlace=0 :access=timeshift
:input-timeshift-granularity=50]
[New Thread 0x2aaacc401700 (LWP 23281)]
Missing separate debuginfo for /usr/lib64/gconv/UTF-16.so
Try: zypper install -C
"debuginfo(build-id)=da190967b4f242573065a61fcbaa066d238305fb"
[0x2aaad4001c58] access_mms access: selecting stream[0x1] audio (63 Kib/s)
[0x2aaad4001c58] access_mms access: selecting stream[0x2] video (358 Kib/s)
[0x2aaad4001c58] access_mms access: connection successful
[Thread 0x2aaacc401700 (LWP 23281) exited]
[Thread 0x2aaad8401700 (LWP 23280) exited]
[Thread 0x2aaacc200700 (LWP 23278) exited]
[Inferior 1 (process 23263) exited normally]
(gdb)
Should I install all debug libraries for vlc libs?
Original comment by zmi...@gmail.com
on 24 Feb 2013 at 2:38
Normally, it's not necessary. Be sure, you have the debug information in the
program with the command "nm ./freetuxtv". (If not it will show a message "No
symbols"). Try also to compil freetuxtv with "--enable-maintainer-mode", and be
sure all GCC optimization are disabled (-O1, -O2...)
Original comment by eric.beuque
on 24 Feb 2013 at 3:07
Original issue reported on code.google.com by
zmi...@gmail.com
on 13 Feb 2013 at 8:42