Open chrisvollorenew opened 1 year ago
I noticed the firefox recipe has not been updated in a year ... maybe that has something to do with the issue here. Is firefox not well supported here?
If interested, I have a fork with a more up to date Firefox (though I can't offer an awful lot more support than you get here). You can find it here: https://github.com/OldManYellsAtCloud/meta-browser
Regarding strace, it could be more readable if you could run something like strace -s 500 -ff -o /tmp/fflog -v -y firefox -headless --safe-mode localhost
- this will create a bunch of files in /tmp folder, one for each thread.
If desired, a PR would be nice :-)
@OldManYellsAtCloud you could maintain firefox here, so we avoid the fork
Thank you @OldManYellsAtCloud - it am very interested in Firefox 116 because if it’s support for v4l2 (as I understand earlier versions dropped support for v4l2 and gstreamer) - do you plan to bump to version 116 when it is released?
@otavio - will try to get back on this topic during the week. Principally I would be quite interested in that. @chrisvollorenew - Firefox is currently at version 117, and I have updated my repo a few days ago to this version. (In the commit history you can also find v116, if that would be better for whatever reason).
Hello, I am trying to run firefox headless and I get a segmentation fault with not much more info.
Here's some info about firefox and my system:
I ran a strace to get more info with
strace firefox -headless --safe-mode localhost 2> strace.out
strace.logThe last lines show:
My yocto configuration is kirkstone:
Please help!