#0 0x00007f7de34dc267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 [Error: raise.c was not found in source tree] #1 0x00007f7de34ddeca in __GI_abort () at abort.c:89 [Error: abort.c was not found in source tree] #2 0x00007f7dcca3fc28 in qt_message_fatal (context=..., message=...) at global/qlogging.cpp:1422 [Error: qlogging.cpp was not found in source tree] #3 QMessageLogger::fatal (this=this@entry=0x7f7dcc110880, msg=msg@entry=0x7f7dcccf6c90 "ASSERT: \"%s\" in file %s, line %d") at global/qlogging.cpp:643 [Error: qlogging.cpp was not found in source tree] #4 0x00007f7dcca3ad6e in qt_assert (assertion=assertion@entry=0x7f7dcdc3de90 "QEvent::registerEventType( i ) == i", file=file@entry=0x7f7dcdc3dcf6 "input_manager.cpp", line=line@entry=69) at global/qglobal.cpp:2868 [Error: qglobal.cpp was not found in source tree] #5 0x00007f7dcdac6ab8 in registerAndCheckEventIds (end=1123, start=1101) at input_manager.cpp:69 64: 65: /* Ensure arbitratry (not dynamically allocated) event IDs are not in use */ 66: static inline void registerAndCheckEventIds( int start, int end ) 67: { 68: for ( int i=start ; i<=end ; i++ ) 69: Q_ASSERT( QEvent::registerEventType( i ) == i ); /* event ID collision ! */ 70: } 71: 72: /********************************************************************** 73: * InputManager implementation 74: ********************************************************************** #6 InputManager::InputManager (this=0x7f7dbc22aab0, parent=, _p_intf=) at input_manager.cpp:93 88: p_item = NULL; 89: b_video = false; 90: timeA = 0; 91: timeB = 0; 92: f_cache = -1.; /* impossible initial value, different from all */ 93: registerAndCheckEventIds( IMEvent::PositionUpdate, IMEvent::FullscreenControlPlanHide ); 94: registerAndCheckEventIds( PLEvent::PLItemAppended, PLEvent::PLEmpty ); 95: } 96: 97: InputManager::~InputManager() 98: { #7 0x00007f7dcdac96b5 in MainInputManager::MainInputManager (this=0x7f7dbc20b1a0, _p_intf=) at input_manager.cpp:1017 1012: random( VLC_OBJECT(THEPL), "random" ), 1013: repeat( VLC_OBJECT(THEPL), "repeat" ), loop( VLC_OBJECT(THEPL), "loop" ), 1014: volume( VLC_OBJECT(THEPL), "volume" ), mute( VLC_OBJECT(THEPL), "mute" ) 1015: { 1016: p_input = NULL; 1017: im = new InputManager( this, p_intf ); 1018: 1019: var_AddCallback( THEPL, "item-change", ItemChanged, im ); 1020: var_AddCallback( THEPL, "activity", PLItemChanged, this ); 1021: var_AddCallback( THEPL, "leaf-to-parent", LeafToParent, this ); 1022: var_AddCallback( THEPL, "playlist-item-append", PLItemAppended, this ); #8 0x00007f7dcdac9a24 in getInstance (p_intf=) at util/singleton.hpp:36 31: { 32: public: 33: static T* getInstance( intf_thread_t *p_intf = NULL ) 34: { 35: if ( m_instance == NULL ) 36: m_instance = new T( p_intf ); 37: return m_instance; 38: } 39: 40: static void killInstance() 41: { #9 InputManager::inputChangedHandler (this=0x7f7dbc20abc0) at input_manager.cpp:104 99: delInput(); 100: } 101: 102: void InputManager::inputChangedHandler() 103: { 104: setInput( THEMIM->getInput() ); 105: } 106: 107: /* Define the Input used. 108: Add the callbacks on input 109: p_input is held once here */ #10 0x00007f7dcdc1fac5 in InputManager::qt_static_metacall (_o=_o@entry=0x7f7dbc20abc0, _c=_c@entry=QMetaObject::InvokeMetaMethod, _id=_id@entry=28, _a=_a@entry=0x7f7dcc110b30) at input_manager.moc.cpp:261 [Error: input_manager.moc.cpp was not found in source tree] #11 0x00007f7dccc6230a in QMetaObject::activate (sender=0x7f7dbc20a7e0, signalOffset=, local_signal_index=, argv=) at kernel/qobject.cpp:3717 [Error: qobject.cpp was not found in source tree] #12 0x00007f7dcdac9864 in MainInputManager::MainInputManager (this=0x7f7dbc20a7e0, _p_intf=) at input_manager.cpp:1038 1033: im, inputChangedHandler() ); 1034: 1035: /* initialize p_input (an input can already be running) */ 1036: p_input = playlist_CurrentInput( THEPL ); 1037: if( p_input ) 1038: emit inputChanged( ); 1039: 1040: /* Audio Menu */ 1041: menusAudioMapper = new QSignalMapper(); 1042: CONNECT( menusAudioMapper, mapped(QString), this, menusUpdateAudio( QString ) ); 1043: } #13 0x00007f7dcdaa2928 in getInstance (p_intf=0x15bdf78) at util/singleton.hpp:36 31: { 32: public: 33: static T* getInstance( intf_thread_t *p_intf = NULL ) 34: { 35: if ( m_instance == NULL ) 36: m_instance = new T( p_intf ); 37: return m_instance; 38: } 39: 40: static void killInstance() 41: { #14 Thread (obj=0x15bdf78) at qt4.cpp:510 505: app.setWindowIcon( QIcon::fromTheme( "vlc", QIcon( ":/logo/vlc256.png" ) ) ); 506: #endif 507: 508: /* Initialize the Dialog Provider and the Main Input Manager */ 509: DialogsProvider::getInstance( p_intf ); 510: MainInputManager::getInstance( p_intf ); 511: 512: #ifdef UPDATE_CHECK 513: /* Checking for VLC updates */ 514: if( var_InheritBool( p_intf, "qt-updates-notif" ) && 515: !var_InheritBool( p_intf, "qt-privacy-ask" ) ) #15 0x00007f7de3a7c6aa in start_thread (arg=0x7f7dcc111700) at pthread_create.c:333 [Error: pthread_create.c was not found in source tree] #16 0x00007f7de35adeed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 [Error: clone.S was not found in source tree]