Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"AssertionError" in free_image when resizing a window using x264 encoding #144

Closed
totaam opened this issue Jun 8, 2012 · 7 comments
Closed

Comments

@totaam
Copy link
Collaborator

totaam commented Jun 8, 2012

Issue migrated from trac ticket # 144

component: client | priority: major | resolution: fixed

2012-06-08 18:13:25: ahuillet created the issue


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?

@totaam
Copy link
Collaborator Author

totaam commented Jun 8, 2012

2012-06-08 18:13:38: ahuillet changed status from new to assigned

@totaam
Copy link
Collaborator Author

totaam commented Jun 8, 2012

2012-06-08 18:13:38: ahuillet changed owner from antoine to ahuillet

@totaam
Copy link
Collaborator Author

totaam commented Jun 10, 2012

2012-06-10 06:46:42: antoine edited the issue description

@totaam
Copy link
Collaborator Author

totaam commented Jun 10, 2012

2012-06-10 06:46:42: antoine

@totaam
Copy link
Collaborator Author

totaam commented Jun 29, 2012

2012-06-29 19:55:28: antoine changed status from assigned to closed

@totaam
Copy link
Collaborator Author

totaam commented Jun 29, 2012

2012-06-29 19:55:28: antoine changed resolution from ** to fixed

@totaam
Copy link
Collaborator Author

totaam commented Jun 29, 2012

2012-06-29 19:55:28: antoine commented


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

@totaam totaam closed this as completed Jun 29, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant