Summary: | I just was adding a language to parley (french) -> crash | ||
---|---|---|---|
Product: | [Applications] parley | Reporter: | m.wege |
Component: | general | Assignee: | parley bug tracker <parley-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nicholas.dewey1 |
Priority: | NOR | ||
Version: | 0.9.4 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
m.wege
2010-12-23 09:32:55 UTC
Created attachment 60881 [details]
New crash information added by DrKonqi
parley (0.9.4) on KDE Platform 4.5.5 (KDE 4.5.5) using Qt 4.7.0
- What I was doing when the application crashed:
I compliling a parley flash card set. While trying to add a third language to the set, Parley crashed.
-- Backtrace (Reduced):
#7 0x00d927db in QString (this=0x45006e) at /usr/include/qt4/QtCore/qstring.h:727
#8 KEduVocIdentifier::locale (this=0x45006e) at ../../../libkdeedu/keduvocdocument/keduvocidentifier.cpp:93
#9 0x080701ba in DocumentHelper::fetchGrammar (doc=0x93a0a40, languageIndex=2) at ../../../parley/src/parleydocument.cpp:63
#10 0x080e0d82 in LanguagePropertiesPage::downloadGrammar (this=0x9350788) at ../../../parley/src/settings/languagepropertiespage.cpp:102
#11 0x080e2abb in LanguagePropertiesPage::qt_metacall (this=0x9350788, _c=QMetaObject::InvokeMetaMethod, _id=29, _a=0xbf960208) at ./languagepropertiespage.moc:90
Git commit 039cf759699ce6c7a7ede85300f7801abacd73fb by Jeremy Whiting. Committed on 21/10/2011 at 18:28. Pushed by whiting into branch 'master'. Make sure we have an identifier before trying to dereference it. Fixes add language crash. BUG: 261045 M +4 -3 src/settings/languagepropertiespage.cpp http://commits.kde.org/parley/039cf759699ce6c7a7ede85300f7801abacd73fb Git commit a11d3527e169fc57aa16077f65a6c75076980ced by Jeremy Whiting. Committed on 21/10/2011 at 18:28. Pushed by whiting into branch 'KDE/4.7'. Make sure we have an identifier before trying to dereference it. Fixes add language crash. BUG: 261045 (cherry picked from commit 039cf759699ce6c7a7ede85300f7801abacd73fb) M +4 -3 src/settings/languagepropertiespage.cpp http://commits.kde.org/parley/a11d3527e169fc57aa16077f65a6c75076980ced |