Closed tdeenes closed 9 years ago
Actually, your problem is as the same as the issue #3: print a non-existent GDS node, which was deleted or created by other (forked) process.
I will try to fix this problem before the next release of Bioconductor (Oct).
The call
.Call(gdsNodeValid, x)
inprint.gdsn.class
crashes the R session ifx
is a previously deleted node.