Sometimes my WebApps are running and stopping abruptly
Rahul Gupta
0
Reputation points
[2024-10-07 16:15:35 +0000] [8378] [INFO] Booting worker with pid: 8378 2024-10-07T16:15:38.150917888Z Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 547: elf_machine_rela_relative: Assertion ELFW(R_TYPE) (reloc->r_info) == R_X86_64_RELATIVE' failed!
Sometimes while deployment, getting this error while re-running build sometimes fixes it and sometime not.
2024-10-07T13:24:57.917093876Z Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 547: elf_machine_rela_relative: Assertion `ELFW(R_TYPE) (reloc->r_info) == R_X86_64_RELATIVE' failed!
2024-10-07T13:24:58.010935453Z [2024-10-07 13:24:58 +0000] [1809] [ERROR] Worker (pid:8672) exited with code 127
2024-10-07T13:24:58.010975154Z [2024-10-07 13:24:58 +0000] [1809] [ERROR] Worker (pid:8672) exited with code 127.
2024-10-07T13:24:58.015765714Z Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 547: elf_machine_rela_relative: Assertion `ELFW(R_TYPE) (reloc->r_info) == R_X86_64_RELATIVE' failed!
2024-10-07T13:24:58.034883854Z [2024-10-07 13:24:58 +0000] [8738] [INFO] Booting worker with pid: 8738
2024-10-07T13:24:58.106919057Z [2024-10-07 13:24:58 +0000] [1809] [ERROR] Worker (pid:8697) exited with code 127
2024-10-07T13:24:58.110882007Z [2024-10-07 13:24:58 +0000] [1809] [ERROR] Worker (pid:8697) exited with code 127.
2024-10-07T13:24:58.137489140Z [2024-10-07 13:24:58 +0000] [8739] [INFO] Booting worker with pid: 8739
2024-10-07T13:24:59.325051702Z Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 547: elf_machine_rela_relative: Assertion `ELFW(R_TYPE) (reloc->r_info) == R_X86_64_RELATIVE' failed!
2024-10-07T13:24:59.454917127Z [2024-10-07 13:24:59 +0000] [1809] [ERROR] Worker (pid:8676) exited with code 127
2024-10-07T13:24:59.454964627Z [2024-10-07 13:24:59 +0000] [1809] [ERROR] Worker (pid:8676) exited with code 127.
2024-10-07T13:24:59.469901714Z [2024-10-07 13:24:59 +0000] [8756] [INFO] Booting worker with pid: 8756
2024-10-07T13:25:00.230158426Z Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 547: elf_machine_rela_relative: Assertion `ELFW(R_TYPE) (reloc->r_info) == R_X86_64_RELATIVE' failed!
2024-10-07T13:25:00.350900237Z [2024-10-07 13:25:00 +0000] [1809] [ERROR] Worker (pid:8705) exited with code 127
2024-10-07T13:25:00.350942538Z [2024-10-07 13:25:00 +0000] [1809] [ERROR] Worker (pid:8705) exited with code 127.
2024-10-07T13:25:00.378893487Z [2024-10-07 13:25:00 +0000] [8764] [INFO] Booting worker with pid: 8764
2024-10-07T13:25:04.867331243Z 2024-10-07 13:25:04,867 INFO exited: celery_worker1 (exit status 127; not expected)
2024-10-07T13:25:05.875255553Z 2024-10-07 13:25:05,874 INFO spawned: 'celery_worker1' with pid 8779
2024-10-07T13:25:06.887216294Z 2024-10-07 13:25:06,887 INFO success: celery_worker1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Sign in to answer