Displaying 5 results from an estimated 5 matches for "do_fileinfo".
2013 Mar 06
0
do_fileinfo / file.info test for file IS directory during package load pointlessly stresses NIS by getting username / group info
...0x00007ffff58df0a2 in yp_match () from /lib64/libnsl.so.1
#9 0x00007ffff5af5f79 in _nss_nis_getpwuid_r () from /lib64/libnss_nis.so.2
#10 0x00007ffff6eb040c in getpwuid_r@@GLIBC_2.2.5 () from /lib64/libc.so.6
#11 0x00007ffff6eafc6f in getpwuid () from /lib64/libc.so.6
#12 0x00007ffff7905262 in do_fileinfo (call=<optimized out>, op=<optimized
out>, args=<optimized out>,
rho=<optimized out>) at platform.c:946
#13 0x00007ffff7894f62 in bcEval (body=<optimized out>, rho=<optimized
out>, useCache=<optimized out>)
at eval.c:4444
*R: trace(file.info,b...
2012 Apr 18
1
C - R integration: Memory Issues
...st (nsswitch.c:626)
==2909== by 0x41B3C59: __nss_database_lookup (nsswitch.c:167)
==2909== by 0x59272F8: ???
==2909== by 0x5928CCC: ???
==2909== by 0x416ABA6: getpwuid_r@@GLIBC_2.1.2 (getXXbyYY_r.c:256)
==2909== by 0x416A4ED: getpwuid (getXXbyYY.c:117)
==2909== by 0x439CCB9: do_fileinfo (platform.c:944)
==2909== by 0x43289ED: bcEval (eval.c:4430)
==2909== by 0x4332CA4: Rf_eval (eval.c:397)
==2909== by 0x43377E0: Rf_applyClosure (eval.c:855)
==2909== by 0x432F17E: bcEval (eval.c:4410)
==2909==
==2909== 160 (40 direct, 120 indirect) bytes in 1 blocks are definitely...
2004 Aug 31
1
file.info() on file larger than 2GB
...-devel gives me:
> file.info("data.csv")
size isdir mode mtime ctime atime uid gid uname grname
data.csv NA NA <NA> <NA> <NA> <NA> NA NA <NA> <NA>
I assume this has something to do with the underlying call to `stat'
in `do_fileinfo'.
This alone is not much of a problem but I also can't seem to be able
to open a file connection to the same file. For example,
> con <- file("data.csv")
> open(con, "r")
Error in open.connection(con, "r") : unable to open connection
In addition:...
2011 Mar 18
1
[Patch suggestion] Adding 3rd arg to tempfile() to set extension
...;.png"}.
}
\references{
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
Index: src/main/names.c
===================================================================
--- src/main/names.c (revision 54862)
+++ src/main/names.c (working copy)
@@ -786,7 +786,7 @@
{"file.info", do_fileinfo, 0, 11, 1, {PP_FUNCALL, PREC_FN, 0}},
{"file.access", do_fileaccess, 0, 11, 2, {PP_FUNCALL, PREC_FN, 0}},
{"dir.create", do_dircreate, 0, 11, 4, {PP_FUNCALL, PREC_FN, 0}},
-{"tempfile", do_tempfile, 0, 11, 2, {PP_FUNCALL, PREC_FN, 0}},
+{"tempfile", do_temp...
2013 Apr 29
1
cannot compile R on Cray XE6 HLRS HERMIT
...-lm -lquadmath -lreadline -lncurses -lrt -ldl -lm
../unix/dynload.o: In function `loadLibrary':
dynload.c:(.text+0x68): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
platform.o: In function `do_fileinfo':
platform.c:(.text+0x41cb): warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/lib/../lib64/libreadline.a(complete.o): In function `rl_username_completion_function':
/usr/src/packages/BUI...