search for: process_nod

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

Did you mean: process_id
2011 Aug 26
2
read.table segfaults
> fil2s <- read.table("../Data/fil2_s.txt", header = FALSE, sep = "\t") Program received signal SIGSEGV, Segmentation fault. 0x000000000041c2e1 in RunGenCollect (size_needed=8192000) at memory.c:1514 1514 PROCESS_NODES(); (gdb) > sessionInfo() R version 2.13.1 Patched (2011-08-25 r56798) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=C LC_MESSAGES=en_US.UTF-8 [7] LC_P...
2008 Oct 03
1
Memory crash
...G?ran ------------------------------------------------------------------- > glmmboot(y ~ x, cluster = cluster, data = res$dat, family = binomial, boot = 400) Program received signal SIGSEGV, Segmentation fault. 0x000000000041a817 in R_gc_internal (size_needed=3000) at memory.c:1317 1317 PROCESS_NODES(); (gdb) where #0 0x000000000041a817 in R_gc_internal (size_needed=3000) at memory.c:1317 #1 0x000000000041c31c in Rf_allocVector (type=14, length=3000) at memory.c:1968 #2 0x000000000052a647 in duplicate1 (s=0x20cb4a0) at duplicate.c:214 #3 0x00000000004e1775 in do_makelist (call=<va...
2003 Apr 21
0
sweave provoked segfault (PR#2809)
...R. library(tools) > > library(tools) > gctorture() > checkVignettes(dir='/home/paul/dse/src/pac/monitor', workdir = 'cur', keepfiles=TRUE) Program received signal SIGSEGV, Segmentation fault. 0x080c1598 in RunGenCollect (size_needed=0) at memory.c:1210 1210 PROCESS_NODES(); (gdb) bt #0 0x080c1598 in RunGenCollect (size_needed=0) at memory.c:1210 #1 0x080c3089 in R_gc_internal (size_needed=0) at memory.c:1865 #2 0x080c27fe in Rf_cons (car=0xbfffbf40, cdr=0x81f65a0) at memory.c:1534 #3 0x08097e35 in Rf_duplicate (s=0x8324ff0) at duplicate.c:108 #4 0x080c9abf i...
2006 Dec 12
2
Segfault in pure R code
I just caught a segfault: > courses("Ingrid") *** caught segfault *** address 0x99b279c, cause 'memory not mapped' Traceback: 1: structure(y, class = oldClass(x), row.names = attr(x, "row.names")) 2: `[.data.frame`(gudata, -(1:5)) 3: gudata[-(1:5)] 4: names(gudata[-(1:5)]) 5: inherits(x, "factor") 6: is.factor(table) 7: match(x, table, nomatch =
2006 Dec 12
2
Segfault in pure R code
I just caught a segfault: > courses("Ingrid") *** caught segfault *** address 0x99b279c, cause 'memory not mapped' Traceback: 1: structure(y, class = oldClass(x), row.names = attr(x, "row.names")) 2: `[.data.frame`(gudata, -(1:5)) 3: gudata[-(1:5)] 4: names(gudata[-(1:5)]) 5: inherits(x, "factor") 6: is.factor(table) 7: match(x, table, nomatch =
2009 Sep 30
2
R 2.9.2 crashes when sorting latin1-encoded strings
Hi everyone! I think I stumbled over a bug in the latest R 2.9.2 patched for OS X: > R version 2.9.2 Patched (2009-09-24 r49861) > i386-apple-darwin9.8.0 When I try to sort latin1-encoded character vectors, R sometimes crashes with a segmentation fault. I'm running OS X 10.5.8 and have observed this behaviour both with the i386 and x86_64 builds, in the R.app GUI as well as on