-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Greetings!
I try to launch "contamMix", but I have encountered with a problem. The program can be launch with input not more than 13 reads, another way it returns an malfunction, which is below:
`
*** caught segfault ***
address (nil), cause 'memory not mapped'
Traceback:
1: x_gibbs.step(y, mcmcProp, alpha)
2: x_runChain(y, nIter, alpha, recordAll)
3: FUN(X[[i]], ...)
4: lapply(X = X, FUN = FUN, ...)
5: parallel::mclapply(1:nChains, function(i) (x_runChain(y, nIter, alpha, recordAll)))
6: runChains(nChains = opt$nChains, nIter = opt$nIter, data = data, alpha = opt$alpha)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault (core dumped)
`
If you will have a time, let me know, what is wrong, and how to fix that.
Best regards,
Schvartsman!