#144 closed defect (fixed)
"AssertionError" in free_image when resizing a window using x264 encoding
Reported by: | ahuillet | Owned by: | ahuillet |
---|---|---|---|
Priority: | major | Milestone: | 0.4 |
Component: | client | Version: | 0.1.0 |
Keywords: | Cc: |
Description (last modified by )
This is easy to reproduce:
Error while decoding frame paint_with_video_decoder: ouch, decompression error 2 Unhandled error while processing packet from peer (..) File "/usr/lib64/python2.7/site-packages/xpra/window_backing.py", line 104, in paint_with_video_decoder decoder.free_image() File "codec.pyx", line 87, in xpra.x264.codec.Decoder.free_image (xpra/x264/codec.c:1397) AssertionError
It happens every time (or almost?) one resizes a window. This looks like a race condition - as if the client was resetting its decoding context *after* trying to play one wrong frame?
Change History (4)
comment:1 Changed 10 years ago by
Owner: | changed from Antoine Martin to ahuillet |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 0.3 → 0.4 |
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/144
Note: See
TracTickets for help on using
tickets.
fixed in r977 - will apply to stable 0.3.x branch after further testing
feel free to re-open if you can still reproduce this bug