Bug 150389
| Summary: | gataxx does not quit when window is closed | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sitsofe Wheeler <sitsofe> | ||||||||||
| Component: | gnome-games | Assignee: | Ray Strode [halfline] <rstrode> | ||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||||||
| Severity: | medium | Docs Contact: | |||||||||||
| Priority: | medium | ||||||||||||
| Version: | 3 | ||||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | i686 | ||||||||||||
| OS: | Linux | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | gnome-games-2.10.0-5 | Doc Type: | Bug Fix | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2005-10-21 14:43:41 UTC | Type: | --- | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Sitsofe Wheeler
2005-03-05 11:33:28 UTC
Created attachment 111687 [details]
Valgrind log showing double free
Problem seems to be around gtkgridboard.c:218
==9430== Invalid free() / delete / delete[]
==9430== at 0x1B902FB1: free (vg_replace_malloc.c:153)
==9430== by 0x804CF9F: gtk_gridboard_destroy (gtkgridboard.c:218)
==9430== Address 0x1BDD7A30 is 0 bytes inside a block of size 224 free'd
==9430== at 0x1B902FB1: free (vg_replace_malloc.c:153)
==9430== by 0x804CF9F: gtk_gridboard_destroy (gtkgridboard.c:218)
Created attachment 111688 [details]
Valgrind log showing double free
Problem seems to be around gtkgridboard.c:218
==9430== Invalid free() / delete / delete[]
==9430== at 0x1B902FB1: free (vg_replace_malloc.c:153)
==9430== by 0x804CF9F: gtk_gridboard_destroy (gtkgridboard.c:218)
==9430== Address 0x1BDD7A30 is 0 bytes inside a block of size 224 free'd
==9430== at 0x1B902FB1: free (vg_replace_malloc.c:153)
==9430== by 0x804CF9F: gtk_gridboard_destroy (gtkgridboard.c:218)
Created attachment 111689 [details]
Valgrind log showing double free
Created attachment 111690 [details]
Valgrind log showing double free
Agh! I was getting internal errors from bugzilla which is why I submitted the above again. I apologise for the duplicate entry. This appears to have been fixed in FC4's gnome-games-2.10.0-5 Hi, Great, thanks. |