Problème d'allocation mémoire avec R

Bonjour,

J’ai un souci d’allocation mémoire avec R (RInside pour être précis) sur une PI3B+, que ce soit en mode TTY ou en X11. Tous packages à jour.
J’ai pris contact avec Dirk Eddelbuettel (mainteneur de R et RInside) qui m’a répondu que le problème n’avait été signalé sur aucune plate-forme.

R est un outil d’analyse statistiques open-source et universellement reconnu.
RInside est un package permettant d’accéder à R à partir du C++.

Lorsque je veux tester un des exemples fournis dans RInside sous valgrind, j’obtiens les erreurs suivantes:
"root@F4:/mnt/Thales/RInside/inst/examples/standard# valgrind ./rinside_sample0
==5756== Memcheck, a memory error detector
==5756== Copyright © 2002-2017, and GNU GPL’d, by Julian Seward et al.
==5756== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
==5756== Command: ./rinside_sample0
==5756==
==5756== Invalid read of size 8
==5756== at 0x486603C: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
==5756== Address 0x70af8f4 is 20 bytes inside a block of size 27 alloc’d
==5756== at 0x4847568: malloc (vg_replace_malloc.c:299)
==5756== by 0x55D27FB: __add_to_environ (setenv.c:215)
==5756== by 0x4850B67: setenv (vg_replace_strmem.c:2043)
==5756== by 0x53347D7: RInside::initialize(int, char const const*, bool, bool, bool) (RInside.cpp:145)*
==5756== by 0x533508F: RInside::RInside(int, char const const*, bool, bool, bool) (RInside.cpp:104)*
==5756== by 0x12483: main (rinside_sample0.cpp:14)
==5756==
==5756== Invalid read of size 8
==5756== at 0x48660E0: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem.so)
==5756== Address 0x8e6fda4 is 36 bytes inside a block of size 43 alloc’d
==5756== at 0x4847568: malloc (vg_replace_malloc.c:299)
==5756== by 0x48F9AC7: R_RegisterDLL (Rdynload.c:633)
==5756== by 0x48FA6C7: AddDLL (Rdynload.c:596)
==5756== by 0x48FA9DB: do_dynload (Rdynload.c:936)
==5756== by 0x49B0183: bcEval (eval.c:6765)
==5756== by 0x49BD6AB: Rf_eval (eval.c:620)
==5756== by 0x49BF347: R_execClosure (eval.c:1780)
==5756== by 0x49C01E7: Rf_applyClosure (eval.c:1706)
==5756== by 0x49B68FF: bcEval (eval.c:6733)
==5756== by 0x49BD6AB: Rf_eval (eval.c:620)
==5756== by 0x49BF347: R_execClosure (eval.c:1780)
==5756== by 0x49C01E7: Rf_applyClosure (eval.c:1706)
==5756==
"
Et d’autres de peu d’importance (allocations non libérées).

Lorsque je fais la même manip sous Debian X86-64, je n’ai pas ce type de comportement.

Est-ce que l’un (ou plus) d’entre vous pourrait effectuer le même test, afin que je sache si c’est mon install Raspbian qui est en cause, ou si le problème est plus « profond »?

Merci d’avance