Summary: | x11-wm/icewm crashes when pressing Alt+Tab | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | gentoolinux |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
gdb output
emerge --info |
Description
gentoolinux
2020-11-01 16:25:43 UTC
Created attachment 669617 [details]
gdb output
Created attachment 669620 [details]
emerge --info
I forgot to add: The backtrace is from icewm-1.9.0. This is the function from ycolor.cc that causes the crash: 384 unsigned long YColor::pixel() { 385 return fPixel->pixel(); 386 } |