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: ---cut here---start-- 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 murdoch.dun...@gmail.com 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

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

2010-04-23 Thread Sebastian P. Luque
On Fri, 23 Apr 2010 13:31:14 +0200, Uwe Ligges lig...@statistik.tu-dortmund.de 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 __

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 lig...@statistik.tu-dortmund.de 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

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 lig...@statistik.tu-dortmund.de wrote: Works for me, both under Windows (32 and 64 bit) and Linux, although I have not package slmisc

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

2010-04-23 Thread Sebastian P. Luque
On Fri, 23 Apr 2010 16:03:15 +0200, peter dalgaard pda...@gmail.com 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

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 lig...@statistik.tu-dortmund.de wrote: Works for me, both under Windows (32 and 64

[Rd] segfault with format.POSIXct()

2010-04-22 Thread Sebastian P. Luque
Hi, I'm getting a segmentation fault as follows: ---cut here---start-- 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.trunc -