Xpra: Ticket #1198: 0.18.0 server with limited resources - AttributeError: 'tuple' object has no attribute 'split'

Testing with a fedora 23 vm with only 512 MB memory for #1111 - encountered a server error sporadically (not seeing with a server with reasonable resources).

0.18.0 r12578 windows client, 0.18.0 r12577 fedora 23 server.

Ran across the following server-side traceback sporadically as I ran videos while over-using the control channel to adjust the av-sync-delta:

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/xpra/sound/sound_pipeline.py", line 322, in on_message
    for x in w[1:].split(":"):
AttributeError: 'tuple' object has no attribute 'split'


Wed, 18 May 2016 01:48:52 GMT - Antoine Martin: owner changed

This was caused by r12552. Should be fixed in r12593.


Fri, 20 May 2016 18:13:22 GMT - alas: owner changed

Hmm, oddly... while trying to repro for #1199, this was all I was able to repro.

0.18.0 r12608 fedora 23 server, 0.18.0 r12578 win32 client.


Sat, 21 May 2016 02:54:56 GMT - Antoine Martin: owner changed

The line in the ticket description no longer exists, please include the new stacktrace.


Wed, 25 May 2016 01:29:49 GMT - alas: status changed; resolution set

Been trying to repro, but haven't been able to so far.

I'm actually fairly convinced that I'd mis-read my server/install juggling and repro'd with a different r12577, rather than an r12608.

I'm going to close for now, and only reopen if I manage to trigger/stumble across this again.


Tue, 12 Jul 2016 16:52:22 GMT - Antoine Martin: milestone changed

Milestone renamed


Sat, 23 Jan 2021 05:17:40 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1198