Bug 1293606
| Summary: | [abrt] tuxmath: SDL_FreeSurface(): tuxmath killed by SIGSEGV | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Schwendt <bugs.michael> | ||||||||||||||||||||||||||
| Component: | tuxmath | Assignee: | Gwyn Ciesla <gwync> | ||||||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 23 | CC: | gwync, hdegoede, samuel-rhbugs | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/6c65c8d29326fbedc094051dd55533c3c9e6828e | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:0dc6a9e9c661df14478420672ef68355d8b08970;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||
| Fixed In Version: | tuxmath-2.0.1-10.fc23 tuxmath-2.0.1-10.fc22 | Doc Type: | Bug Fix | ||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2016-01-05 21:56:08 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
Michael Schwendt
2015-12-22 11:47:32 UTC
Created attachment 1108607 [details]
File: backtrace
Created attachment 1108608 [details]
File: cgroup
Created attachment 1108609 [details]
File: core_backtrace
Created attachment 1108610 [details]
File: dso_list
Created attachment 1108611 [details]
File: environ
Created attachment 1108612 [details]
File: limits
Created attachment 1108613 [details]
File: maps
Created attachment 1108614 [details]
File: mountinfo
Created attachment 1108615 [details]
File: namespaces
Created attachment 1108616 [details]
File: open_fds
Created attachment 1108617 [details]
File: proc_pid_status
Created attachment 1108618 [details]
File: var_log_messages
Hi,
It seems this is all the same crash, which is fixed by this patch:
--- tuxmath_w_fonts-2.0.1/src/game.c~ 2011-04-19 18:05:38.000000000 +0200
+++ tuxmath_w_fonts-2.0.1/src/game.c 2015-12-24 19:03:15.475551698 +0100
@@ -638,6 +638,9 @@ int game_initialize(void)
comets[i].answer_surf = NULL;
}
+ powerup_comet->comet.formula_surf = NULL;
+ powerup_comet->comet.answer_surf = NULL;
+
/* Reset remaining stuff: */
comet_fontsize = (int)(BASE_COMET_FONTSIZE * get_scale());
bkgd = scaled_bkgd = NULL;
tuxmath also needs an icon and an appdata file I will take care of this
one of the coming days and then do a new build with this fixed.
Regards,
Hans
tuxmath-2.0.1-10.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-00bdcfb16f tuxmath-2.0.1-10.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-1c658bb706 tuxmath-2.0.1-10.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-00bdcfb16f tuxmath-2.0.1-10.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-1c658bb706 tuxmath-2.0.1-10.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. tuxmath-2.0.1-10.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |