Segmentation fault when migrate for upgrade #12612
Replies: 3 comments 10 replies
-
Your OS or hardware is broken. This could be (1) disk data corruption, (2) RAM errors (google for "sig 11 FAQ"), (3) your system has been p0wned, (4) CentOS Stream has released a borked update (CentOS stream receives changes before RedHat; CentOS Stream users are essentially alpha testers for RHEL) Out of all those, my money would be on (2) - especially if you reboot the machine and try again and it works, or it crashes in a different place with a different error. If it crashes in exactly the same place with the same error, then it's more likely (1) or (4). |
Beta Was this translation helpful? Give feedback.
-
I resolved problem.
That's all |
Beta Was this translation helpful? Give feedback.
-
I just ran into the same thing on Rocky 9; there appears to be a problem with newer versions of psycopg2 in the newer RHEL releases. |
Beta Was this translation helpful? Give feedback.
-
upgrade 3.4.6 -> 3.5.1
Centos8Stream. latest.
there are:
ldap
gunicorn
sssd
on the server
after CentOS update to the latest i run ./upgrade.sh in a standard way and see:
Applying database migrations (python3 netbox/manage.py migrate)...
./upgrade.sh: line 84: 36246 Segmentation fault (core dumped) python3 netbox/manage.py migrate
and in messages:
kernel: traps: python3[38775] general protection fault ip:7f01cdf8f660 sp:7fff72adf5e0 error:0 in libkrb5-fcafa220.so.3.3[7f01cdf12000+d9000]
Beta Was this translation helpful? Give feedback.
All reactions