Bug 172431 - play sound then clink on a different lesson crashes SIGSEGV
Summary: play sound then clink on a different lesson crashes SIGSEGV
Status: RESOLVED FIXED
Alias: None
Product: parley
Classification: Applications
Component: general (show other bugs)
Version: 0.9.1
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Parley Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 04:51 UTC by abemud
Modified: 2008-10-16 22:21 UTC (History)
1 user (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 abemud 2008-10-09 04:51:45 UTC
Version:           0.9.1 (using KDE 4.1.2)
OS:                Linux
Installed from:    SuSE RPMs

sound file in my kvtml file has following format:

     <translation id="0">
        <text>theoretically</text>
        <sound>sound/theoretically.wav</sound>
      </translation>

Within a lession I can play sound well. But after playing some sound, when I try clink on left panel and switch to different lesson it crashes. Crash info below:

Application: Parley (parley), signal SIGSEGV
[?1034h(no debugging symbols found)
(no debugging symbols found)
...
[Thread debugging using libthread_db enabled]
[New Thread 0xb5c896d0 (LWP 26019)]
[New Thread 0xb2465b90 (LWP 26320)]
[New Thread 0xb2c66b90 (LWP 26218)]
[New Thread 0xb3467b90 (LWP 26217)]
[New Thread 0xb3c78b90 (LWP 26216)]
(no debugging symbols found)
...
[KCrash handler]
#6  0xb8085bcd in KEduVocExpression::translationIndices ()
   from /usr/lib/libkeduvocdocument.so.4
#7  0xb8087ed9 in KEduVocExpression::translation ()
   from /usr/lib/libkeduvocdocument.so.4
#8  0x080e4336 in _start ()
#0  0xffffe430 in __kernel_vsyscall ()
Comment 1 abemud 2008-10-09 04:53:18 UTC
Forgot to mention that by not playing any sound, it works great. Thanks for the application.
Comment 2 Frederik Gladhorn 2008-10-16 21:44:06 UTC
finally someone testing sound :)
thanks, I'll try to look into it.
Comment 3 Frederik Gladhorn 2008-10-16 22:20:25 UTC
SVN commit 872297 by gladhorn:

Fix crash when changing lessons when sound files are in the document.
BUG: 172431


 M  +4 -2      audiowidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=872297
Comment 4 Frederik Gladhorn 2008-10-16 22:21:38 UTC
SVN commit 872299 by gladhorn:

backport r872297 for KDE 4.1.3 (fix sound crash)
CCBUG: 172431


 M  +4 -2      audiowidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=872299