Forums

double free or corruption (fasttop)

Googling seems to tell me this is either a c level issue or a problem with memory corruption?

I am assuming there is not much I can directly do about this, but its stoping my script from running after a period of time.

There's not really enough information here for us to provide much help. If you're running fasttop from your code, perhaps there are particular arguments to it that cause that to happen and if you stop running it with those arguments, you will not have the problem.

Hi Glenn,

That the thing this isn't a python package and its not something used in my code. The best I can find it that its a memory corruption error. https://stackoverflow.com/questions/49092850/pygattlib-error-error-in-python-double-free-or-corruption-fasttop.

given that this error isn't generating a traceback or anymore information I have no idea where the problem results from. Is there an additional log I am unaware of I can check?

All I get is double free or corruption (fasttop) Aborted

Then the whole thing stops with no more clues.

I am running a virtual env with these packages: APScheduler 3.10.0 certifi 2022.12.7 charset-normalizer 3.0.1 click 8.1.3 Flask 2.2.3 greenlet 2.0.2 idna 3.4 importlib-metadata 6.0.0 itsdangerous 2.1.2 Jinja2 3.1.2 MarkupSafe 2.1.2 mysql 0.0.3 mysql-connector-python 8.0.32 mysqlclient 2.1.1 numpy 1.24.2 pandas 1.5.3 pip 22.1.2 protobuf 3.20.3 python-dateutil 2.8.2 python-dotenv 0.21.1 pytz 2022.7.1 pytz-deprecation-shim 0.1.0.post0 requests 2.28.2 setuptools 62.6.0 six 1.16.0 SQLAlchemy 2.0.4 typing_extensions 4.5.0 tzdata 2022.7 tzlocal 4.2 urllib3 1.26.14 Werkzeug 2.2.3 wheel 0.37.1 zipp 3.14.0

The only thing I can suggest is that you instrument your code so you can work out which line is actually causing the crash and then go from there.

There is no other log.