We recently started noticing freezes that appear only on 32bit systems
(both linux and windows) with a relatively recent versions of R 3.2.0,
including the RC. It looks like the problem can be traced back to the use
of R_ObjectTables (see R_ext/Callbacks.h)
The problem is a bit difficult to reprod
Hi,
I am embedding R in my C++ application, when I try to
evaluate(""demo(image)"), and run this command, it show a new window to display
a multiple frames image, yet it just flash to the last frame, I have no chance
to view other frames.
I see if I run in the RGUI application, it
On Tue, Apr 14, 2015 at 6:29 PM, Jeroen Ooms wrote:
> Things work as expected up till dbread(), but once the object-table is
> attached, R freezes on 32bit whereas it works as expected on 64bit.
Debugging this some more, it looks like the freeze appears at the very
end of the attach function, whe