[vlc-devel] crash while using
Thomas
thomas at dubware.net
Mon Sep 30 15:04:14 CEST 2013
Hi,
I'm developing an application on Mac OS 1.8.3 with Qt 5.1.1 and the libvlc_media_player_get_time(vlcPlayer) seems to be the source of the issue...
Here's the log
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_c.dylib 0x00007fff823bcbf9 pthread_mutex_lock + 20
1 libvlccore.7.dylib 0x000000010118dec3 vlc_mutex_lock + 19
2 libvlc.5.dylib 0x000000010004f11c lock_input + 28
3 libvlc.5.dylib 0x000000010004f0a3 libvlc_get_input_thread + 19
4 libvlc.5.dylib 0x0000000100051743 libvlc_media_player_get_time + 19
5 com.yourcompany.VideoTest 0x0000000100016549 PhVLCVideoView::checkVideoPosition() + 25 (PhVLCVideoView.cpp:103)
6 com.yourcompany.VideoTest 0x000000010001d5e9 PhVLCVideoView::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 201 (moc_PhVLCVideoView.cpp:83)
7 QtCore 0x0000000100d04291 QMetaObject::activate(QObject*, int, int, void**) + 2593
8 QtCore 0x0000000100cfcff3 QObject::event(QEvent*) + 51
9 QtWidgets 0x0000000100092897 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 311
10 QtWidgets 0x0000000100096119 QApplication::notify(QObject*, QEvent*) + 9897
11 QtCore 0x0000000100cd52be QCoreApplication::notifyInternal(QObject*, QEvent*) + 110
12 QtCore 0x0000000100d1f2a3 QTimerInfoList::activateTimers() + 1027
13 libqcocoa.dylib 0x00000001023990e5 0x102383000 + 90341
14 com.apple.CoreFoundation 0x00007fff8d8c9b31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
15 com.apple.CoreFoundation 0x00007fff8d8c9455 __CFRunLoopDoSources0 + 245
16 com.apple.CoreFoundation 0x00007fff8d8ec7f5 __CFRunLoopRun + 789
17 com.apple.CoreFoundation 0x00007fff8d8ec0e2 CFRunLoopRunSpecific + 290
18 com.apple.HIToolbox 0x00007fff8d47feb4 RunCurrentEventLoopInMode + 209
19 com.apple.HIToolbox 0x00007fff8d47fb94 ReceiveNextEventCommon + 166
20 com.apple.HIToolbox 0x00007fff8d47fae3 BlockUntilNextEventMatchingListInMode + 62
21 com.apple.AppKit 0x00007fff826c7533 _DPSNextEvent + 685
22 com.apple.AppKit 0x00007fff826c6df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
23 com.apple.AppKit 0x00007fff826be1a3 -[NSApplication run] + 517
24 libqcocoa.dylib 0x000000010239998b 0x102383000 + 92555
25 QtCore 0x0000000100cd2753 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 403
26 QtCore 0x0000000100cd5845 QCoreApplication::exec() + 357
27 com.yourcompany.VideoTest 0x000000010001a819 main + 281 (main.cpp:16)
28 com.yourcompany.VideoTest 0x00000001000045e4 start + 52
Thanks,
Thomas Ayoub.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130930/8b64e0ca/attachment.html>
More information about the vlc-devel
mailing list