-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
I'm trying to compile a js blob (which is mostly already compressed, but ignore that) but compiler.compile(blob) never returns. It does work on most blobs, but not this particular one: http://codepad.org/Jwn3rPbM
The problem seems to happen on any platform. However! This problem is fun because:
- running java directly and passing the file in with --js works
- running java directly and piping the data it (cat blob | java ...) works
Here's the really fun bit:
- closing stderr before trying to read from stdout works (but POpen4 crashes when it tries to rewind stderr)
This doesn't seem to be a POpen4 bug exactly, since the same behavior is true of Ruby's popen3, or even Python's subprocess.Popen!
Metadata
Metadata
Assignees
Labels
No labels