search for: mmap_real

Displaying 4 results from an estimated 4 matches for "mmap_real".

2020 Oct 29
2
Something is wrong with the unserialize function
...u manually build a connection between two R processes and export the ALTREP object. See output below ``` > con <- socketConnection(port = 1234,server = FALSE) > gctorture() > x <- unserialize(con) Warning message: In unserialize(con) : cannot unserialize ALTVEC object of class 'mmap_real' from package 'simplemmap'; returning length zero vector ``` It seems like simplemmap did not get loaded correctly on the worker. If you run `library( simplemmap)` before unserializing the ALTREP, there will be no problem. But I suppose we should be able to unserialize objects without...
2020 Oct 29
2
[External] Something is wrong with the unserialize function
...xport the ALTREP object. See output below > ``` >> con <- socketConnection(port = 1234,server = FALSE) >> gctorture() >> x <- unserialize(con) > Warning message: > In unserialize(con) : > cannot unserialize ALTVEC object of class 'mmap_real' from package > 'simplemmap'; returning length zero vector > ``` > It seems like simplemmap did not get loaded correctly on the worker. If > you run `library( simplemmap)` before unserializing the ALTREP, there will > be no problem. But I suppose we s...
2020 Oct 29
0
[External] Something is wrong with the unserialize function
...etween two R processes and export the ALTREP object. See output below > ``` >> con <- socketConnection(port = 1234,server = FALSE) >> gctorture() >> x <- unserialize(con) > Warning message: > In unserialize(con) : > cannot unserialize ALTVEC object of class 'mmap_real' from package > 'simplemmap'; returning length zero vector > ``` > It seems like simplemmap did not get loaded correctly on the worker. If > you run `library( simplemmap)` before unserializing the ALTREP, there will > be no problem. But I suppose we should be able to uns...
2020 Oct 29
0
[External] Something is wrong with the unserialize function
...output below > > ``` > >> con <- socketConnection(port = 1234,server = FALSE) > >> gctorture() > >> x <- unserialize(con) > > Warning message: > > In unserialize(con) : > > cannot unserialize ALTVEC object of class 'mmap_real' from package > > 'simplemmap'; returning length zero vector > > ``` > > It seems like simplemmap did not get loaded correctly on the worker. If > > you run `library( simplemmap)` before unserializing the ALTREP, there will > > be no problem...