SpatioTemporal / STARE

SpatioTemporal Adaptive Resolution Encoding, a unifying index for geo-located data.
Other
10 stars 7 forks source link

Segmentation Faults #36

Closed michaelleerilee closed 4 years ago

michaelleerilee commented 4 years ago

Intermittent segmentation faults are occurring. One example from NG. These seem rare, but require immediate attention as we plan to scale up usage.

import pystare
a = [4114022797720682508, 4505997421712506892, 4505997834029367308, 4505997868389105676, 4505998418144919564]
b = [4528191461944221900, 4505997456072245260]
for i in range(1,10000):        
    pystare.intersect(a, b)
michaelleerilee commented 4 years ago

Seems to have been fixed.