#101 closed defect (fixed)
assert coding=="rgb24"
Reported by: | Timo Juhani Lindfors | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | android | Version: | 0.1.0 |
Keywords: | Cc: |
Description (last modified by )
Hi,
r693 on debian squeeze, amd64. When the first client connects to the server I get just a backtrace from server:
Traceback (most recent call last): File "/home/lindi/xpra-install/amd64/svn693_v0.0.7.22-584-ge448b3d/lib/python/xpra/server.py", line 469, in data_to_packet packet = self.make_data_packet(item) File "/home/lindi/xpra-install/amd64/svn693_v0.0.7.22-584-ge448b3d/lib/python/xpra/server.py", line 523, in make_data_packet assert coding=="rgb24" AssertionError
Screencast:
http://iki.fi/lindi/screencast/xpra-693-assertion1.ogv
Change History (3)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/101
Note: See
TracTickets for help on using
tickets.
thx, fixed in r695
Alternatively, disable mmap with
--no-mmap
to workaround the issue.