You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm the developer of apsimx (https://cran.r-project.org/package=apsimx) package. I have a function which retrieves data from a service https://worldmodel.csiro.au/. I'm heavily using the xml2 package to read and parse the data. However, this results in a fatal pointer error. To reproduce the problem you can run the following code.
free(): invalid pointer
[257905:257905:20240207, 133516.965314:ERROR process_memory_range.cc:86] read out of range
## similar errors regarding elf_image_reader.cc:558, elf_dynamic_array_reader.h:61] tag not found
## last error is found on directory_reader_posix.cc:42] opendir: No such file or directory (2)
I'm the developer of apsimx (https://cran.r-project.org/package=apsimx) package. I have a function which retrieves data from a service https://worldmodel.csiro.au/. I'm heavily using the xml2 package to read and parse the data. However, this results in a fatal pointer error. To reproduce the problem you can run the following code.
At first it seems to work fine, but then R crashes after a few seconds
The text was updated successfully, but these errors were encountered: