Pixbuff issue while loading gtk image

*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on ‘_pixman_log_error’ to debug

*** BUG ***
In pixman_region_append_non_o: The expression r->x1 < r->x2 was false
Set a breakpoint on ‘_pixman_log_error’ to debug

*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on ‘_pixman_log_error’ to debug

*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on ‘_pixman_log_error’ to debug

*** BUG ***
In pixman_region_append_non_o: The expression r->x1 < r->x2 was false
Set a breakpoint on ‘_pixman_log_error’ to debug

*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on ‘_pixman_log_error’ to debug

*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on ‘_pixman_log_error’ to debug

*** BUG ***
In pixman_region_append_non_o: The expression r->x1 < r->x2 was false
Set a breakpoint on ‘_pixman_log_error’ to debug

*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on ‘_pixman_log_error’ to debug

*** BUG ***
In pixman_region_append_non_o: The expression y1 < y2 was false
Set a breakpoint on ‘_pixman_log_error’ to debug
I used simple Gtkmm experiment which includes the image blinking image for 500 ms in separate thread then one point time application crash in gdb it is showing the above error

“pixman” has nothing to do with “pixbuf”.

These are precondition failures in the region code.

Which version of GTK are you using? Which version of gtkmm? On which platform?

Care to provide a minimal reproducer? Remember: you cannot call GTK API from different threads.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.