CaSpER icon indicating copy to clipboard operation
CaSpER copied to clipboard

HMM Segmentation Error "memory not mapped"

Open chatterjee89 opened this issue 5 years ago • 3 comments

Hi, can you tell me what might have caused this segmentation fault? I do realize this may not have been a CaSpER issue, but I have no idea what caused this, or how I can find it:

> final.objects <- runCaSpER(object, removeCentromere=T, cytoband=cytoband, method="iterative")
Performing recursive median filtering...
Performing HMM segmentation...

 *** caught segfault ***
address 0x30, cause 'memory not mapped'

Traceback:
 1: aperm(output$xi, c(3, 2, 1))
 2: is.data.frame(x)
 3: colSums(aperm(output$xi, c(3, 2, 1)))
 4: t(colSums(aperm(output$xi, c(3, 2, 1))))
 5: manualSegment(correctOut$copy, chr, autosomes, param, maxiter,     verbose)
 6: HMMsegment(correctOut = rdata, param = object@hmmparam, verbose = F)
 7: PerformSegmentationWithHMM(object, cnv.scale = i, removeCentromere = T,     cytoband = cytoband)
 8: runCaSpER(object, removeCentromere = T, cytoband = cytoband,     method = "iterative")

Thanks for a useful tutorial and otherwise a pretty easy-to-use tool btw!

Regards, Deep

chatterjee89 avatar Dec 23 '20 07:12 chatterjee89

Hi @chatterjee89, I am very sorry about the late reply. Thanks a lot for your interest!

Please let me know if you have resolved the memory issue.

Best, Akdes

akdess avatar Feb 24 '21 20:02 akdess

Hello @akdess I am also facing some issues like @chatterjee89 so can any of you please help me out

singha30 avatar Jun 07 '23 13:06 singha30

Hi @akdess, I am having the same problem.. I made sure that I have enough memory, I use the correct R version, and that the variables and data sets are all in the correct format. Does anyone know how I can resolve this? @chatterjee89 @singha30

anastasija-jakjimovska avatar Sep 01 '24 23:09 anastasija-jakjimovska