Giter Site home page Giter Site logo

Comments (6)

SantoDE avatar SantoDE commented on July 20, 2024

I have a similiar problem. I can't extract huge files. Any workarround? :/

from grunt-exec.

pwhelan avatar pwhelan commented on July 20, 2024

Something is sending a signal to the zip process. This line is taken from the zip man page:

The exit status (or error level) approximates the exit codes defined by PKWARE and 
takes  on  the  following values, except under VMS:

   ...
   9      the user aborted zip prematurely with control-C (or similar)

I thought maybe it was the timeout from child_process.exec, http://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback, but after setting it explicitly to 0 in my code of grunt-exec I've come up short.

Oddly enough changing the killSignal execOption to 0 in grunt-exec fixes the issue.

from grunt-exec.

tjbaker avatar tjbaker commented on July 20, 2024

I hit this today on Linux. I tried increasing nofile to as high as 64000 but that made no difference.

from grunt-exec.

tjbaker avatar tjbaker commented on July 20, 2024

If I run zip with --quiet it works, seems as though stdout is overflowing something.

from grunt-exec.

eabovsky avatar eabovsky commented on July 20, 2024

I also experienced... @tjbaker - thanks for the tip, that also worked for me as a work-around. I'm on OSX 10.10.

from grunt-exec.

gwicksted avatar gwicksted commented on July 20, 2024

This is expected behavior from child_process.exec due to the default options provided. The default buffer size is 200*1024 for stdout and stderr and if the process exceeds that, it is killed.

Unfortunately this is absent from the grunt-exec documentation; however, that is about to change. I'm in the process of documenting the options available, their defaults, and expected outcomes (such as this one) from the Node documentation.

from grunt-exec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.