-
Notifications
You must be signed in to change notification settings - Fork 19
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
Rfast causes R to hang #16
Comments
Can you give me the examples that crashed R? |
Seems to be completey random, even dim(df) crashed Rsession at as some point.
From: Manos Papadakis <notifications@github.com>
Reply to: RfastOfficial/Rfast <reply@reply.github.com>
Date: Saturday, 21 March 2020 at 11:50
To: RfastOfficial/Rfast <Rfast@noreply.github.com>
Cc: "Keuskamp, J.A. (Joost)" <J.A.Keuskamp@uu.nl>, Author <author@noreply.github.com>
Subject: Re: [RfastOfficial/Rfast] Rfast causes R to hang (#16)
Can you give me the examples that crashed R?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#16 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAHKBHDXBWFOCOWKM7Z2DMDRISLW3ANCNFSM4LQPLCGQ>.
|
It crashes in a specific command that you use rowMins? That doesn't make any sense. If you can't reproduce error then it might not be Rfast's problem. We have checked the function and it works perfectly. Any idea what to do? |
Rsession crashes within minutes after using rowMins, even if I do not load the Rfast package. Although it always crashes upon execution of an expression, there is seemingly no pattern in what expressions are used.
I a report of a very similar (the same?) issue on the CRAN copy of Rfast:
cran/Rfast#2. At this moment I am not in the position to construct a reproducable example, but I may try and do so at a later time.
From: Manos Papadakis <notifications@github.com>
Reply to: RfastOfficial/Rfast <reply@reply.github.com>
Date: Sunday, 22 March 2020 at 14:57
To: RfastOfficial/Rfast <Rfast@noreply.github.com>
Cc: "Keuskamp, J.A. (Joost)" <J.A.Keuskamp@uu.nl>, Author <author@noreply.github.com>
Subject: Re: [RfastOfficial/Rfast] Rfast causes R to hang (#16)
It crashes in a specific command that you use rowMins? That doesn't make any sense. If you can't reproduce error then it might not be Rfast's problem. We have checked the function and it works perfectly. Any idea what to do?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#16 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAHKBHGNXGSGZSN5XM7XDVDRIYKN5ANCNFSM4LQPLCGQ>.
|
I don't know how to help.... If you find any example that R crashes let me know. |
I am also having some such problems. For instance, if I call
Even some matrices with conformable dimensions also caused such a crash. For example, The error thrown is
The R session crashes with a dialogue:
Maybe this is not an issue with your package per se, but I have never had this happen with any other R function. |
I have already fix this bug for the next update. |
When can we expect the next update on CRAN? Is it possible to make the development version available on Github in the meantime? I see that it is still only version 1.9.9 that is available on Github (same as on CRAN). |
I don't know... Download github version. I have fix it. |
Thanks. A suggestion would be to follow the naming conventions for development versions of a package, e.g. 1.9.9.9001. See here. Otherwise people will assume that version 1.9.9 on Github is identical to version 1.9.9 on CRAN. |
rowOrder() still causes a crash, i used the github version Error: C stack usage 7971028 is too close to the limit |
That's doesn't make any sense. I have the same version of rowOrder for a
long time. Could you please kindly check it again?
Στις Σάβ, 30 Ιαν 2021, 18:25 ο χρήστης nassuphis <notifications@github.com>
έγραψε:
… rowOrder() still causes a crash, i used the github version
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANPP3FMUSSQCX7MVOJFRWU3S4QXH7ANCNFSM4LQPLCGQ>
.
|
on it. will report back once i have a repeatable example. |
using the rowMins function causes the 'Rsession' process to become unstable. Within a short period of time after using rowMins, R becomes unresponsive without obvious reason. It always happens upon execution of a statement, but it doesn't seem exactly reproducable i.e. sometimes the same run of statements may run fine, while other times it hangs immediately.
This problem makes this package unusable in my case.
This problem occurred with the latest version of base (3.6.3) installed on macOS 10.15.2 with the following packages loaded:
The text was updated successfully, but these errors were encountered: