-
Notifications
You must be signed in to change notification settings - Fork 26
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
Segmentation fault when trying to profile application #389
Comments
That sounds frustrating, sorry it's not working. I will take a look. |
No need to be sorry :) thank you for having a look. Please tell me if I can help in any form. |
The good news is, it's easy to reproduce, just need to import |
Potential causes:
I will try new version of
|
New |
If you want to get unblocked, you could alternatively try |
Oh, I'm sorry to hear that, but I think it might be a problem that doesn't affect a lot of packages, so I think that can wait for now. Thank you for pointing me to But thank you for looking into the issue! I'll keep my eyes open for future versions! |
A third option is my commercial version of Fil, which also does performance profiling, aimed for running in production so goal is running at full speed: https://sciagraph.com It's free for now (and when I do start charging it'll likely have an academic discount). |
I'll probably try ripping out |
I'll definitely check it out! |
OK, I think I got Fil working. Or at least, import |
Looks like there's decent chance you'd be impacted by #390, which I am trying to fix anyway, so will try to get a workaround at least in this release. |
I have tagged release 2022.07.0, it should be up on PyPI within 30 minutes. Let me know if you have other problems, questions, or anything else I can help with. |
Thank you very much for the fix! Just tried it and it works perfectly. |
I'm trying to use fil-profile without success, getting a segmentation fault. I'm using the latest PyPI version with Python 3.9. Using the conda-forge version didn't help either.
This is what I get when trying to run in my conda environment:
The software runs fine without fil-profiler.
I tried using it in a HPC cluster with a completely different environment. In this case, the application starts, but I still get a segfault while my simulation in being set up:
The application I'm trying to profile is HyMD.
The text was updated successfully, but these errors were encountered: