Bug 2138634
| Summary: | tuxpaint crashes right after splash screen | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | udayb <udayreddy> |
| Component: | tuxpaint | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 35 | CC: | cbm, gwync, steve |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | tuxpaint-0.9.28-3.fc35 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-09 11:26:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I'll see about backporting 0.9.28 to f35. FEDORA-2022-2fcb6c81c7 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-2fcb6c81c7 FEDORA-2022-2fcb6c81c7 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-2fcb6c81c7` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-2fcb6c81c7 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-2fcb6c81c7 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. I still don't see the tuxpaint update (0.9.28) on Fedora 35 stable. I tried tuxpaint-0.9.28-3 from updates-testing and the issue is resolved. Thanks. |
Description of problem: tuxpaint crashes (segfault) right at its splash screen (when one clicks on the splash screen). Version-Release number of selected component (if applicable): tuxpaint-0.9.27-1.fc35.x86_64 How reproducible: Always Steps to Reproduce: 1. Start tuxpaint from a terminal Actual results: Segmentation fault (coredump) Expected results: Additional info: gdb backtrace. Thread 1 "tuxpaint" received signal SIGSEGV, Segmentation fault. SaveDestAlpha (src12=0x14e4e40, dst12=0x14c4ad0, dstrect12=0x0, retval=0x7fffffff99b8) at /usr/src/debug/sdl12-compat-1.2.56-1.fc35.x86_64/src/SDL12_compat.c:6061 Downloading 0.29 MB source file /usr/src/debug/sdl12-compat-1.2.56-1.fc35.x86_64/src/SDL12_compat.c 6061 const int w = dstrect12->w; (gdb) bt #0 SaveDestAlpha (src12=0x14e4e40, dst12=0x14c4ad0, dstrect12=0x0, retval=0x7fffffff99b8) at /usr/src/debug/sdl12-compat-1.2.56-1.fc35.x86_64/src/SDL12_compat.c:6061 #1 0x00007ffff7f6fcfc in SDL_UpperBlit (dstrect12=0x0, dst12=0x14c4ad0, srcrect12=0x0, src12=0x14e4e40) at /usr/src/debug/sdl12-compat-1.2.56-1.fc35.x86_64/src/SDL12_compat.c:6149 #2 SDL_UpperBlit (src12=0x14e4e40, srcrect12=0x0, dst12=0x14c4ad0, dstrect12=0x0) at /usr/src/debug/sdl12-compat-1.2.56-1.fc35.x86_64/src/SDL12_compat.c:6141 #3 0x000000000041924a in draw_toolbar () at src/tuxpaint.c:8748 #4 0x000000000040ac52 in claim_to_be_ready () at src/tuxpaint.c:25799 #5 main (argc=<optimized out>, argv=<optimized out>) at src/tuxpaint.c:25900 (gdb)