question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Process exited with non-zero code 1

See original GitHub issue
Error: Process exited with non-zero code: 1
    at ChildProcess.<anonymous> (/home/xenith/git/dotfiles/.atom/packages/linter-flake8/node_modules/atom-linter/node_modules/sb-exec/lib/index.js:51:22)
    at emitTwo (events.js:100:13)
    at ChildProcess.emit (events.js:185:7)
    at maybeClose (internal/child_process.js:850:16)
    at Socket.<anonymous> (internal/child_process.js:323:11)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at Pipe._onclose (net.js:477:12)

Atom: 1.10.0 Python: Python 3.5.2 :: Anaconda 4.1.1 (64-bit) (also happens with native python or python2) OS: Fedora 24

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
xenithorbcommented, Sep 4, 2016

sigh

Strangely I noticed that even after disabling the package it still output the error message - you can see atom/packages/linter-flake8 in the error, so I know it’s coming from that package… however…

After I disabled uninstalled linter-flake8, now I also have the same message from linter-pep8:

Error: Process exited with non-zero code: 1
    at ChildProcess.<anonymous> (/home/xenith/git/dotfiles/.atom/packages/linter-pep8/node_modules/atom-linter/node_modules/sb-exec/lib/index.js:51:22)
    at emitTwo (events.js:100:13)
    at ChildProcess.emit (events.js:185:7)
    at maybeClose (internal/child_process.js:850:16)
    at Socket.<anonymous> (internal/child_process.js:323:11)
    at emitOne (events.js:90:13)
    at Socket.emit (events.js:182:7)
    at Pipe._onclose (net.js:477:12)

So I have no idea what’s going on

0reactions
Arcanemaguscommented, Sep 6, 2016

Looks like this was only getting reported here because Atom was loading the atom-linter library from this package. The bug in linter-pep8 has already been fixed in the latest release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: "Process exited with a non-zero exit code of: 1"
Process exited with a non-zero exit code of: 1 · Error report file indicates that the process did not complete successfully · IP:...
Read more >
Warning: Process exited with non zero exit code: 1 - 356219
Hi, I am getting this error when i run the edx task from command line what might be the issue here? - 356219....
Read more >
How to Fix 'Terminated With Exit Code 1' Error - Komodor
Exit Code 1 indicates that a container shut down, either because of an application failure or because the image pointed to an invalid...
Read more >
1 at child process error while using expo init during creating ...
Process exited with non-zero code: 1 at child process error while using expo init during creating React Native App.
Read more >
Pulumi preview quits with "an unhandled error occurred ...
Pulumi preview quits with "an unhandled error occurred: Program exited with non-zero exit code: 1" #9435. Open. mortaelth opened this issue on ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found