-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parpar fails at terminate called after throwing an instance of 'std::bad_alloc' #52
Comments
Is that the full output? Try running the command manually if that's not what you're already doing. |
Don't think so... might be an error on ngPost? |
Does the error occur immediately, or does it take a while? If the latter, you can try obtaining the exact command from the running process. Also, which version of ParPar is it using? |
I'm in the latest v0.4.2 Still can't pinpoint what the error actually is. I don't think it's parpar. Running ngPost with their verbose output I see I get 100% in parpar, and it fails right away before posting. Sounds like a limitation in the number of threads for actual posting in ngPost. I can't use two posting servers at the same time. Already reported that there, but ngPost is not that active nowadays. |
Are you able to tell if it's actually ParPar emitting the message? If you're seeing 100% completion, it's either ParPar emitting it on exit, or ngPost emitting it. |
using ngPost with parpar default global readme installation with npm on node 18.17
calling parpar with -s5M -r12% -p12% --progress stdout
i get this error
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
The text was updated successfully, but these errors were encountered: