You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I fail to see how we can reach the statement that generates the error message. It could be that there is a memory leak that causes it to happen, as reported in ccagc/QDNAseq#123 (comment);
*** caught segfault ***
address (nil), cause 'unknown'
Traceback:
1: diff2(x, differences = diff)
2: sdDiff(x, ..., trim = trim)
The text was updated successfully, but these errors were encountered:
See ccagc/QDNAseq#123, which reports on:
That error message is produced in
checkNames(SEXP x, SEXP s)
at:https://github.com/wch/r-source/blob/b046c0c5273ffb44037a0fde606d203ab773bca1/src/main/attrib.c#L416
The only place where I see
checkNames()
being called is fromnamesgets(SEXP vec, SEXP val)
at:https://github.com/wch/r-source/blob/b046c0c5273ffb44037a0fde606d203ab773bca1/src/main/attrib.c#L994
We call
diff2()
->setNamesDiff()
->namesgets()
in:matrixStats/src/naming.c
Line 56 in 76a9c6c
However, I fail to see how we can reach the statement that generates the error message. It could be that there is a memory leak that causes it to happen, as reported in ccagc/QDNAseq#123 (comment);
The text was updated successfully, but these errors were encountered: