[Rd] segfault with format.POSIXct()

2010-04-22 Thread Sebastian P. Luque
Hi, I'm getting a segmentation fault as follows: ------ R> begt <- as.POSIXct(strptime("10/01/2009 06:00:00", format="%d/%m/%Y %H:%M:%S"), +tz="GMT") R> tser <- seq(begt, by=5, length.out=91000) R> tser.trun

Re: [Rd] segfault with format.POSIXct()

2010-04-23 Thread Uwe Ligges
Works for me, both under Windows (32 and 64 bit) and Linux, although I have not package slmisc attached. Uwe Ligges On 23.04.2010 01:32, Sebastian P. Luque wrote: Hi, I'm getting a segmentation fault as follows: ------ R>

Re: [Rd] segfault with format.POSIXct()

2010-04-23 Thread Duncan Murdoch
On 23/04/2010 7:31 AM, Uwe Ligges wrote: Works for me, both under Windows (32 and 64 bit) and Linux, although I have not package slmisc attached. I've just found that the bug 14267 is related to a POSIXlt formatting bug, so this is likely to be the same thing. Duncan Murdoch Uwe Ligges

Re: [Rd] segfault with format.POSIXct()

2010-04-23 Thread Sebastian P. Luque
On Fri, 23 Apr 2010 07:46:10 -0400, Duncan Murdoch wrote: > On 23/04/2010 7:31 AM, Uwe Ligges wrote: >> Works for me, both under Windows (32 and 64 bit) and Linux, although >> I have not package slmisc attached. > I've just found that the bug 14267 is related to a POSIXlt formatting > bug, so t

Re: [Rd] segfault with format.POSIXct()

2010-04-23 Thread Sebastian P. Luque
On Fri, 23 Apr 2010 13:31:14 +0200, Uwe Ligges wrote: > Works for me, both under Windows (32 and 64 bit) and Linux, although I > have not package slmisc attached. Is this with 2.11.0 ? Thanks. -- Seb __ R-devel@r-project.org mailing list https://st

Re: [Rd] segfault with format.POSIXct()

2010-04-23 Thread peter dalgaard
On Apr 23, 2010, at 2:50 PM, Sebastian P. Luque wrote: > On Fri, 23 Apr 2010 13:31:14 +0200, > Uwe Ligges wrote: > >> Works for me, both under Windows (32 and 64 bit) and Linux, although I >> have not package slmisc attached. > > Is this with 2.11.0 ? Thanks. I'm getting a bit further with b

Re: [Rd] segfault with format.POSIXct()

2010-04-23 Thread Duncan Murdoch
On 23/04/2010 10:03 AM, peter dalgaard wrote: On Apr 23, 2010, at 2:50 PM, Sebastian P. Luque wrote: > On Fri, 23 Apr 2010 13:31:14 +0200, > Uwe Ligges wrote: > >> Works for me, both under Windows (32 and 64 bit) and Linux, although I >> have not package slmisc attached. > > Is this with 2.1

Re: [Rd] segfault with format.POSIXct()

2010-04-23 Thread Sebastian P. Luque
On Fri, 23 Apr 2010 16:03:15 +0200, peter dalgaard wrote: > I'm getting a bit further with bug 14267: On OSX I am NOT seeing it > with R-devel, although it is there with 2.11.0 Patched. > Running with a non-optimized compile, I can get some more information > It is happening on the i-th iterati

Re: [Rd] segfault with format.POSIXct()

2010-04-23 Thread peter dalgaard
On Apr 23, 2010, at 4:17 PM, Duncan Murdoch wrote: > On 23/04/2010 10:03 AM, peter dalgaard wrote: >> On Apr 23, 2010, at 2:50 PM, Sebastian P. Luque wrote: >> >> > On Fri, 23 Apr 2010 13:31:14 +0200, >> > Uwe Ligges wrote: >> > >> Works for me, both under Windows (32 and 64 bit) and Linux, alt