heavyai / heavydb

HeavyDB (formerly OmniSciDB)
https://heavy.ai
Apache License 2.0
2.96k stars 448 forks source link

heavydb memory overflow freezes the program #840

Open geo-de-tang opened 2 months ago

geo-de-tang commented 2 months ago

HeavyDB froze, so I had to restart it. This was the last thing in the logs, so I assume, this is what caused the problem.

Sep 10 13:05:42 tyan heavydb[17399]: 2024-09-10T13:05:42.668905 E 17399 0 0 Importer.cpp:2268 Input exception thrown: Decimal overflow: value is greater than 10^5 max 1000000000 value 1000010000. Row discarded. Data:

Sep 10 13:05:42 tyan heavydb[17399]: free(): invalid pointer

geo-de-tang commented 2 months ago

I haven't been able to build the project, but if I could, I would post a fix and help with the backlog of issues on github.