Code Monkey home page Code Monkey logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
In reproducing this, I do not get that error, but even a segmentation fault! ;.(

Im working on it.

Original comment by [email protected] on 24 Feb 2011 at 4:03

from lsyncd.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
Ok, found something, it was on a completly different place and ruined the 
stack. 

Try the latest SVN or add this line into lsyncd.c

@@ -845,6 +845,7 @@
    /* writes a log message, prepares the message only if actually needed. */
    if (check_logcat("Exec") >= settings.log_level) {
        int i;
+       lua_checkstack(L, lua_gettop(L) + argc * 3 + 2);
        lua_pushvalue(L, 1);
        for(i = 1; i <= argc; i++) {
            lua_pushstring(L, " [");

If you use the latest SVN take care the new "-direct" option is yet in the 
making and not functionable, the rest is identical / or slightly better to 2.0.2

Original comment by [email protected] on 24 Feb 2011 at 4:57

from lsyncd.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
did 2.0.3 fix this for you?

Original comment by [email protected] on 25 Feb 2011 at 3:43

from lsyncd.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
yes! Thanks very much! ;)

Original comment by [email protected] on 25 Feb 2011 at 8:36

from lsyncd.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024

Original comment by [email protected] on 26 Feb 2011 at 1:36

  • Changed state: Fixed

from lsyncd.

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.