Coder Social home page Coder Social logo

Comments (5)

mcatanzaro avatar mcatanzaro commented on August 20, 2024

What's especially impressive about this bug report is that it is a GApplication service. If another Epiphany process is running, a new process will just active the existing one and then quit immediately....

from org.gnome.epiphany.

mcatanzaro avatar mcatanzaro commented on August 20, 2024

This is one of the weirdest bug reports I've seen. How exactly are you launching Epiphany? Is it possible you're using an uncommon desktop environment that's failing to reap child processes? Are you sure the Epiphany process is really still running?

If you're certain the old processes are running, then something must be causing Epiphany to hang. You'll need to get a backtrace of the epiphany process that is hanging while it is running to see what it is doing. To do that, you'll want to run:

$ flatpak install org.gnome.Epiphany.Debug
$ flatpak install org.gnome.Platform.Debug
$ flatpak update

to install debuginfo and ensure consistent version. Then make sure to start the primary instance of Epiphany -- the one that is not hanging -- however you normally do so. Then start the second instance under gdb:

$ flatpak run -d --command=/bin/bash org.gnome.Epiphany
[📦 org.gnome.Epiphany ~]$ gdb epiphany

This will be very slow as gdb will take forever to start epiphany, but if you're patient it should eventually activate the primary instance and then quit. Except in your case, we want it to hit this strange hang instead. Hit Ctrl+C to get a backtrace and let's see what it says.

from org.gnome.epiphany.

mcatanzaro avatar mcatanzaro commented on August 20, 2024

Hit Ctrl+C to get a backtrace and let's see what it says.

And then run bt to see what it's doing. More detailed instructions here.

from org.gnome.epiphany.

SuborbitalPigeon avatar SuborbitalPigeon commented on August 20, 2024

It doesn't seem to happen any more. The only thing I've noticed lately is that there seem to be more bwrap processes than I'd expect based on the number of WebKitWebProcesses.

I've been using GNOME, so nothing odd should have been happening. Apologies for the ambiguous bug report, but I wasn't really sure what was going on at all.

from org.gnome.epiphany.

mcatanzaro avatar mcatanzaro commented on August 20, 2024

Hm, well OK then!

It doesn't seem to happen any more. The only thing I've noticed lately is that there seem to be more bwrap processes than I'd expect based on the number of WebKitWebProcesses.

It should be two bwrap processes per web process.

from org.gnome.epiphany.

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.