Displaying 5 results from an estimated 5 matches for "jskud".
2005 Apr 30
0
(PR#7826) Re: ... print.POSIXct .. infinite recursion
Thank you, Jskud.
I can reproduce your problem, though not the
seg.fault, see below
>>>>> "Jskud" == Jskud <Jskud@Jskud.com>
>>>>> on Sat, 30 Apr 2005 09:04:03 +0200 (CEST) writes:
Jskud> In attempting to build R using rpmbuild --rebuild
Jskud> R-2...
2005 May 01
0
Re: (PR#7826) ... segfault during build of 2.1.0 on RH9; print.POSIXct ...
...se was attached to (PR#7827), which
Prof Brian Ripley moved to the trashcan, as was appropriate.
I've taken the liberty of responding to PR#7826 (including your reply,
below) to have your helpful response (specifically, the unclass
suggestion) associated with the representative bug number.
/Jskud
>------ Begin Included Message ------
> To: Jskud@Jskud.com
> Cc: r-devel@stat.math.ethz.ch, R-bugs@biostat.ku.dk
> Subject: Re: [Rd] segfault during build of 2.1.0 on RH9; print.POSIXct implicated (PR#7827)
> From: Peter Dalgaard <p.dalgaard@biostat.ku.dk>
> Date: 30 Apr 2...
2005 Apr 30
2
(PR#7826) segfault during build of 2.1.0 on RH9; print.POSIXct
...): protection stack overflow
which is what should happen. It looks like RH9 has an inadequate stack
size for the new recursion limits of R 2.1.0. This is nothing whatsoever
to do with print.POSIXct.
The problem is in fact in c.POSIXct which is not checking its arguments.
On Sat, 30 Apr 2005 Jskud@jskud.com wrote:
> In attempting to build R using
>
> rpmbuild --rebuild R-2.1.0-0.fdr.2.fc3.src.rpm
>
> on a fairly up-to-date RedHat 9 system (that is, with patches installed
> through May 1 2004), it failed at the make check-all step.
>
> The problem was reproducible by...
2005 Apr 30
1
segfault during build of 2.1.0 on RH9; print.POSIXct implicated (PR#7827)
...setz=TRUE, ...), ...)
invisible(x)
}
print.POSIXlt <- function(x, ...)
{
print(format(x, usetz=TRUE), ...)
invisible(x)
}
Note the suspicious definition of print.POSIXct using *two* sets of
ellipses, and that the print.POSIXct and print.POSIXlt definitions no
longer match.
/Jskud
--please do not edit the information below--
Version:
platform = i686-pc-linux-gnu
arch = i686
os = linux-gnu
system = i686, linux-gnu
status =
major = 2
minor = 1.0
year = 2005
month = 04
day = 18
language = R
[]
2005 Apr 30
0
segfault during build of 2.1.0 on RH9; print.POSIXct implicated (PR#7826)
...setz=TRUE, ...), ...)
invisible(x)
}
print.POSIXlt <- function(x, ...)
{
print(format(x, usetz=TRUE), ...)
invisible(x)
}
Note the suspicious definition of print.POSIXct using *two* sets of
ellipses, and that the print.POSIXct and print.POSIXlt definitions no
longer match.
/Jskud
--please do not edit the information below--
Version:
platform = i686-pc-linux-gnu
arch = i686
os = linux-gnu
system = i686, linux-gnu
status =
major = 2
minor = 1.0
year = 2005
month = 04
day = 18
language = R
[]