Displaying 1 result from an estimated 1 matches for "7c911e58".
2005 Jun 27
2
R v2.1.1 for Windows and "non-reproducible" crashes
...lt;- tempdir()
Rdoc$compile(rdocFile, destPath=destPath)
rdFiles <- list.files(destPath, full.names=TRUE)
print(rdFiles)
file.show(rdFiles[1])
file.remove(rdFiles)
For me it crashes when it gets to the Rdoc$compile() line and Dr. Mingw
reports:
Rterm.exe caused an Access Violation at location 7c911e58 in module
ntdll.dll Reading from location 52474f52.
Registers:
eax=003efa18 ebx=003e0000 ecx=52474f52 edx=502f3a43 esi=003efa10
edi=003efa48
eip=7c911e58 esp=00228c10 ebp=00228c1c iopl=0 nv up ei pl zr na
po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000
efl=00000246
Call sta...