Bug 343751 - Game sometimes crashes at exit
Summary: Game sometimes crashes at exit
Status: RESOLVED NOT A BUG
Alias: None
Product: picmi
Classification: Applications
Component: general (show other bugs)
Version: 2.0.0
Platform: MacPorts macOS
: NOR crash
Target Milestone: ---
Assignee: Jakob Gruber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-03 22:23 UTC by Marko Käning
Modified: 2015-07-02 10:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
crash log (18.32 KB, application/zip)
2015-02-03 22:27 UTC, Marko Käning
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marko Käning 2015-02-03 22:23:31 UTC
Gameplay seems to be possible and functioning. (I was just clicking around and seeing black squares appear in the table and on the screen, but that's all what I did, as I didn't check out the rules.) :-)

Reproducible: Always

Steps to Reproduce:
1. Start app
2. Click around
3. Exit application

Actual Results:  
Crash

Expected Results:  
No crash
Comment 1 Marko Käning 2015-02-03 22:27:22 UTC
Created attachment 90893 [details]
crash log

This test has been carried out on my OSX/CI system, which has a special setup regarding XDG_(CONFIG|DATA)_DIRS and alike (similar to Linux/CI using Jenkins on build.kde.org). Thus I hope that the app finds all its files correctly.

On the console I see these messages:
----
Shortcut for action  "save-position" "Save Position" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
Shortcut for action  "load-position" "Load Position" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
----
Comment 2 Christoph Feck 2015-02-10 21:10:24 UTC
The Konsole messages are unrelated. It crashes in Cocoa-specific Qt code.
Comment 3 Marko Käning 2015-02-15 12:25:21 UTC
So, if it is in Qt code, should this get reported to Qt's bug tracker instead?
Comment 4 Jakob Gruber 2015-07-02 10:24:48 UTC
Yeah this looks like a Qt or KF5Games bug (it happens during KgDifficultyGUI destruction). Thanks for reporting!