Bug 57368 - Casual Segmentation Fault while playing an audiocd
Summary: Casual Segmentation Fault while playing an audiocd
Status: RESOLVED DUPLICATE of bug 55976
Alias: None
Product: kscd
Classification: Miscellaneous
Component: general (show other bugs)
Version: 1.3.3
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Aaron J. Seigo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-17 12:15 UTC by kaplun
Modified: 2003-04-19 02:12 UTC (History)
2 users (show)

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 kaplun 2003-04-17 12:15:33 UTC
Version:           1.3.3 (using KDE KDE 3.1.1)
Installed from:    Compiled From Sources
Compiler:          gcc-3.2.2 -march=athlon-xp -mcpu=athlon-xp -mmmx -msse -m3dnow -mfpmath=sse
OS:          Linux

Casual Segmentation Fault while playing an audiocd
These are the traces:
0x4106e239 in wait4 () from /lib/libc.so.6
#0  0x4106e239 in wait4 () from /lib/libc.so.6
#1  0x410e8e58 in __check_rhosts_file () from /lib/libc.so.6
#2  0x40ec17b2 in waitpid () from /lib/libpthread.so.0
#3  0x40612e4e in KCrash::defaultCrashHandler(int) ()
   from /opt/kde3.1.1/lib/libkdecore.so.4
#4  0x40ebf144 in pthread_kill () from /lib/libpthread.so.0
#5  0x40ff5288 in sigaction () from /lib/libc.so.6
#6  0x40c908bd in QSocket::qt_invoke(int, QUObject*) ()
   from /opt/qt3.1.2/lib/libqt-mt.so.3
#7  0x409908ae in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /opt/qt3.1.2/lib/libqt-mt.so.3
#8  0x4099098d in QObject::activate_signal(int, int) ()
   from /opt/qt3.1.2/lib/libqt-mt.so.3
#9  0x40c645f2 in QSocketNotifier::activated(int) ()
   from /opt/qt3.1.2/lib/libqt-mt.so.3
#10 0x409ac59e in QSocketNotifier::event(QEvent*) ()
   from /opt/qt3.1.2/lib/libqt-mt.so.3
#11 0x4093388b in QApplication::internalNotify(QObject*, QEvent*) ()
   from /opt/qt3.1.2/lib/libqt-mt.so.3
#12 0x40933075 in QApplication::notify(QObject*, QEvent*) ()
   from /opt/qt3.1.2/lib/libqt-mt.so.3
#13 0x405a8109 in KApplication::notify(QObject*, QEvent*) ()
   from /opt/kde3.1.1/lib/libkdecore.so.4
#14 0x4090ebbc in QEventLoop::activateSocketNotifiers() ()
   from /opt/qt3.1.2/lib/libqt-mt.so.3
#15 0x408ecaf0 in QEventLoop::processEvents(unsigned) ()
   from /opt/qt3.1.2/lib/libqt-mt.so.3
#16 0x40947381 in QEventLoop::enterLoop() ()
   from /opt/qt3.1.2/lib/libqt-mt.so.3
#17 0x40947228 in QEventLoop::exec() () from /opt/qt3.1.2/lib/libqt-mt.so.3
#18 0x40933ac1 in QApplication::exec() () from /opt/qt3.1.2/lib/libqt-mt.so.3
#19 0x080675fc in main ()
#20 0x40fe417d in __libc_start_main () from /lib/libc.so.6

And this is my kscdrc
[CDDB]
CDDBHTTPProxyEnabled=false
CDDBLocalAutoSaveEnabled=true
CDDBRemoteEnabled=true
CDDBSubmitAddress=freedb-submit@freedb.org
CDDBTimeout=60
CurrentServer=freedb.freedb.org cddbp 8880 -
HTTPProxyHost=
HTTPProxyPort=0
LocalBaseDir=/home/sam/.kde/share/apps/kscd/cddb/
SeverList=freedb.freedb.org cddbp 8880 -
SubmitList=freedb-submit@freedb.org

[GENERAL]
AUTOPLAY=true
BackColor=0,0,0
CDDevice=/dev/cdrom
DOCKING=true
EJECTONFINISH=true
HiddenControls=false
LEDColor=226,224,255
Looping=false
RANDOMONCE=true
RandomPlay=false
STOPEXIT=true
SkipDelta=30
TimeDisplay=1
ToolTips=true
Volume=92

[MAGIC]
magicPointsAreDiamonds=false
magicbrightness=3
magicheight=200
magicwidth=320

[SMTP]
enabled=true
senderAddress=kaplun@inwind.it
senderReplyTo=kaplun@inwind.it
serverHost=mail.inwind.it
serverPort=25
useGlobalSettings=false
Comment 1 Aaron J. Seigo 2003-04-19 02:12:37 UTC
this is a duplicate of bug #55976 and is a known issue. the two possible temporary 
fixes are: downgrade to Qt 3.1.1 if using Qt 3.1.2 or turn off remote CDDB  lookups in 
KsCD. 

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