Displaying 5 results from an estimated 5 matches for "unusual_and_fault".
Did you mean:
unusual_and_faults
2005 Apr 30
2
(PR#7826) segfault during build of 2.1.0 on RH9; print.POSIXct
...his *twice*, as PR#7826 and PR#7827? Please don't
be so careless of the volunteers' time.
2) > print.POSIXct
function (x, ...)
{
print(format(x, usetz = TRUE, ...), ...)
invisible(x)
}
is definitely *not* implicated. (Use of ... in two places is correct.)
3) On FC3:
> unusual_and_faults
Error: protect(): protection stack overflow
> format(unusual_and_faults)
Error: protect(): protection stack overflow
> as.POSIXlt(unusual_and_faults)
Error: protect(): protection stack overflow
which is what should happen. It looks like RH9 has an inadequate stack
size for the new recursi...
2005 Apr 30
0
(PR#7826) Re: ... print.POSIXct .. infinite recursion
...../bin/R --vanilla
Jskud> R : Copyright 2005, The R Foundation for Statistical Computing
Jskud> Version 2.1.0 (2005-04-18), ISBN 3-900051-07-0
<....>
>> unusual_but_ok <- c.POSIXlt(character(0))
>> unusual_but_ok
Jskud> character(0)
>> unusual_and_faults <- c.POSIXct(character(0))
>> unusual_and_faults
Jskud> Segmentation fault
Jskud> Running this test program under gdb, we find that we're running off the
Jskud> end of the stack, with 4222 stack frames showing -- apparently in an
Jskud> infinite recurs...
2005 Apr 30
1
segfault during build of 2.1.0 on RH9; print.POSIXct implicated (PR#7827)
...publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.
> unusual_but_ok <- c.POSIXlt(character(0))
> unusual_but_ok
character(0)
> unusual_and_faults <- c.POSIXct(character(0))
> unusual_and_faults
Segmentation fault
Running this test program under gdb, we find that we're running off the
end of the stack, with 4222 stack frames showing -- apparently in an
infinite recursion -- "as.character" shows up every 69 functi...
2005 May 01
0
Re: (PR#7826) ... segfault during build of 2.1.0 on RH9; print.POSIXct ...
...PR#7827)
> From: Peter Dalgaard <p.dalgaard@biostat.ku.dk>
> Date: 30 Apr 2005 12:18:56 +0200
> Lines: 73
>
> Jskud@jskud.com writes:
> > > unusual_but_ok <- c.POSIXlt(character(0))
> > > unusual_but_ok
> > character(0)
> > > unusual_and_faults <- c.POSIXct(character(0))
> > > unusual_and_faults
> > Segmentation fault
> >
> > Running this test program under gdb, we find that we're running off the
> > end of the stack, with 4222 stack frames showing -- apparently in an
> > infinite re...
2005 Apr 30
0
segfault during build of 2.1.0 on RH9; print.POSIXct implicated (PR#7826)
...publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.
> unusual_but_ok <- c.POSIXlt(character(0))
> unusual_but_ok
character(0)
> unusual_and_faults <- c.POSIXct(character(0))
> unusual_and_faults
Segmentation fault
Running this test program under gdb, we find that we're running off the
end of the stack, with 4222 stack frames showing -- apparently in an
infinite recursion -- "as.character" shows up every 69 functi...