Giter VIP home page Giter VIP logo

Comments (10)

taers232c avatar taers232c commented on July 23, 2024

I'll have to take a look at this
Gam uses a pool of subprocesses; when one finishes, gam assigns the next task to it. When all tasks have been assigned, gam waits for all process to finish and then exits. If one child process hung you'd expect to see one parent and one child, not a bunch of children. Let me see what I can ad in the way of additional debugging.

from gamadv-xtd3.

giko45 avatar giko45 commented on July 23, 2024

Otherwise i can just chunk the input file to see if that makes it more stable.

from gamadv-xtd3.

taers232c avatar taers232c commented on July 23, 2024

Call me on Google Hangouts or send a Meet invitation.

[email protected]

from gamadv-xtd3.

taers232c avatar taers232c commented on July 23, 2024

This won't solve the problem but is a simplification and considerably reduces the size of test.csv

$ more test.csv
group
[email protected]
[email protected]
$ gam redirect stdout stdout.txt multiprocess redirect stderr stderr.txt multiprocess csv text.csv gam print group-members group ~group
Using 2 processes...

from gamadv-xtd3.

giko45 avatar giko45 commented on July 23, 2024

I will change the csv file per your suggestion. Since the error occures intermittent it might take a while before i can see a change.

from gamadv-xtd3.

taers232c avatar taers232c commented on July 23, 2024

Changing to the CSV form only simplifies your data, behind the scenes it is the same processing, so it is not going to solve the problem. I don't yet see where the hang comes from.

from gamadv-xtd3.

giko45 avatar giko45 commented on July 23, 2024

ok, I will also split up the file in smaler parts to see if i can connect the hang to a specific group.

from gamadv-xtd3.

giko45 avatar giko45 commented on July 23, 2024

just a wild guess: https://bugs.python.org/issue37424 scroll down to "https://bugs.python.org/issue37424"

from gamadv-xtd3.

taers232c avatar taers232c commented on July 23, 2024

I don't think that's it; anyway if you have a current version GAM is using Python 3.8.1.
Is there any change you can temporarily install GAM on Linux/MacOS so we can see if this is a Windows issue.

from gamadv-xtd3.

taers232c avatar taers232c commented on July 23, 2024

This should be fixed in 5.08+

from gamadv-xtd3.

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.