Re: [Rd] Repeated segfault at installing sysdata.rda with clang/san build

2022-12-18 Thread Dirk Eddelbuettel
Very nice follow-up, Simon. On 19 December 2022 at 13:57, Simon Urbanek wrote: | This crashes unceremoniously in glibc: | | > tools:::sysdata2LazyLoadDB("./R/sysdata.rda","../../../library/tools/R") | xdrmem_create(0x7ffdf19699e0, 0x7ffdf1969ba0, 4) | | Program received signal SIGSEGV, Segment

Re: [Rd] Repeated segfault at installing sysdata.rda with clang/san build

2022-12-18 Thread Simon Urbanek
This crashes unceremoniously in glibc: > tools:::sysdata2LazyLoadDB("./R/sysdata.rda","../../../library/tools/R") xdrmem_create(0x7ffdf19699e0, 0x7ffdf1969ba0, 4) Program received signal SIGSEGV, Segmentation fault. 0x in ?? () (gdb) bt #0 0x in ?? () #1 0x5

[Rd] Repeated segfault at installing sysdata.rda with clang/san build

2022-12-18 Thread Dirk Eddelbuettel
I have maintained two SAN/UBSAN builds (one gcc, one clang) for many years (even though I also happily use Winston's newer/bigger container and generally recommend its use) and still have GitHub actions build them on a weekly schedule (as they follow r-devel). The clang one started to fail a lit