-
Notifications
You must be signed in to change notification settings - Fork 2
Chromium crashes when started over X11 forwarding #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks okay here. Over SSH:
Exits cleanly after browsing around a bit and then closing the window.
I will forward this on though. |
Hi ! Thx for your reply. I just give it another try on a Raspberry Pi Zero. Before I execute an dist-upgrade it works:
Und after update / dist-upgrade I got this:
And in some cases the error differs a little bit:
Very strange that it works for you. Can I do some additional tests to figure out the problem? regards Dominik |
Standard xorg xserver from Ubuntu xenial:
Tried this on a pi zero and it still works. Edit: might not be relevant, but have you rebooted after the dist-upgrade? |
Facing the same issue here:
|
Hi koopa, Which SSH tool did you use? I use MobaXTerm on Windows and XECDesign uses the standart from ubuntu. |
BTW the backtrace after the segfault:
@moelski I was using Xming and putty on Windows 10. |
I have the same problem and need to start chromium in kiosk mode on boot. It was working fine for a couple hours then I started receiving the same error as others in this thread. Please help! |
Hi all, I am currently using Xming and PuTTy on Windows 7 to connect to my RPi. I had no problems with the old Raspian OS, however, when I installed the updated Raspian with PIXEL on my RPi, Chromium stopped working. When I click to open the browser, it tries to open, then shuts down. From Terminal, I get the following error messages: pi@raspberrypi:~ $ chromium-browser Any suggestions would be really helpful, because I have tried everything. Thanks. |
Same problem exists on Raspbian: $ ssh -X pi@10.0.0.19
$ uname -a
Linux raspberrypi 4.9.24-v7+ #993 SMP Wed Apr 26 18:01:23 BST 2017 armv7l GNU/Linux
$ chromium-browser
bootstrap_helper: /usr/lib/chromium-browser/nacl_helper: Cannot open ELF file! errno=2
[1:1:0512/070732.197629:ERROR:nacl_fork_delegate_linux.cc(315)] Bad NaCl helper startup ack (0 bytes)
Xlib: extension "RANDR" missing on display "localhost:10.0".
Xlib: extension "XInputExtension" missing on display "localhost:10.0".
Xlib: extension "RANDR" missing on display "localhost:10.0".
Xlib: extension "XInputExtension" missing on display "localhost:10.0".
Xlib: extension "XInputExtension" missing on display "localhost:10.0".
Xlib: extension "SHAPE" missing on display "localhost:10.0".
Xlib: extension "SHAPE" missing on display "localhost:10.0".
Xlib: extension "SHAPE" missing on display "localhost:10.0".
Xlib: extension "SHAPE" missing on display "localhost:10.0".
Xlib: extension "SHAPE" missing on display "localhost:10.0".
[1:1:0100/000000.816196:ERROR:broker_posix.cc(41)] Invalid node channel message
$ chromium-browser --version
Chromium 56.0.2924.84 Built on Ubuntu 14.04, running on Raspbian 8.0 |
UPDATE: In my case, I found the problem: I had to add ssh -YX pi@10.0.0.9 chromium-browser works (my SSH client is on Arch Linux) $ ssh -V
OpenSSH_7.5p1, OpenSSL 1.1.0e 16 Feb 2017 |
For me ssh -YX .. don't work. Any suggestions would be really helpful, because I have tried everything. Thanks. |
bootstrap_helper: /usr/lib/chromium-browser/nacl_helper: Cannot open ELF file! errno=2 |
@bryan-dickson are you sure X forwarding is enabled and your |
Got the window to open with this, but still seeing an error:
|
@bryan-dickson : DISPLAY 0 is the attached Display.
So I don´t think you have the same issue as described in my first post ... |
Has this been resolved with the new version of Chromium (in stretch)? |
Hi, for me it works. Dominik |
Thank you |
Why was this issue closed? I'm having the exact same issue using Bitvise and Xming. In case it helps:
|
@morphx666 |
|
Looks like you're running Jessie. Stretch is the currently supported release. |
"Failed to launch GPU process" and "Failed to begin udev enumeration" is normal? Chromium opens and seems to work normally, but I find it a bit slow. My network speed is very good! Connect using cygwin On Pi, Raspberry Pi 3 Model B
|
Hi !
With the latest update I can´t longer start Chromium over SSH via x11 forwarding. I always get this error:
And sometimes I got this:
Chromium is the latest version : 56.0.2924.84-0ubuntu0.14.04.1.1000
Kernel is : Linux raspberrypi 4.4.50-v7+ #970 SMP Mon Feb 20 19:18:29 GMT 2017 armv7l GNU/Linux
I´ve double checked it and it worked fine before the last update. This problem also exists in the new Raspbian Image (2017-03-02-raspbian-jessie).
Would be great if you can fix this issue. Let me know if you need any further information.
Dominik
btw: Other applications like geany work as expected with x11 forwarding. And I use MobaXTerm as X11 Server on my Windows 7.
The text was updated successfully, but these errors were encountered: