-
Notifications
You must be signed in to change notification settings - Fork 13
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
"FIAMS Unknowns" workflow using SmartPeak on a set of mzML files #405
Comments
Hi, thanks for filing the issue. we ran the file including all the workflow steps with |
Hi, |
Here is the system report I get after the crash. |
In the callstack, we can see Thread 11 has crashed
this failure in std::__1::__tree_remove<std::__1::__tree_node_base<void*>*> seems to indicate a memory corruption. The "base call" is the PickMS1Features processor. We can also see that some other threads (2 others) are executing also PickMS1Features at the same time. could we have concurrent access there or invalid memory access? @ahmedskhalil does this callstack gives you some other clues? perhaps we can add more logs so that Parizad give you more details of the context. @ParizadB it would be interesting to change the number of working threads to see if it make it pass. in the files you have given, we can see the number of threads is 29 which is quite high. we can have a try reducing it. may be we can set it to 1. It will be slow but it could be interesting to see if it still crashes. the parameter is located in the parameters.csv file: thank you |
Running the second part of the workflow with n_thread = 4 resulted in the attached call stack |
Hi,
I'm trying to run the "FIAMS Unknowns" workflow using SmartPeak v1.11.0 on a Mac with macOS Big Sur Version 11.5.1. I have a set of mzMl files and when I want to run the workflow the app crashes. I have attached my most recent log file. I'd appreciate any help on that :)
smartpeak_log_2021-08-11_14-52-33.csv
The text was updated successfully, but these errors were encountered: