Systemic2 icon indicating copy to clipboard operation
Systemic2 copied to clipboard

Crash when doing error estimates

Open NairdaK opened this issue 6 years ago • 0 comments

Hi,

whenever I try to do an error estimation, I run into a console crash. This happens with bootstrap as well as with MCMC.

I use: Systemic 2.2000 on openSUSE 42.3 (x86_64), and my R version is 3.3.1 (2016-06-21).

Here in the following is my command together with the error:

=> k$errors <- kbootstrap(k, trials = 5000, print=TRUE)

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

Traceback: 1: .dyncall.default(<pointer: 0x7f7062e77720>, "piiiid)<ok_list>", ...) 2: K_bootstrap(k$h, trials, warmup, algo, min_iter, NULL) 3: kbootstrap(k, trials = 5000, print = TRUE) An irrecoverable exception occurred. R is aborting now ...

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

Traceback: 1: .dyncall.default(<pointer: 0x7f7062e77720>, "piiiid)<ok_list>", ...) 2: K_bootstrap(k$h, trials, warmup, algo, min_iter, NULL) 3: kbootstrap(k, trials = 5000, print = TRUE) An irrecoverable exception occurred. R is aborting now ...

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

Traceback: 1: .dyncall.default(<pointer: 0x7f7062e77720>, "piiiid)<ok_list>", ...) 2: K_bootstrap(k$h, trials, warmup, algo, min_iter, NULL) 3: kbootstrap(k, trials = 5000, print = TRUE) An irrecoverable exception occurred. R is aborting now ...

Maybe anyone can give me a hint, how to trace down the source of the error?

Thanks, Adrian

NairdaK avatar Dec 18 '18 13:12 NairdaK