Re: [Rd] Segfault when performing match on POSIXlt object

2018-09-01 Thread Marco Giuliano
Thanks a lot ! Best, Marco On Sat, Sep 1, 2018 at 2:48 PM Kurt Hornik wrote: > > Marco Giuliano writes: > > Thanks. Should be fixed in the trunk with c75224: will close the PR > after more testing. > > Best > -k > > > Bug report submitted : > >

Re: [Rd] Segfault when performing match on POSIXlt object

2018-09-01 Thread Kurt Hornik
> Marco Giuliano writes: Thanks. Should be fixed in the trunk with c75224: will close the PR after more testing. Best -k > Bug report submitted : > https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17459 > Thanks! > On Fri, Aug 31, 2018 at 6:48 PM Martin Maechler > wrote: >> >

Re: [Rd] Segfault when performing match on POSIXlt object

2018-08-31 Thread Martin Maechler
> Marco Giuliano > on Fri, 31 Aug 2018 16:50:56 +0200 writes: > Hi Martin, should I file a formal bug report somewhere or > you've already done it ? No, I haven't, and as I may not address this bug further myself (in the near future), it may be best if you file a formal

Re: [Rd] Segfault when performing match on POSIXlt object

2018-08-31 Thread Marco Giuliano
Hi Martin, should I file a formal bug report somewhere or you've already done it ? On Fri, Aug 31, 2018 at 4:04 PM Martin Maechler wrote: > > Martin Maechler on Fri, 31 Aug 2018 16:00:07 +0200 writes: > > > Marco Giuliano on Fri, 31 Aug 2018 08:53:02 +0200 writes: > > >> Hi All, I

Re: [Rd] Segfault when performing match on POSIXlt object

2018-08-31 Thread Martin Maechler
> Martin Maechler on Fri, 31 Aug 2018 16:00:07 +0200 writes: > Marco Giuliano on Fri, 31 Aug 2018 08:53:02 +0200 writes: >> Hi All, I found a possible unexpected behavior when >> performing match/%in% on POSIXlt objects, e.g. : >> d <- as.POSIXlt('2018-01-01') >> #

Re: [Rd] Segfault when performing match on POSIXlt object

2018-08-31 Thread Martin Maechler
> Marco Giuliano > on Fri, 31 Aug 2018 08:53:02 +0200 writes: > Hi All, I found a possible unexpected behavior when > performing match/%in% on POSIXlt objects, e.g. : > d <- as.POSIXlt('2018-01-01') > # match(,) --> segfault match(0,d) > # consequently

[Rd] Segfault when performing match on POSIXlt object

2018-08-31 Thread Marco Giuliano
Hi All, I found a possible unexpected behavior when performing match/%in% on POSIXlt objects, e.g. : d <- as.POSIXlt('2018-01-01') # match(,) --> segfault match(0,d) # consequently also this fails : 0 %in% d REPORTED ERROR ON LINUX: *** caught segfault *** address 0x16dc2, cause