Advertisement
romancha

Untitled

Sep 9th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. > selectors@0.0.1 dev /home/romancha/projects/uiFlowDesign/selectors
  2. > nodemon ./index
  3.  
  4. [nodemon] 1.19.2
  5. [nodemon] to restart at any time, enter `rs`
  6. [nodemon] watching dir(s): *.*
  7. [nodemon] starting `node ./index index.js`
  8. Server running on port 4000
  9. (node:19287) UnhandledPromiseRejectionWarning: Error: Failed to launch chrome!
  10. [0909/171759.237496:FATAL:zygote_host_impl_linux.cc(116)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
  11. #0 0x555ad02c6a99 base::debug::CollectStackTrace()
  12. #1 0x555ad02273e3 base::debug::StackTrace::StackTrace()
  13. #2 0x555ad023b943 logging::LogMessage::~LogMessage()
  14. #3 0x555ad196c66e service_manager::ZygoteHostImpl::Init()
  15. #4 0x555acfe4e08c content::ContentMainRunnerImpl::Initialize()
  16. #5 0x555acfe99d1c service_manager::Main()
  17. #6 0x555acfe4c661 content::ContentMain()
  18. #7 0x555acfe98e3d headless::(anonymous namespace)::RunContentMain()
  19. #8 0x555acfe98bab headless::HeadlessShellMain()
  20. #9 0x555acdcb81b8 ChromeMain
  21. #10 0x7f46908cace3 __libc_start_main
  22. #11 0x555acdcb802a _start
  23.  
  24. Received signal 6
  25. #0 0x555ad02c6a99 base::debug::CollectStackTrace()
  26. #1 0x555ad02273e3 base::debug::StackTrace::StackTrace()
  27. #2 0x555ad02c6621 base::debug::(anonymous namespace)::StackDumpSignalHandler()
  28. #3 0x7f469211b4d0 <unknown>
  29. #4 0x7f46908de82f __GI_raise
  30. #5 0x7f46908c9672 __GI_abort
  31. #6 0x555ad02c5465 base::debug::BreakDebugger()
  32. #7 0x555ad023bc27 logging::LogMessage::~LogMessage()
  33. #8 0x555ad196c66e service_manager::ZygoteHostImpl::Init()
  34. #9 0x555acfe4e08c content::ContentMainRunnerImpl::Initialize()
  35. #10 0x555acfe99d1c service_manager::Main()
  36. #11 0x555acfe4c661 content::ContentMain()
  37. #12 0x555acfe98e3d headless::(anonymous namespace)::RunContentMain()
  38. #13 0x555acfe98bab headless::HeadlessShellMain()
  39. #14 0x555acdcb81b8 ChromeMain
  40. #15 0x7f46908cace3 __libc_start_main
  41. #16 0x555acdcb802a _start
  42. r8: 0000000000000000 r9: 00007ffc23290510 r10: 0000000000000008 r11: 0000000000000246
  43. r12: 00007ffc232917d8 r13: 00007ffc232907b8 r14: 00007ffc232917e0 r15: 00007ffc232917e8
  44. di: 0000000000000002 si: 00007ffc23290510 bp: 00007ffc23290760 bx: 0000000000000006
  45. dx: 0000000000000000 ax: 0000000000000000 cx: 00007f46908de82f sp: 00007ffc23290510
  46. ip: 00007f46908de82f efl: 0000000000000246 cgf: 002b000000000033 erf: 0000000000000000
  47. trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000
  48. [end of stack trace]
  49. Calling _exit(1). Core file will not be generated.
  50.  
  51.  
  52. TROUBLESHOOTING: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md
  53.  
  54. at onClose (/home/romancha/projects/uiFlowDesign/selectors/node_modules/puppeteer/lib/Launcher.js:349:14)
  55. at Interface.helper.addEventListener (/home/romancha/projects/uiFlowDesign/selectors/node_modules/puppeteer/lib/Launcher.js:338:50)
  56. at emitNone (events.js:111:20)
  57. at Interface.emit (events.js:208:7)
  58. at Interface.close (readline.js:368:8)
  59. at Socket.onend (readline.js:147:10)
  60. at emitNone (events.js:111:20)
  61. at Socket.emit (events.js:208:7)
  62. at endReadableNT (_stream_readable.js:1064:12)
  63. at _combinedTickCallback (internal/process/next_tick.js:138:11)
  64. (node:19287) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
  65. (node:19287) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement