Bug 50215 - changing skins crashes noatun
Summary: changing skins crashes noatun
Status: RESOLVED DUPLICATE of bug 51626
Alias: None
Product: noatun
Classification: Miscellaneous
Component: general (show other bugs)
Version: 2.1.3
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-05 08:09 UTC by Ferdinand Gassauer
Modified: 2003-02-18 05:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ferdinand Gassauer 2002-11-05 08:09:50 UTC
Version:           2.1.3 (using KDE 3.0.9)
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19-4GB

HI
[New Thread 1024 (LWP 2118)]
0x411a78c9 in wait4 () from /lib/libc.so.6
#0  0x411a78c9 in wait4 () from /lib/libc.so.6
#1  0x41222c90 in __DTOR_END__ () from /lib/libc.so.6
#2  0x41002a93 in waitpid () from /lib/libpthread.so.0
#3  0x40668957 in KCrash::defaultCrashHandler(int) (sig=11) at kcrash.cpp:235
#4  0x4100012b in pthread_sighandler () from /lib/libpthread.so.0
#5  <signal handler called>
#6  0x0823e373 in ?? ()
#7  0x40a43f51 in qSmartMinSize(QWidgetItem const*) (i=0x8150970)
    at kernel/qlayoutengine.cpp:253
#8  0x409eb2b8 in QWidgetItem::minimumSize() const (this=0x8150970)
    at kernel/qabstractlayout.cpp:470
#9  0x40a403c3 in QBoxLayout::setupGeom() (this=0x8145fc8)
    at kernel/qlayout.cpp:2244
#10 0x40a3f249 in QBoxLayout::setGeometry(QRect const&) (this=0x8145fc8, 
    r=@0xbfffe600) at kernel/qlayout.cpp:1833
#11 0x409ed063 in QLayout::activate() (this=0x8145fc8)
    at kernel/qabstractlayout.cpp:1183
#12 0x409ec2db in QLayout::eventFilter(QObject*, QEvent*) (this=0x8145fc8, 
    o=0x8145d60, e=0x829b450) at kernel/qabstractlayout.cpp:881
#13 0x40a5957e in QObject::activate_filters(QEvent*) (this=0x8145d60, 
    e=0x829b450) at kernel/qobject.cpp:827
#14 0x40a593f0 in QObject::event(QEvent*) (this=0x8145d60, e=0x829b450)
    at kernel/qobject.cpp:660
#15 0x40a920fa in QWidget::event(QEvent*) (this=0x8145d60, e=0x829b450)
    at kernel/qwidget.cpp:4305
#16 0x409f5520 in QApplication::internalNotify(QObject*, QEvent*) (
    this=0xbfffeb40, receiver=0x8145d60, e=0x829b450)
    at kernel/qapplication.cpp:2300
#17 0x409f519c in QApplication::notify(QObject*, QEvent*) (this=0xbfffeb40, 
    receiver=0x8145d60, e=0x829b450) at kernel/qapplication.cpp:2223
#18 0x405e0b5f in KApplication::notify(QObject*, QEvent*) (this=0xbfffeb40, 
    receiver=0x8145d60, event=0x829b450) at kapplication.cpp:441
#19 0x4099ab4b in QApplication::sendEvent(QObject*, QEvent*) (
    receiver=0x8145d60, event=0x829b450) at kernel/qapplication.h:477
#20 0x409f6416 in QApplication::sendPostedEvents(QObject*, int) (receiver=0x0, 
    event_type=0) at kernel/qapplication.cpp:2916
#21 0x409f61ab in QApplication::sendPostedEvents() ()
    at kernel/qapplication.cpp:2830
#22 0x409a9edd in QEventLoop::processEvents(unsigned) (this=0x80c0b00, flags=4)
    at kernel/qeventloop_x11.cpp:181
#23 0x40a0baca in QEventLoop::enterLoop() (this=0x80c0b00)
    at kernel/qeventloop.cpp:191
#24 0x40a0b9e6 in QEventLoop::exec() (this=0x80c0b00)
    at kernel/qeventloop.cpp:138
#25 0x409f56a3 in QApplication::exec() (this=0xbfffeb40)
    at kernel/qapplication.cpp:2421
#26 0x407361c1 in main () from /d2/opt/kde3/lib/kde3/noatun.so
#27 0x0804cb90 in launch (argc=7, _name=0x805cda4 "noatun", 
    args=0x805cdd9 "\001", cwd=0x0, envc=1, 
    envs=0x7 <Address 0x7 out of bounds>, reset_env=false, tty=0x0, 
    avoid_loops=false, 
    startup_id_str=0x805cdee "linuxfg3;1036480006;30535;27266")
    at kinit.cpp:547
#28 0x0804d86d in handle_launcher_request (sock=7) at kinit.cpp:1021
#29 0x0804dd5a in handle_requests (waitForPid=0) at kinit.cpp:1189
#30 0x0804ea01 in main (argc=3, argv=0x412200a0, envp=0xbffff254)
    at kinit.cpp:1534
#31 0x411224a2 in __libc_start_main () from /lib/libc.so.6
cu
ferdinand
Comment 1 Stefan Gehn 2002-11-05 18:47:36 UTC
Got similar crashes with qt 3.1something, it's probably a qt-issue. Try recompiling 
noatun from scratch, maybe it helps. 
I have seen quite some apps crashing in the same function and with a similar 
backtrace so I think that this is not noatun-related. 
Comment 2 Mark Saward 2002-11-07 07:52:50 UTC
I have noatun installed with kde3.0.98 from source and it crashes with this.  Happens 
when turning off a skin.  Eg, I could turn on 4 skins no problem.  If I try to turn all but 
one off it crashes.  Sometimes when I select just one to turn off.  not always, but 
usually crashes. 
 
gcc3.2 gentoo. 
Comment 3 Charles Samuels 2002-11-15 01:44:00 UTC
I can reproduce this, but I don't know what causes it, or why it happens. 
 
It's a mystery.  It could even be a Qt bug for all I know... 
Comment 4 Charles Samuels 2003-02-18 05:26:17 UTC

*** This bug has been marked as a duplicate of 51626 ***