Skip to content
Prev 12439 / 63461 Next

optim-Bug (PR#6720)

kestler@neuro.informatik.uni-ulm.de writes:
I have this down to the use of R_alloc in the vect() function (line
40, optim.c). Replacing with S_alloc (which zeros memory) removes the
issue for me on this machine and on the Opteron. Could you please
verify on other platforms? And if anyone actually understands the code
could you verify that it makes sense to require the workspace to be
initialized?