-
Notifications
You must be signed in to change notification settings - Fork 14
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
R Session Aborts when calling flowjo_to_gatingset() more than once #144
Comments
Hi, flowjo_to_gatingset() works fine with the first group in the workspace, eg '97420-1-02 BAL Cells' in the following ouptput: Groups in Workspace But R completely aborts when trying to run: flowjo_to_gatingset(WS,name="97420-1-02 PBMCs", I also tried this code on a linux cluster running 'R/4.2.1-foss-2022a' and 'R-bundle-Bioconductor/3.15-foss-2022a-R-4.2.1' and after running the first flowjo_to_gatingset instance, it returns:
*** caught segfault *** Traceback: Thanks for any help with this! |
Hi,
Running the first call works perfectly, but the second throws the following error:
Here is the output of sessionInfo()
Your help getting to the bottom of this would be much appreacated! H |
I was running into the same issue. I had CytoML under version 2.8.1 I believe. After updating it to 2.10.0, the issue is now resolved for me. |
Hi there - I am running
flowjo_to_gatingset()
in an sapply function to generate different gating sets for different groups from FlowJo as in the code below:It will work fine if I only have one group and
flowjo_to_gatingset()
is only called once. But if I have more than one group, andflowjo_to_gatingset()
is called more than once, my R session aborts. This only happens with R 4.2, I have run the same code for the last several years in R 4.0 and 4.1 and it works without issue. But I'd like to be able to call the function more than once in an R 4.2 session.When I look at the Windows 10 Event Viewer Application Error, I can see the reason for the aborted R session:
Faulting application name: rsession-utf8.exe, version: 2022.7.1.0, time stamp: 0x62db30bc
Faulting module name: tbb.dll, version: 0.0.0.0, time stamp: 0x62eb12ad
Exception code: 0xc0000005
Fault offset: 0x0000000000010045
Faulting process id: 0x2ca0
Faulting application start time: 0x01d8b66af2ac2b9c
Faulting application path: C:\Program Files\RStudio\bin\rsession-utf8.exe
Faulting module path: C:\Users\user\AppData\Local\R\win-library\4.2\RcppParallel\lib\x64\tbb.dll
Report Id: fdbaa282-e6ef-4d2b-848a-ae4d17442e23
Faulting package full name:
Faulting package-relative application ID:
It seems like there might be an issue with RcppParallel or tbb.dll.
My session info is below:
Thanks in advance!
The text was updated successfully, but these errors were encountered: