Giter Club home page Giter Club logo

Comments (8)

mywave82 avatar mywave82 commented on August 29, 2024

Can you test one thing for me?

After you have done ./configure , edit config.h manually and replace #undef DISABLE_SIGALRM with #define DISABLE_SIGALRM 1

If this works, I have to redo the mechanism that ensures that audio is produced even if waiting for I/O takes a long time etc.

from opencubicplayer.

kpstsp avatar kpstsp commented on August 29, 2024

In config.h this line is commented:

/* #undef DISABLE_SIGALRM */

in original config.h.in it not commented

from opencubicplayer.

mywave82 avatar mywave82 commented on August 29, 2024

All the files that end with .in are template files that ./configure ( ./config.status to be exact ) reads in and modifies depending on tests and user-inputs.

All defines that ./configure might enable will in the .in file be #undef FOO and it can be replaced with /* #undef FOO */ or #define FOO 1 in the resulting file.

Can you manually in config.h after ./configure is ran, please replace that line with #define DISABLE_SIGALRM 1 , since my main-suspect for the problem you experience is due to SIGLARM.

from opencubicplayer.

kpstsp avatar kpstsp commented on August 29, 2024

All the files that end with .in are template files that ./configure ( ./config.status to be exact ) reads in and modifies depending on tests and user-inputs.

Got it.

After config.h changes and make install it works without crashes. I tested it about 4 hours

from opencubicplayer.

mywave82 avatar mywave82 commented on August 29, 2024

That is great, then I know what I need to fix. The SIGALRM thingy was/is a mechanism to ensure that audio is generated even if there is heavy I/O load and application is stuttering, user is browsing network shares in the file browser etc

from opencubicplayer.

mywave82 avatar mywave82 commented on August 29, 2024

The latest master should work, can you please test

from opencubicplayer.

kpstsp avatar kpstsp commented on August 29, 2024

Tested about 3 hrs. All ok, no crashes

from opencubicplayer.

mywave82 avatar mywave82 commented on August 29, 2024

Thank you for testing and your patience

from opencubicplayer.

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.