Skip to content

"NULL value passed as symbol address" in segment_trees #547

Answered by searoy
searoy asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think the issue I'm seeing is the fault of lidR. Due to the size of our data I'm trying to leverage hyperthreading, but it fails with future and multisession enabled. Without them it runs.

library(lidR)
library(terra)
library(raster)
library(rgdal)
library(sf)
library(future)

# system setup
plan(multisession, workers = 6L)
set_lidr_threads(30L)

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Jean-Romain
Comment options

@searoy
Comment options

@Jean-Romain
Comment options

Comment options

You must be logged in to vote
3 replies
@Jean-Romain
Comment options

@searoy
Comment options

@Jean-Romain
Comment options

Answer selected by searoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants