F
F
Fallerwood2021-10-15 12:36:48
linux
Fallerwood, 2021-10-15 12:36:48

Bash: line 1: 8 Aborted (core dumped) what is it?

I’m making a telegram bot, I’ve done them before, but this is the first time I’ve encountered such an error, or rather, several errors at once.

Googled the entire Internet, but it's still hard to understand what the problem is, so far there is only a vague idea.

The fact is that the bot starts to fall and loses important information. The bot is tied to the google sheets api. And everything seems to work correctly, all kinds of errors are processed and all that, but for some reason this sometimes appears in the logs:

Oct 14 04:39:40 bash: line 1:     8 Aborted                 (core dumped) bash -l -c 'python3.9 /home/bot/main.py'
Oct 14 04:39:46 malloc(): unsorted double linked list corrupted
Oct 14 04:39:48 bash: line 1:     9 Aborted                 (core dumped) bash -l -c 'python3.9 /home/bot/main.py'
Oct 14 04:40:12 corrupted double-linked list
Oct 14 04:40:17 bash: line 1:     7 Aborted                 (core dumped) bash -l -c 'python3.9 /home/bot/main.py'
Oct 14 09:17:39 malloc(): unsorted double linked list corrupted
Oct 14 09:17:43 bash: line 1:     8 Aborted                 (core dumped) bash -l -c 'python3.9 /home/bot/main.py'
Oct 14 09:17:48 malloc(): unsorted double linked list corrupted
Oct 14 09:17:52 bash: line 1:     8 Aborted                 (core dumped) bash -l -c 'python3.9 /home/bot/main.py'
Oct 14 09:31:45 bash: line 1:     7 Bus error               (core dumped) bash -l -c 'python3.9 /home/bot/main.py'


I do not know what to do. The bot is hosted by Pythonanywhere, on a paid basis, included in always-on-tasks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Satisfied IT, 2021-10-15
@Fallerwood

Look at this, isn't it for you?
https://www.programmersought.com/article/81547454554/

R
Ronald McDonald, 2021-10-15
@Zoominger

It happened.
Try downgrading to Python 3.7, the bug is most likely in Python itself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question