Advertisement
Guest User

Untitled

a guest
May 19th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.34 KB | None | 0 0
  1. Starting program: /opt/kanagram/bin/kanagram-harmattan
  2. [Thread debugging using libthread_db enabled]
  3. kanagram-harmattan(12612): "Could not open or properly read "/opt/kanagram/share/apps/kvtml/pa/people.kvtml"
  4. (Error reported: unexpected character)" "Error Opening File"
  5. kanagram-harmattan(12612): "Could not open or properly read "/opt/kanagram/share/apps/kvtml/el/worldcapitals.kvtml"
  6. (Error reported: tag mismatch)" "Error Opening File"
  7. kanagram-harmattan(12612): "<html>Cannot open file<br/><b>/usr/share/kde4/apps/</b></html>"
  8. KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
  9. RemoteThemeDaemonClient: Failed to connect to theme server (that's OK if you're on a PC)
  10. LocalThemeDaemonClient: Looking for assets in "/usr/share/themes/blanco/meegotouch"
  11. [New Thread 0x3bc0f460 (LWP 12615)]
  12. [New Thread 0x3bf37460 (LWP 12616)]
  13. [New Thread 0x3d137460 (LWP 12617)]
  14. qrc:/MainSettingsPage.qml:235:17: QML Item: Binding loop detected for property "height"
  15. qrc:/MainSettingsPage.qml:235:17: QML Item: Binding loop detected for property "height"
  16. qrc:/MainSettingsPage.qml:235:17: QML Item: Binding loop detected for property "height"
  17. qrc:/MainSettingsPage.qml:182:21: QML Item: Binding loop detected for property "height"
  18. qrc:/MainSettingsPage.qml:182:21: QML Item: Binding loop detected for property "height"
  19. qrc:/MainSettingsPage.qml:125:21: QML Item: Binding loop detected for property "height"
  20. qrc:/MainSettingsPage.qml:125:21: QML Item: Binding loop detected for property "height"
  21. kanagram-harmattan(12612)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
  22.  
  23. Program received signal SIGBUS, Bus error.
  24. 0x416a3a04 in QString::operator=(QString const&) () from /usr/lib/libQtCore.so.4
  25. (gdb) bt
  26. #0  0x416a3a04 in QString::operator=(QString const&) () from /usr/lib/libQtCore.so.4
  27. #1  0x3aac0c44 in KanagramGame::useVocabulary(int) () from /opt/kanagram/lib/libkanagramengine.so.4
  28. #2  0x3aac1b50 in KanagramGame::useVocabulary(QString const&) () from /opt/kanagram/lib/libkanagramengine.so.4
  29. #3  0x3aac1ca4 in KanagramGame::refreshVocabularyList() () from /opt/kanagram/lib/libkanagramengine.so.4
  30. #4  0x0000b2d0 in _start ()
  31. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement