X_CreatePixmap : bad alloc attempting to draw full size "Garden Earthly Delights"
Open
- Dominant language
- C
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
When attempting to show "Garden Earthly Delights" at 100% zoom, an error occurs in FLTK image->draw().
```
X_CreatePixmap: BadAlloc (insufficient resources for operation) 0x773
X_PutImage: BadDrawable (invalid Pixmap or Window parameter) 0x7200009
XRequest.139: BadDrawable (invalid Pixmap or Window parameter) 0x7200009
XRequest.139: RenderBadPicture (invalid Picture parameter) 0x720000a
XRequest.139: RenderBadPicture (invalid Picture parameter) 0x720000a
```
FLTK does not call X_CreatePixmap directly, so it's an indirect failure.
YAIV currently does not crash but no image is shown.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.