Displaying 20 results from an estimated 4883 matches for "evals".
Did you mean:
vals
2017 Jun 27
0
Seg Fault memory violation
Greetings all,
Recently ran into a seg fault the keeps reoccurring whenever R-java is used (I believe). Not sure if this is an R issue or an openjdk issue so I'm trying to cover all bases with this report. I tried downgrading R version from 3.4.0 to 3.3.3 with the same results. Also tried downgrading java version from 1.8 to 1.7 with no luck. Running on a fully updated CentOS 7 x86_64,
2006 Aug 01
6
warning and errors
i got my app to run fine on one server, but I moved it to another and huge
problem started....
I''ve been trying various things for 3 hours now, I can''t get it to work....
I am getting this error.
Exception `TypeError'' at (eval):542 - superclass mismatch for class NotFound
I am using the same camping.rb, apps starts in CGI but not in
Apache/FastCGI.
while it works fine
2003 Mar 18
0
all.rda again
After a clean download of R-devel, I do not get the same error
anymore involving dataClass when dumping, but I do get
dumping R code in package 'methods'
initializing class and method definitions now ...make[1]: ***
[../../../library/methods/R/all.rda] Error 139
make: *** [all] Error 2
If I move to src/library/methods and do
setenv R_DEFAULT_PACKAGES NULL
../../../bin/R --vanilla
2001 Aug 09
2
Printing AND memory
Does anyone know why I am getting an error message about "insufficient
memory" when I try to print from wine? I am running Lotus Notes 5.0.6.
Thanks
Richard
2020 Feb 10
3
[nbdkit PATCH] eval: Allow user override of 'missing'
A comment in the code mentioned something that didn't actually work,
but which can be useful for user-directed logging of what other
callbacks they might want to implement.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
I haven't pushed this one, becuase I'm not sure if we want it; but it
was easy enough to whip together after an IRC question earlier today.
2003 Mar 17
1
R-devel on Darwin
I am trying to build R-devel on Darwin with two-level namespaces
and without using --bundle_loader path/to/R.bin, so that all symbols
must come from libR.dylib. This goes well, until during the methods
package build all.rda must be made from all.R. Then I get
dumping R code in package 'methods'
Error: Object "dataClass" not found
Execution halted
I can get past this point by
2019 Feb 27
2
Intermittent crashes with inset `[<-` command
...by 0x502ADCD: VectorSubset (subset.c:198)
==4711== by 0x502ADCD: do_subset_dflt (subset.c:823)
==4711== by 0x502BE90: do_subset (subset.c:661)
==4711== by 0x4F7741C: Rf_eval (eval.c:691)
==4711== by 0x4F7BAC3: Rf_evalListKeepMissing (eval.c:2955)
==4711== by 0x50200CB: R_DispatchOrEvalSP (subassign.c:1535)
==4711== by 0x50200CB: do_subassign (subassign.c:1567)
==4711== by 0x4F66398: bcEval (eval.c:6795)
==4711== by 0x4F7D86D: R_compileAndExecute (eval.c:1407)
==4711== by 0x4F7DA70: do_for (eval.c:2185)
==4711== by 0x4F7741C: Rf_eval (eval.c:691)
==4711== by 0x4FA...
2006 May 09
1
Seg fault when installing package from bad repository
> install.packages("rggobi", repos="http://ggobi.org/r/")
Warning in install.packages("rggobi", repos = "http://ggobi.org/r/") :
argument 'lib' is missing: using /Users/hadley/Library/R/library/
Reading symbols for shared libraries . done
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at
2000 Oct 04
0
2.2.0p1 chroot patch
Hi there, everyone;
Attached to this mail is the 2.2.0p1 version of my chroot patch.
For those of you interested, my usual warning: This is NOT plug&pray.
You'll have to build a whole binaries/libs/conf files tree within the new
root. (it's just like the "classic" anonymous ftp behaviour)
Configure with "configure --with-chroot" to use.
Regards;
RC
--
2000 Aug 26
0
New chroot patch, for 2.1.1p4
Hi there, everybody;
As promised, here's the new version for my chroot patch.
It applies cleanly over OpenSSH 2.1.1p4, and I'm attaching 2 versions:
- openssh-2.1.1p4-chroot.patch-wc, is the chroot patch plus
a "--with-chroot" patch for the "configure" script.
- openssh-2.1.1p4-chroot.patch, is the same without the
"--with-chroot" part.
Have fun,
2003 Apr 16
0
vignette segfault bt
The released version of R-1.7.0 builds and checks fine on Mandrake 9.1, but I am
still having trouble with my vignettes and sweave causing segfaults.
Unfortunately the segfaults with the release version are happening in tests
where I have much more difficulty trapping them. I did also build
R-1.7.0beta_2003-04-16 this morning, and for that the segfaults occurred in a
test which is much easier for
2019 Feb 27
0
Intermittent crashes with inset `[<-` command
...bset (subset.c:198)
> ==4711== by 0x502ADCD: do_subset_dflt (subset.c:823)
> ==4711== by 0x502BE90: do_subset (subset.c:661)
> ==4711== by 0x4F7741C: Rf_eval (eval.c:691)
> ==4711== by 0x4F7BAC3: Rf_evalListKeepMissing (eval.c:2955)
> ==4711== by 0x50200CB: R_DispatchOrEvalSP (subassign.c:1535)
> ==4711== by 0x50200CB: do_subassign (subassign.c:1567)
> ==4711== by 0x4F66398: bcEval (eval.c:6795)
> ==4711== by 0x4F7D86D: R_compileAndExecute (eval.c:1407)
> ==4711== by 0x4F7DA70: do_for (eval.c:2185)
> ==4711== by 0x4F7741C: Rf_eval (eval.c:...
2019 Feb 26
8
Intermittent crashes with inset `[<-` command
The following code crashes after about 300 iterations on my?x86_64-w64-mingw32?machine on R 3.5.2 --vanilla.??
Others have duplicated this (see?https://github.com/tidyverse/magrittr/issues/190?if necessary), but I don't know how machine/OS-dependent it may be.??
If it doesn't crash for you, please try increasing the length of the x vector.
Substituting the commented-out line for the one
2003 Mar 23
12
Shorewall 1.4.1
This is a minor release of Shorewall.
WARNING: This release introduces incompatibilities with prior releases.
See http://www.shorewall.net/upgrade_issues.htm.
Changes are:
a) There is now a new NONE policy specifiable in
/etc/shorewall/policy. This policy will cause Shorewall to assume that
there will never be any traffic between the source and destination
zones.
b) Shorewall no longer
2003 May 21
1
gastman segmentation fault when pressing 'enter' in a command win dow
Gastman (cvs 05/21/03) coredumps when entering an empty (or any other)
command in a command window.
The backtrace follows...
...
---Type <return> to continue, or q <return> to quit---
Reading symbols from /usr/lib/gtk/themes/engines/libraleigh.so...done.
Loaded symbols for /usr/lib/gtk/themes/engines/libraleigh.so
Reading symbols from
2003 Apr 21
0
sweave provoked segfault (PR#2809)
This problem is with R 1.7.0 (as released) on Linux and Solaris. Details below
are from Linux, Mandrake 9.1. The problem also happened with R 1.6.2 and on
Mandrake 9.0.
Vignettes often (for me) provokes problems with the misleading error message:
* creating vignettes ... ERROR
Error in sub(pattern, replacement, x, ignore.case, extended) :
invalid argument
Error in buildVignettes(dir =
2006 Oct 19
0
Memory leak
This is a followup to the R-help thread, "Error: STRING_ELT() can only
be applied to a 'character vector', not a 'builtin'". Thanks to Prof.
Brian Ripley for suggesting the use of gctorture and valgrind. I am
getting segmentation faults that appear to come from a memory leak.
I now have a reproducible example (below). It requires the "g.data"
package
2020 Feb 10
0
Re: [nbdkit PATCH] eval: Allow user override of 'missing'
On Mon, Feb 10, 2020 at 01:44:14PM -0600, Eric Blake wrote:
> A comment in the code mentioned something that didn't actually work,
> but which can be useful for user-directed logging of what other
> callbacks they might want to implement.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
>
> I haven't pushed this one, becuase I'm not sure if we
1999 Jul 02
2
segfault on Sparc Linux (RH6.0)
We are having problems building R on Red Hat Linux 6.0/Sparc.
R compiles with no problem but then it fails "make tests".
Specifically, the line
eigen(cbind(-1,c(1:2,0),0:2)) # complex values
causes a segmentation fault. Previous versions of Red Hat Linux
did not give this problem.
The eigen() function is one of the rare cases in the base library where
Fortran code is called via the
2009 Jan 28
1
evaluation revisited
I'm still going over old emails and trying to get my head around
evaluation so I'm persistent if nothing else.
A while back , an expert sent me below as an exercise in understanding
and I only got around to it tonight. I understand some of the output but
not all of it and I put "Why not Zero ?" next to the ones that I don't
understand based on my reading of the various