ntadej / tano

Tano - an open IP TV player
http://tano.si/tano-player/
GNU General Public License v3.0
52 stars 23 forks source link

tano starts but crashes when trying to start watching any channel #40

Closed BUG-reporter closed 11 years ago

BUG-reporter commented 11 years ago

After upgrading VLC to 2.0.5, tano crashes when trying to start watching any channel.

Console output:

Tano 1.1 - An Open IP TV Player Copyright (C) 2012 Tadej Novak

libdvbpsi error (PSI decoder): TS discontinuity (received 2, expected 0) for PID 0 libdvbpsi error (PSI decoder): TS discontinuity (received 8, expected 0) for PID 1110 libdvbpsi error (PSI decoder): TS discontinuity (received 4, expected 0) for PID 0 libdvbpsi error (PSI decoder): TS discontinuity (received 12, expected 0) for PID 17 libdvbpsi error (PSI decoder): TS discontinuity (received 10, expected 0) for PID 1110 Segmentation fault (збережено знімок оперативної пам’яті)

Backtrace:

0 QAction::setChecked (this=0x0, b=true) at kernel/qaction.cpp:1065

1 0x00007ffff64a8b31 in VlcAudioControl::updateActions() () from /usr/lib/libvlc-qt.so.0.7

2 0x00007ffff64af858 in ?? () from /usr/lib/libvlc-qt.so.0.7

3 0x00007ffff6868f5f in QMetaObject::activate (sender=0xe461a0, m=, local_signal_index=, argv=0x0) at kernel/qobject.cpp:3547

4 0x00007ffff686826c in QObject::event (this=0xe461a0, e=) at kernel/qobject.cpp:1157

5 0x00007ffff72f9e9c in QApplicationPrivate::notify_helper (this=this@entry=0x742bf0, receiver=receiver@entry=0xe461a0, e=e@entry=0x7fffffffdae0) at kernel/qapplication.cpp:4562

6 0x00007ffff72fe30a in QApplication::notify (this=0x7fffffffddc0, receiver=0xe461a0, e=0x7fffffffdae0) at kernel/qapplication.cpp:4423

7 0x00007ffff685356e in QCoreApplication::notifyInternal (this=0x7fffffffddc0, receiver=0xe461a0, event=0x7fffffffdae0) at kernel/qcoreapplication.cpp:915

8 0x00007ffff6884462 in sendEvent (event=0x7fffffffdae0, receiver=) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231

9 QTimerInfoList::activateTimers (this=0x745450) at kernel/qeventdispatcher_unix.cpp:611

10 0x00007ffff6881584 in timerSourceDispatch (source=) at kernel/qeventdispatcher_glib.cpp:186

11 timerSourceDispatch (source=) at kernel/qeventdispatcher_glib.cpp:180

12 0x00007ffff68815a1 in idleTimerSourceDispatch (source=) at kernel/qeventdispatcher_glib.cpp:233

13 0x00007ffff4f90ab5 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0

14 0x00007ffff4f90de8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0

15 0x00007ffff4f90ea4 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0

16 0x00007ffff6881bf6 in QEventDispatcherGlib::processEvents (this=0x744490, flags=...) at kernel/qeventdispatcher_glib.cpp:424

17 0x00007ffff739ec1e in QGuiEventDispatcherGlib::processEvents (this=, flags=...) at kernel/qguieventdispatcher_glib.cpp:204

18 0x00007ffff68522bf in QEventLoop::processEvents (this=this@entry=0x7fffffffdd60, flags=...) at kernel/qeventloop.cpp:149

19 0x00007ffff6852548 in QEventLoop::exec (this=0x7fffffffdd60, flags=...) at kernel/qeventloop.cpp:204

20 0x00007ffff6857708 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1187

21 0x0000000000443509 in main ()

ntadej commented 11 years ago

Already fixed in master. Will be released in a few days. Sorry for any inconvenience.

voron commented 11 years ago

There is still no release as I see. https://launchpad.net/~ntadej/+archive/tano-lts tano 1.2 BUILDING. And I cannot build it myself from master due to "CMake 2.8.9 or higher is required. You are running version 2.8.7"

ntadej commented 11 years ago

I just forgot to update the status. There should be 1.2.1 available in the repo.

voron commented 11 years ago

I had checked and saw I'm using tano-clean repo which is still outdated. I had to switch to tano-lts to upgrade to 1.2.1.

ntadej commented 11 years ago

I'll update tano-clean as soon as possible. Sorry for any inconvenience.