| Summary: | Kpatience crashes after selecting a game of "Simple Simon" | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Erik <esteinma> |
| Component: | kshareddatacache | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | coates, jamesthirteen13, kde-games-bugs-null, m.falko, mpyne |
| Priority: | NOR | ||
| Version First Reported In: | 4.9.2 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
||
|
Description
Erik
2012-11-08 21:32:11 UTC
Created attachment 81565 [details]
New crash information added by DrKonqi
kpat (3.6) on KDE Platform 4.10.5 "release 1" using Qt 4.8.4
- What I was doing when the application crashed:
Cementine and Youtube Bbrowser (Mplayer) were running when Kpat was opened.
-- Backtrace (Reduced):
#7 0xb6eb0ca6 in memcpy (__len=<optimized out>, __src=<optimized out>, __dest=<optimized out>) at /usr/include/bits/string3.h:51
#8 SharedMemory::defragment (this=this@entry=0xb1e00000) at /usr/src/debug/kdelibs-4.10.5/kdecore/util/kshareddatacache.cpp:723
#9 0xb6eae5ad in KSharedDataCache::insert (this=0x9187888, key=..., data=...) at /usr/src/debug/kdelibs-4.10.5/kdecore/util/kshareddatacache.cpp:1567
#10 0xb71baf7e in KImageCache::insertImage (this=0x9187888, key=..., image=...) at /usr/src/debug/kdelibs-4.10.5/kdeui/util/kimagecache.cpp:103
#11 0xb771203a in KAbstractCardDeckPrivate::requestPixmap (this=0x91e35e8, id=id@entry=4325892, faceUp=faceUp@entry=true) at /usr/src/debug/kpat-4.10.5/libkcardgame/kabstractcarddeck.cpp:211
I'm working on adding even more bug checks, specifically pushing the boundary checks for shared memory usage into the internal functions themselves, instead of relying on initial boundary checks and then hoping the data stays consistent until the lock is dropped again. Until that time, however, a "quick fix" might be to remove the existing cache files for KPat and allow them to be regenerated. This can be done by running the command "rm $(kde4-config --path cache)/kgamerenderer-kpat-themes/*.kcache" in a terminal (such as konsole). This uses the 'rm' command to remove the cache files. Created attachment 84062 [details]
New crash information added by DrKonqi
kpat (3.6) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed: Selected the game "Simple Simon" and found that the bug has already been reported.
-- Backtrace (Reduced):
#6 __memcpy_sse2 () at ../sysdeps/x86_64/multiarch/../memcpy.S:273
#7 0x00007f13ba16b5e1 in page (at=<optimized out>, this=0x7f139167a000) at /usr/include/x86_64-linux-gnu/bits/string3.h:52
#8 page (at=<optimized out>, this=0x7f139167a000) at ../../kdecore/util/kshareddatacache.cpp:567
#9 SharedMemory::defragment (this=0x7f139167a000) at ../../kdecore/util/kshareddatacache.cpp:717
#10 0x00007f13ba171c45 in SharedMemory::removeUsedPages (this=0x7f139167a000, numberNeeded=11) at ../../kdecore/util/kshareddatacache.cpp:918
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! I'm not sure what to do with this old bug report. I don't have the same setup as 6 years ago so it's impossible to create the same circumstances. Still have KPatience installed (on Ubuntu MATE) but selecting a game of Simple Simon seems to work fine. Version of kpat is still the same (3.6) but Qt is at 5.9.5 now. So I'll mark it as resolved and worksforme. |