| Summary: | X11_SetWindowIcon doesn't set new icons on amd64 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Kervala <kervala> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | karl.glatzer |
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Attachments: |
Patch for 64 bit X11 window icons
Console log of Segfault gdb backtrace |
||
|
Description
Kervala
2010-07-13 10:32:17 UTC
I can verify this, icons work without problem on i386 but on amd64 the icons won't show up. I replaced the Uint32 with long and the icon shows up on amd64 too. It has the wrong size and seems doubled or quadrupled thought. Created attachment 516 [details]
Patch for 64 bit X11 window icons
Made a patch which fixes the bug ;)
Fixed with changeset f06faa886423 Thanks! Created attachment 522 [details]
Console log of Segfault
Sry that i have to reopen this bug, but i got a segfault. I attached the console log. Can you run it in the debugger and attach the backtrace? Thanks! Created attachment 526 [details]
gdb backtrace
Hope there is anything helpful in the backtrace.
Whoops, good catch. This is fixed in revision 4566:40c833d951a1, thanks! |