Skip to content

core dump

5 messages · Alvaro A. Novo, Michael Lapsley, Peter Dalgaard

#
Michael Lapsley <mlapsley at ndirect.co.uk> writes:
Ouch!
Yes, or arguments to same to be precise:

406                 errorcall(call,"invalid \"log=%s\" specification",*p);
(gdb) p p
$1 = 0x40781a28 "Y"
(gdb) p *p
$2 = 89 'Y'

I.e., one needs 'p', not '*p' in there. Thanks. Will fix.
#
On Mon, 18 Oct 1999, you wrote:
I actually tried it (also 0.65.1 on SuSE 6.1) and got the same error message,
but when I tried to call R again I got an additional error message:
Segmentation fault

anovo at friedman 425 > R 

R : Copyright 1999, The R Development Core Team
Version 0.65.1 Release (October 07, 1999)

(ommitted)

Error: unresolved node during restore
Fatal error: unable to restore saved data
 (remove .RData or increase memory)

(I don't have large datasets, only a couple of 25x5 matrices). I have retried
and still get the same error message.

Alvaro


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Here is a nasty one:  (0.65.1 on linux)
Segmentation fault (core dumped)
[ml at athome ml]$

Seems the bug is in errorcall().

yes, I know the syntax is wrong, but it is an easy mistake
to make and it is inconvenient to lose the work space at times.

Michael
----------------------------------
E-Mail: Michael Lapsley <mlapsley at ndirect.co.uk>
Date: 18-Oct-99
Time: 00:39:06

This message was sent by XFMail
----------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
I will send it directly to you, and gladly to other people upon request.
No, unfortunately it does not work. Here's the error message (similar to
the previous one):
Error in load(file, envir) : unable to open file

Alvaro A. Novo
R-0.65.1
Linux SuSE 6.1
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
"Alvaro A. Novo" <novo at uiuc.edu> writes:
Not nice. Would it be possible for you to send your .RData file to us
or place it somewhere where we can get at it?

BTW: does it work if you move .RData to another name, start R and
load() the file in?