GithubHelp home page GithubHelp logo

Comments (7)

SanjayVas avatar SanjayVas commented on June 18, 2024

Captured another log with --debug all:

xpra-server.log

Nothing jumps out at me from there as being the error. When I run in non-daemon mode, I get "Bus error" when it crashes.

from xpra.

totaam avatar totaam commented on June 18, 2024

Debian Trixie is not stable yet, so things do break.
When that happens, simply using a newer build can fix things.

Also from your log:

FileNotFoundError: [Errno 2] No such file or directory: 'dbus-launch'�[0m

That's odd, could cause problems - probably not crashes though.

I can't reproduce any problems running it on Fedora.
The fact that there is not a single unusual X11 message in your log makes me think that this is likely to be a Debian only issue, perhaps related to the use of Xvfb.

from xpra.

totaam avatar totaam commented on June 18, 2024

Does the problem go away if you turn off mmap? --mmap=no
I've just remembered doing this change: 8e51176
You could try undoing this commit.

from xpra.

SanjayVas avatar SanjayVas commented on June 18, 2024

Interestingly, I actually can't reproduce this anymore after rebooting my machine. Prior to that it was happening so frequently that it was nearly impossible to get any work done.

Debian Trixie is not stable yet, so things do break. When that happens, simply using a newer build can fix things.

Yes, if you noticed that was the first thing I did.

To clarify, do you mean that the Xpra codebase for Trixie is not stable or are you referring to the Debian release tracks? Debian stable is extremely conservative and mostly used for servers. Desktop Debian users tend to be on Debian testing, which is currently Trixie. I would expect that out of all the Debian users that would want to use Xpra, the majority of them would not be on stable. This includes all Linux workstations for engineers at Google, for example.

FileNotFoundError: [Errno 2] No such file or directory: 'dbus-launch'�[0m

That's odd, could cause problems - probably not crashes though.

Just in case, I installed dbus-x11 which was not installed. It made that log message go away, but did not prevent the crash.

from xpra.

totaam avatar totaam commented on June 18, 2024

To clarify, do you mean that the Xpra codebase for Trixie is not stable or are you referring to the Debian release tracks?

I meant that until Trixie is frozen, then the ABI will break. This happens, a lot, sometimes it's obvious: #3531 (comment) and other times it will just crash instead.

The xpra beta channel does get builds fairly regularly, but Debian being a sub-optimal platform for xpra (mostly because of the butchered Xorg installation) means that we don't make builds whenever the ABI breaks - I'm not even sure there would be a way to tell when that happens.

Just in case, I installed dbus-x11 which was not installed.

It should have been installed automatically as a "recommends" dependency:

# the server uses "dbus-launch" to enable dbus for its sessions:
,dbus-x11

from xpra.

SanjayVas avatar SanjayVas commented on June 18, 2024

It should have been installed automatically as a "recommends" dependency

This is fully up to whomever is installing this, right? e.g. --no-install-recommends or even installing from .deb files manually using dpkg or gdebi

from xpra.

totaam avatar totaam commented on June 18, 2024

This is fully up to whomever is installing this, right?

Yes, but as per https://github.com/Xpra-org/xpra/wiki/Reporting-Bugs, this should be stated from the onset, to save us all valuable time.

Please also be aware that a missing or broken dbus-x11 should never be able to cause xpra or the Xorg server to crash, this is exactly why Debian is a Tier-3 platform: https://github.com/Xpra-org/xpra/wiki/Platforms

from xpra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.