helium / blockchain-etl

Blockchain follower that follows and stores the Helium blockchain
Apache License 2.0
64 stars 37 forks source link

Crash: bad argument in call to dets:delete_all_objects(be_db_gateway) #234

Closed densone closed 3 years ago

densone commented 3 years ago

ETL running on latest release is crashing with the following error. Not sure if this is a serious issue of any sort but I thought it would be smart to report.

2021-09-08 05:38:41.103 [info] <0.5302.0>@be_db_follower:maybe_log_duration:121 db_gateway_query_exec took 12461 ms
2021-09-08 05:38:41.118 [error] <0.5302.0>@be_db_gateway:load_block:145 gen_server <0.5302.0> terminated with reason: bad argument in call to dets:delete_all_objects(be_db_gateway) line 256 in be_db_gateway:load_block/6 line 145
2021-09-08 05:38:41.118 [error] <0.5302.0>@be_db_gateway:load_block:145 CRASH REPORT Process <0.5302.0> with 0 neighbours crashed with reason: bad argument in call to dets:delete_all_objects(be_db_gateway) line 256 in be_db_gateway:load_block/6 line 145
madninja commented 3 years ago

This usually means ETL was already crashing for some other reason. Closing this until we get a better error report