Bug 189521 - gender of nouns crash
Summary: gender of nouns crash
Status: RESOLVED FIXED
Alias: None
Product: parley
Classification: Applications
Component: general (show other bugs)
Version: 0.9.1
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Parley Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 12:31 UTC by dp4444
Modified: 2011-04-05 12:01 UTC (History)
3 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 dp4444 2009-04-13 12:31:39 UTC
Version:           0.9.1 (using KDE 4.1.4)
OS:                Linux
Installed from:    Ubuntu Packages

By clicking the button for the gender of the nouns (e.g. "Männliches Substantiv") the program just closes.
I didn't find where to allocate a gender to a noun.

Details of the Crashmanager:
Anwendung: Parley (parley), Signal SIGSEGV

Thread 1 (Thread 0xb614f6c0 (LWP 9228)):
[KCrash Handler]
#6  0xb80604a6 in KEduVocWordType::setWordType () from /usr/lib/libkeduvocdocument.so.4
#7  0x080757c6 in _start ()
Comment 1 Dario Andres 2009-04-14 18:16:45 UTC
If you can reproduce the crash at will, may you read http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports and post a complete backtrace here?
You need to install the "kdeedu-dbg" package.
Thanks :)
Comment 2 dp4444 2009-04-19 22:15:31 UTC
Sorry for that bad "backtrace".
Thanks for the link! I should have read it earlier.

Parley didn't crash again, when I added an entry to the word type "male noun".
So I created a new language file with no entry and clicked on the "gender of nouns" button again. Then parley crashed again.

Here is the bracktrace. I'm sorry, I don't know what to strip down at it, so I pasted the whole one:

Anwendung: Parley (parley), Signal SIGSEGV

Thread 1 (Thread 0xb5fa56c0 (LWP 6843)):
[KCrash Handler]
#6  0xb7eb64a6 in KEduVocWordType::setWordType (this=0x0, type=KEduVocWordType::NounMale) at /build/buildd/kdeedu-4.1.4/libkdeedu/keduvocdocument/keduvocwordtype.cpp:129
#7  0x080757c6 in WordTypeView::setWordTypeNounMale (this=0x850dbb8) at /build/buildd/kdeedu-4.1.4/parley/src/vocabulary/wordtypeview.cpp:288
#8  0x080761c8 in WordTypeView::qt_metacall (this=0x850dbb8, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbfa15a8c) at /build/buildd/kdeedu-4.1.4/obj-i486-linux-gnu/parley/src/wordtypeview.moc:84
#9  0xb751ea60 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#10 0xb751ee60 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#11 0xb6a125f1 in QAction::triggered () from /usr/lib/libQtGui.so.4
#12 0xb6a12f5f in QAction::activate () from /usr/lib/libQtGui.so.4
#13 0xb6e38612 in QToolButton::nextCheckState () from /usr/lib/libQtGui.so.4
#14 0xb6d5bd53 in ?? () from /usr/lib/libQtGui.so.4
#15 0xb6d5c026 in QAbstractButton::mouseReleaseEvent () from /usr/lib/libQtGui.so.4
#16 0xb6e38b0c in QToolButton::mouseReleaseEvent () from /usr/lib/libQtGui.so.4
#17 0xb6a70962 in QWidget::event () from /usr/lib/libQtGui.so.4
#18 0xb6d5a03e in QAbstractButton::event () from /usr/lib/libQtGui.so.4
#19 0xb6e385d4 in QToolButton::event () from /usr/lib/libQtGui.so.4
#20 0xb6a188ec in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#21 0xb6a210e1 in QApplication::notify () from /usr/lib/libQtGui.so.4
#22 0xb79d8d1d in KApplication::notify (this=0xbfa16948, receiver=0x894a930, event=0xbfa16098) at /build/buildd/kde4libs-4.1.4/kdeui/kernel/kapplication.cpp:311
#23 0xb7509e61 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#24 0xb6a2036e in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4
#25 0xb6a8a656 in ?? () from /usr/lib/libQtGui.so.4
#26 0xb6a899e5 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#27 0xb6ab37aa in ?? () from /usr/lib/libQtGui.so.4
#28 0xb61fb718 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#29 0xb61fedc3 in ?? () from /usr/lib/libglib-2.0.so.0
#30 0xb61fef81 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#31 0xb7534478 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#32 0xb6ab2ea5 in ?? () from /usr/lib/libQtGui.so.4
#33 0xb750852a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#34 0xb75086ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#35 0xb750ada5 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#36 0xb6a18767 in QApplication::exec () from /usr/lib/libQtGui.so.4
#37 0x08105e2b in main (argc=1, argv=0xbfa16b64) at /build/buildd/kdeedu-4.1.4/parley/src/main.cpp:133
Comment 3 Frederik Gladhorn 2011-04-05 12:01:22 UTC
I assume that this is no longer valid since this part of Parley has been rewritten.