ioquatix / script-runner

This package will run various script files inside of Atom. It currently supports JavaScript, CoffeeScript, Ruby, and Python. You can add more.
http://atom.io/packages/script-runner
Other
62 stars 23 forks source link

pty (error) Error: read EIO #89

Closed caub closed 6 years ago

caub commented 6 years ago

I see this logged every time I run a command

pty (error) Error: read EIO             script-runner-process.js? [sm]:193
    at exports._errnoException (util.js:1050)
    at Pipe.onread (net.js:581) v7.9.0

atom: 1.25.1 x64 platform: Linux (Lubuntu 17.10)

ioquatix commented 6 years ago

Interesting, I've never seen that issue. Can you provide more details about your platform?

caub commented 6 years ago

sorry, Linux

ioquatix commented 6 years ago

I've updated all dependencies can you please update, try again, and let me know if you have the same problem?

caub commented 6 years ago

the same error is still logged (after pulling and apm i):

_pty (error) Error: read EIO
    at exports._errnoException (util.js:1050)
    at Pipe.onread (net.js:581)
ioquatix commented 6 years ago

Have you ever had this affect the actual function of script runner?

ioquatix commented 6 years ago

Found some other people ahving the same problem

https://github.com/Microsoft/node-pty/issues/178

I'd say it's harmless.

ioquatix commented 6 years ago

I'm going to close this as I don't think we can do aynthing about it in this code, it's a bug with node-pty. I've reported it upstream as linked above.