bwrap zombie process
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: vincent-moz, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:150.0) Gecko/20100101 Firefox/150.0
Steps to reproduce:
Start Firefox and use it a bit (I don't remember what I did exactly: I reported a spam to Google, and the history shows nothing else).
Actual results:
cventin:~> ps -aef | grep bwrap
vlefevre 4038173 4038087 0 13:38 ? 00:00:00 [bwrap] <defunct>
where 4038087 is the pid of the main firefox process.
Expected results:
Firefox shouldn't have left a zombie process.
| Reporter | ||
Updated•1 day ago
|
Comment 1•19 hours ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•3 hours ago
|
||
Do you use flatpak? AFAIK bwrap is used for flatpak sandbox.
| Reporter | ||
Comment 3•2 hours ago
|
||
No, flatpak isn't even installed on my machines. The atop logs show that bwrap processes sometimes appear, but I don't know where they come from.
Description
•