[vlc-devel] [bug] a typemistake and a crash
Andy chenee
chenee543216 at gmail.com
Wed Aug 26 10:19:39 CEST 2009
Hi all:
bug1:
vlc/src/misc/events.c line:164
it's another type mistake,should be __Register__ the event ...;
/**
* Destroy the event manager
*/
int vlc_event_manager_register_event_type(
vlc_event_manager_t * p_em,
vlc_event_type_t event_type )
{
bug 2:
this bug exists for a long time, maybe somebody had already report.
description: Qt4 interface ,in VLM configurator Dialog, I add a
vod/broadcast ,then delete it, the VLC always crash!
gdb tell me that:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6ff0b90 (LWP 22964)]
0xb65d519a in QWidgetPrivate::clipRect () from /usr/lib/libQtGui.so.4
(gdb) bt
#0 0xb65d519a in QWidgetPrivate::clipRect () from /usr/lib/libQtGui.so.4
#1 0xb679c417 in ?? () from /usr/lib/libQtGui.so.4
#2 0xb65d0bb6 in QWidgetPrivate::syncBackingStore () from
/usr/lib/libQtGui.so.4
#3 0xb65d8d85 in QWidget::event () from /usr/lib/libQtGui.so.4
#4 0xb6581e9c in QApplicationPrivate::notify_helper () from
/usr/lib/libQtGui.so.4
#5 0xb658a282 in QApplication::notify () from /usr/lib/libQtGui.so.4
#6 0xb7615a3b in QCoreApplication::notifyInternal () from
/usr/lib/libQtCore.so.4
#7 0xb7616695 in QCoreApplicationPrivate::sendPostedEvents () from
/usr/lib/libQtCore.so.4
#8 0xb761688d in QCoreApplication::sendPostedEvents () from
/usr/lib/libQtCore.so.4
#9 0xb76417ef in ?? () from /usr/lib/libQtCore.so.4
#10 0xb714bb88 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#11 0xb714f0eb in ?? () from /usr/lib/libglib-2.0.so.0
#12 0xb714f268 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#13 0xb7641438 in QEventDispatcherGlib::processEvents () from
/usr/lib/libQtCore.so.4
#14 0xb6623365 in ?? () from /usr/lib/libQtGui.so.4
#15 0xb761406a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#16 0xb76144aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#17 0xb7616959 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#18 0xb6581d17 in QApplication::exec () from /usr/lib/libQtGui.so.4
#19 0xb778a868 in Thread (obj=0x95e8c84) at qt4.cpp:465
#20 0xb7dd44ff in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#21 0xb7d4f49e in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb)
--
--------------
HHCN Andy chenee at hhcn.com
Tel/Fax: +86-551-5325652,5325653-820
Products Info. : http://www.hhcn.com
Tech. Support : http://www.hhcn.org
HHTech : An Embedded Linux Tech. Provider in Mainland China
2008-08-13
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090826/b320e29b/attachment.html>
More information about the vlc-devel
mailing list