Displaying 2 results from an estimated 2 matches for "hashash".
Did you mean:
hashcash
2004 Jul 17
2
gsub(*, perl=TRUE) bug incl. seg.fault (PR#7108)
...-> segmentation fault
and from "R -d gdb" :
> gsub(" ", "", "a: 12345 :a", perl=TRUE)
Program received signal SIGSEGV, Segmentation fault.
hashIndex (symbol=0x8fd0060, table=0x823f2b8) at
../../../R/src/main/envir.c:599
599 if( !HASHASH(c) ) {
(gdb) bt
#0 hashIndex (symbol=0x8fd0060, table=0x823f2b8)
at ../../../R/src/main/envir.c:599
#1 0x080b145d in R_GetGlobalCache (symbol=0x1)
at ../../../R/src/main/envir.c:656
#2 0x080b1ac1 in findGlobalVar (symbol=0x8fd0060)
at ../../../R/src/main/envir.c:923
#3 0x...
2000 Sep 19
1
bug.report("unused argument(s) crash R when options(error=quote (PR#663)
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
# r-bugs@biostat.ku.dk
#
######################################################
Hello!
I have observed a curious problem with the Windows version of R.
> version