Forums

Various Errors in my scheduled tasks, Ruining my Paid Experience

Error 1

corrupted size vs. prev_size
/bin/bash: line 1:    24 Aborted                 python /bin/run_scheduled_task.py /home/bitcoinrsitracker/xxx.py
2022-02-28 11:59:07 -- Completed task, took 4.51 seconds, return code was 134.

Error 2

malloc(): invalid next size (unsorted)
/bin/bash: line 1:    24 Aborted                 python /bin/run_scheduled_task.py /home/bitcoinrsitracker/xxx.py
2022-02-28 17:59:09 -- Completed task, took 5.01 seconds, return code was 134.

Error 3

free(): invalid size
/bin/bash: line 1:    24 Aborted                 python /bin/run_scheduled_task.py /home/bitcoinrsitracker/xxx.py
2022-02-27 21:59:13 -- Completed task, took 8.01 seconds, return code was 134.

Let me know how to fix these issues, when I run it via Bash console or via Run option in Python, it works without any error. It also works fine on my localhost.

Hey team PythonAnywhere, I need a response to my issues. Kindly look into it.

The errors you see look like some memory allocation errors -- are you using any dependencies that use C extensions? (Btw. when you're logged in on your account you should see a message concerning your payments, please check it.)