CDK-R / cdkr

Integrating R and the CDK
https://cdk-r.github.io/cdkr/
42 stars 27 forks source link

eval.desc return error : "segfault from C stack overflow" #131

Open YANGJJ93MS opened 1 year ago

YANGJJ93MS commented 1 year ago

I was using eval.desc for descriptors calculation. The stack overflow issue popped up when the function was calculating "gravitational IndexDescriptor" from time to time.


Brief description of the problem

# descNames <- unique(unlist(sapply(get.desc.categories(),get.desc.names)))
# descs_temp <- eval.desc(mols,descNames,verbose = FALSE)

Screenshots image

System (please complete the following information):

Additional context Add any other context about the problem here.