Node:3.9 Known Problems, Previous:3.9 Bugs Fixed, Up:3.9 Changes
library(bdb)
, library(tcltk)
) can only be loaded by one
SICStus run-time in the same process. The second run-time that attempts to load e.g.
library(bdb)
, will raise an exception. This only affects code
that loads several SICStus run-times (e.g. using the Java interface).