search for: r_loadprofile

Displaying 6 results from an estimated 6 matches for "r_loadprofile".

2013 May 25
0
segfault when using browser() in Rprofile.site
...iosupport.c:135) ==31314== by 0x4D3C5C: Rf_ReplIteration (main.c:222) ==31314== by 0x4D4047: R_ReplConsole (main.c:307) ==31314== by 0x4D4353: do_browser (main.c:1137) ==31314== by 0x4B1E86: Rf_eval (eval.c:639) ==31314== by 0x4D22F0: R_ReplFile (main.c:101) ==31314== by 0x4D23FF: R_LoadProfile (main.c:663) ==31314== by 0x4D2965: setup_Rmainloop (main.c:892) ==31314== by 0x4D4558: Rf_mainloop (main.c:992) ==31314== by 0x41A4D7: main (Rmain.c:32) ==31314== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==31314== *** caught segfault *** address (nil), caus...
2010 Mar 05
2
[PATCH] R ignores PATH_MAX and fails in long directories (PR#14228)
...,9 @@ } if (strcmp(R_GUIType, "Tk") == 0) { - char buf[256]; + char buf[PATH_MAX]; - snprintf(buf, 256, "%s/library/tcltk/exec/Tk-frontend.R", R_Home); + snprintf(buf, PATH_MAX, "%s/library/tcltk/exec/Tk-frontend.R", R_Home); R_LoadProfile(R_fopen(buf, "r"), R_GlobalEnv); }
2003 Apr 28
1
Red Hat 9 regex symbol conflict
...map () from /lib/tls/libc.so.6 #2 0x403fcb3c in Rf_regcomp (preg=0xbfffb0e0, pattern=0x8ba68a0 "[[:blank:]]*([[:alnum:]]+)", cflags=0) at regex.c:5729 {...snipped...] #32 0x403b1015 in R_ReplFile (fp=0x83250d8, rho=0x8321e30, savestack=0, browselevel=0) at main.c:80 #33 0x403b17aa in R_LoadProfile (fparg=0x0, env=0x8321e30) at main.c:385 #34 0x403b1984 in setup_Rmainloop () at main.c:503 #35 0x4045c78f in Rf_initEmbeddedR (argc=4, argv=0xbfffcdb0) at system.c:332 From the backtrace it is apparent that re_compile_fastmap() is being resolved to /lib/tls/libc.so.6 instead of the function by...
1998 Jul 27
1
R-beta: R has underflows on sparc-redhat-linux
...val.c:165 #6 0x3b370 in do_set (call=0x50550804, op=0x502cf7c4, args=0x505507f0, rho=0x502cf008) at eval.c:749 #7 0x39f5c in eval (e=0x50550804, rho=0x502cf008) at eval.c:156 #8 0x42648 in R_ReplFile (fp=0x105eb8, rho=0x502cf008, savestack=0, browselevel=0) at main.c:169 #9 0x429a0 in R_LoadProfile (fp=0x105eb8) at main.c:317 #10 0x42b7c in mainloop () at main.c:407 #11 0x8b254 in main (ac=0, av=0xeffff4d4) at system.c:498 (gdb) p y $1 = 7.4583407312002067e-155 (gdb) Although I understand what the cause of the problem is, I'm not sure what the correct thing to do to enable underflow tra...
2000 Mar 07
4
Error compiling R on RS6000 (PR#475)
Full_Name: Paul Gutwin Version: R-1.0.0 OS: AIX 4.2.1 Submission from: (NULL) (198.133.22.67) R-1.0.0 fails to compile. I'm using the config.cache file from a successful compliation of R-0.65.0 (prob #290, fixed thanks to Thomas Vogels @ CMU). Compiling R-1.0.0 fails with the following error messages: make Target "R" is up to date. gcc -I. -I../include -I../../src/include
2009 Sep 16
4
2.10.0 Under development (unstable) (2009-09-15 r49711) just built segfaults on Debian Squeeze
I just downloaded R-devel and when loaded it immediately segfaults. I'm not sure how much or what sort of diagnostic info and can provide, but below is my build script, my console output, and the output of uname -r. I am currently dependent on the development version of a package, so I'd like to get R-devel up and running if possible. I am sure there is more info I can provide, but before