| Summary: | kxine crashes after upgrading KDE and kde-apps to 3.1.4 | ||
|---|---|---|---|
| Product: | [Unmaintained] arts | Reporter: | Ron Smit <smit.g> |
| Component: | xine_artsplugin | Assignee: | Multimedia Bugs <multimedia-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
kxine is not part of the KDE distribution. Please send your bug reports to their mailing lists. http://kxine.sourceforge.net/ |
Version: (using KDE KDE 3.1.4) Installed from: SuSE RPMs Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux) (but i did not compile kxine myself, I used SuSE rpm's) OS: Linux Upgraded KDE and KDE-apps to 3.1.4. I am using SuSE Linux 8.2 on an Pentium-III with BX440 chipset. starting kxine results in a crash: ron@SKY-450:~> kxine Benchmarking memcpy methods (smaller is better): glibc memcpy() : 377738681 linux kernel memcpy() : 368731085 MMX optimized memcpy() : 365728572 MMXEXT optimized memcpy() : 202604939 SSE optimized memcpy() : 259405328 <here it crashes, the stacktrace looks like this:> [New Thread 16384 (LWP 2313)] [New Thread 32769 (LWP 2314)] [New Thread 16386 (LWP 2315)] [New Thread 32771 (LWP 2316)] [New Thread 49156 (LWP 2317)] [New Thread 65541 (LWP 2318)] [New Thread 81926 (LWP 2319)] [New Thread 98311 (LWP 2320)] [New Thread 114696 (LWP 2321)] [New Thread 131081 (LWP 2322)] 0x410d4d2a in waitpid () from /lib/libpthread.so.0 #0 0x410d4d2a in waitpid () from /lib/libpthread.so.0 #1 0x406cd779 in KCrash::defaultCrashHandler(int) () from /opt/kde3/lib/libkdecore.so.4 #2 0x410d3895 in __pthread_sighandler () from /lib/libpthread.so.0 #3 <signal handler called> #4 0x410ce942 in pthread_mutex_lock () from /lib/libpthread.so.0 #5 0x4102ef7f in _XLockMutex () from /usr/X11R6/lib/libX11.so.6 #6 0x41019c6e in XrmQGetResource () from /usr/X11R6/lib/libX11.so.6 #7 0x40ff7575 in XGetDefault () from /usr/X11R6/lib/libX11.so.6 #8 0x4131a896 in _XftDefaultInitDouble () from /usr/X11R6/lib/libXft.so.2 #9 0x4131a9ee in _XftDefaultInit () from /usr/X11R6/lib/libXft.so.2 #10 0x4131ab47 in _XftDefaultGet () from /usr/X11R6/lib/libXft.so.2 #11 0x4131ac36 in XftDefaultGetInteger () from /usr/X11R6/lib/libXft.so.2 #12 0x4131a283 in _XftDisplayInfoGet () from /usr/X11R6/lib/libXft.so.2 #13 0x4131b6c8 in _XftDrawFormat () from /usr/X11R6/lib/libXft.so.2 #14 0x4131bbc0 in _XftDrawRenderPrepare () from /usr/X11R6/lib/libXft.so.2 #15 0x4131bd82 in XftDrawPicture () from /usr/X11R6/lib/libXft.so.2 #16 0x40a7da1a in QPaintDevice::x11RenderHandle() const () from /usr/lib/qt3/lib/libqt-mt.so.3 #17 0x40a80ede in QPainter::begin(QPaintDevice const*, bool) () from /usr/lib/qt3/lib/libqt-mt.so.3 #18 0x40b2781b in QPainter::QPainter(QPaintDevice const*, bool) () from /usr/lib/qt3/lib/libqt-mt.so.3 #19 0x40bd6b8e in QFrame::paintEvent(QPaintEvent*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #20 0x40b5c242 in QWidget::event(QEvent*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #21 0x40ac7eef in QApplication::internalNotify(QObject*, QEvent*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #22 0x40ac71a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/qt3/lib/libqt-mt.so.3 #23 0x40658699 in KApplication::notify(QObject*, QEvent*) () from /opt/kde3/lib/libkdecore.so.4 #24 0x40a906ab in QWidget::repaint(QRegion const&, bool) () from /usr/lib/qt3/lib/libqt-mt.so.3 #25 0x40ac8d6a in QApplication::sendPostedEvents(QObject*, int) () from /usr/lib/qt3/lib/libqt-mt.so.3 #26 0x40ac8b26 in QApplication::sendPostedEvents() () from /usr/lib/qt3/lib/libqt-mt.so.3 #27 0x40a7056c in QEventLoop::processEvents(unsigned) () from /usr/lib/qt3/lib/libqt-mt.so.3 #28 0x40adb783 in QEventLoop::enterLoop() () from /usr/lib/qt3/lib/libqt-mt.so.3 #29 0x40adb676 in QEventLoop::exec() () from /usr/lib/qt3/lib/libqt-mt.so.3 #30 0x40ac810f in QApplication::exec() () from /usr/lib/qt3/lib/libqt-mt.so.3 #31 0x080639df in main () #32 0x411628ae in __libc_start_main () from /lib/libc.so.6 I have another SuSE 8.2 on Intel (Pentium-IV on Intel 845 chipset), it produces the same crash. Even the stacktraces are the same except for the lines like: [New Thread 16384 (LWP 2313)] All other things look the same, even the hex adresses! Hope you can do something about it. Netherlands