Skip to content
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

[373:0111/154552:FATAL:render_sandbox_host_linux.cc(40)] Check failed: 0 == shutdown(renderer_socket_, SHUT_RD). shutdown: Invalid argument #1587

Closed
TheoMer opened this issue Jan 11, 2017 · 10 comments

Comments

@TheoMer
Copy link

TheoMer commented Jan 11, 2017

Please use the following bug reporting template to help produce actionable and reproducible issues. Please try to ensure that the reproduction is minimal so that the team can go through more bugs!

  • A brief description

I am receiving the aforementioned error after cloning, building, and running as per the instructions at https://github.com/vector-im/riot-web

  • Expected results

I expected, after running node_modules/.bin/electron . for the application to be launched.

  • Actual results (with terminal output if applicable)
[373:0111/154552:FATAL:render_sandbox_host_linux.cc(40)] Check failed: 0 == shutdown(renderer_socket_, SHUT_RD). shutdown: Invalid argument
#0 0x000001e5839e <unknown>
#1 0x000001e6e09b <unknown>
#2 0x000001e6e65d <unknown>
#3 0x000002930bb2 <unknown>
#4 0x0000026f9a85 <unknown>
#5 0x0000026ffdef <unknown>
#6 0x0000026f9216 <unknown>
#7 0x000001221937 <unknown>
#8 0x000001220410 <unknown>
#9 0x0000034794f3 main
#10 0x7f2ed10a1f45 __libc_start_main
#11 0x000000579049 <unknown>
  • Your Windows build number

Version 1607 (OS Build 14393.576)

  • Steps / All commands required to reproduce the error from a brand new installation
> git clone https://github.com/vector-im/riot-web.git
> cd riot-web
> npm install
> npm install electron
> npm run build
> node_modules/.bin/electron .
  • Strace of the failing command

  • Required packages and commands to install

NPM and Node

See our contributing instructions for assistance.

@fpqc
Copy link

fpqc commented Jan 11, 2017

Electron definitely is known to be broken on 14393. Supposedly people have gotten vscode working on 15002, and that runs in electron, so it might work. You might have to setuid the sandbox process, not sure.

@therealkenc
Copy link
Collaborator

Link? Be great if someone got libchromiumcontent working (I haven't looked at it for a couple of months).

OP here is #546, fixed in 14915.

@fpqc
Copy link

fpqc commented Jan 11, 2017

@therealkenc Wait, nevermind, it was the Linux version of sublimetext I think. I could be wrong, not sure.

@TheoMer
Copy link
Author

TheoMer commented Jan 11, 2017

@fpqc Where can I obtain the 15002 upgrade from? My current update status claims I am fully up to date.

@benhillis
Copy link
Member

@TheoMer - you have to join the Windows Insider program.

@TheoMer
Copy link
Author

TheoMer commented Jan 11, 2017

@benhillis Yes I'm already a member, but the update file obtained from https://www.microsoft.com/en-gb/software-download/windows10 does absolutely nothing when run. I get the 'checking for latest update' message, immediately followed by 'Thanks for updating...', but nothing in-between actually happened.

@fpqc
Copy link

fpqc commented Jan 11, 2017

@TheoMer just download the latest available Win10 insider ISO, mount it, and do the upgrade install from it. Then in the Windows Update settings, under insider program, set your ring to the fast ring.

@TheoMer
Copy link
Author

TheoMer commented Jan 12, 2017

Thus far I only have access to build 14986 of the Insider program, which I have successfully installed. Running node_modules/.bin/electron . no longer causes any errors, but the application doesn't launch either.

As there are numerous reports of issues with build 15002, and as I've set my insider subscription to slow, I guess I'll wait for issues with 15002 to be ironed out first.

@TheoMer TheoMer closed this as completed Jan 12, 2017
@therealkenc
Copy link
Collaborator

#1267 ref for when you're back.

@TheoMer
Copy link
Author

TheoMer commented Jan 12, 2017

@therealkenc Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants