Container docker_immich_microservice crush #40

Closed
opened 2026-02-04 16:55:28 +03:00 by OVERLORD · 14 comments
Owner

Originally created by @HowWof on GitHub (Mar 30, 2022).

Hello I have a problem in which this container crashes giving this information
Illegal instruction (core dumped)

nest_microservices@0.0.1 prebuild
rimraf dist
nest_microservices@0.0.1 build
nest build
nest_microservices@0.0.1 start:prod
node dist/main
Illegal instruction (core dumped)
The interesting thing is that besides the startup. Immich works without this container

Originally created by @HowWof on GitHub (Mar 30, 2022). Hello I have a problem in which this container crashes giving this information Illegal instruction (core dumped) > nest_microservices@0.0.1 prebuild > rimraf dist > nest_microservices@0.0.1 build > nest build > nest_microservices@0.0.1 start:prod > node dist/main Illegal instruction (core dumped) The interesting thing is that besides the startup. Immich works without this container
Author
Owner

@alextran1502 commented on GitHub (Mar 30, 2022):

Hello, are you running on a RPi?

@alextran1502 commented on GitHub (Mar 30, 2022): Hello, are you running on a RPi?
Author
Owner

@HowWof commented on GitHub (Mar 30, 2022):

No i am running on vps server

@HowWof commented on GitHub (Mar 30, 2022): No i am running on vps server
Author
Owner

@alextran1502 commented on GitHub (Mar 30, 2022):

Can you check this Known Issue in the readme and check if there is anything different?

@alextran1502 commented on GitHub (Mar 30, 2022): Can you check this [Known Issue](https://github.com/alextran1502/immich#known-issue) in the readme and check if there is anything different?
Author
Owner

@HowWof commented on GitHub (Mar 30, 2022):

My flags : avx avx2 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl cpuid extd_apicid tsc_known_freq pni cx16 x2apic hypervisor 3dnowprefetch vmmcall

@HowWof commented on GitHub (Mar 30, 2022): My flags : avx avx2 fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl cpuid extd_apicid tsc_known_freq pni cx16 x2apic hypervisor 3dnowprefetch vmmcall
Author
Owner

@HowWof commented on GitHub (Mar 30, 2022):

The immnich installation has finished and is working, only the container sometimes crashes
In a time interval of about 6 minutes

@HowWof commented on GitHub (Mar 30, 2022): The immnich installation has finished and is working, only the container sometimes crashes In a time interval of about 6 minutes
Author
Owner

@alextran1502 commented on GitHub (Mar 30, 2022):

what is your machine architecture?

@alextran1502 commented on GitHub (Mar 30, 2022): what is your machine architecture?
Author
Owner

@HowWof commented on GitHub (Mar 30, 2022):

Cpu:AMD Ryzen 7 3800X
architecture x86
No gpu

@HowWof commented on GitHub (Mar 30, 2022): Cpu:AMD Ryzen 7 3800X architecture x86 No gpu
Author
Owner

@alextran1502 commented on GitHub (Mar 30, 2022):

My suspect is that this is a 32-bit system so there might be a problem there. I haven't tested on a 32-bit system. Most of my tests run on a 64-bit system. Is this a permanent system or can you change to a different 64-bit vps?

@alextran1502 commented on GitHub (Mar 30, 2022): My suspect is that this is a 32-bit system so there might be a problem there. I haven't tested on a 32-bit system. Most of my tests run on a 64-bit system. Is this a permanent system or can you change to a different 64-bit vps?
Author
Owner

@alextran1502 commented on GitHub (Mar 30, 2022):

I found this on Tensorflow website
image

@alextran1502 commented on GitHub (Mar 30, 2022): I found this on Tensorflow website ![image](https://user-images.githubusercontent.com/27055614/160887244-e7c235a3-d355-4342-98a4-81e98ef2896f.png)
Author
Owner

@HowWof commented on GitHub (Mar 30, 2022):

It's 64 bit Ubuntu 20.04.4 LTS

@HowWof commented on GitHub (Mar 30, 2022): It's 64 bit Ubuntu 20.04.4 LTS
Author
Owner

@HowWof commented on GitHub (Mar 30, 2022):

Can I just delete this container if it doesn't work anyway?
Do you plan to make versions without tensorflow?

@HowWof commented on GitHub (Mar 30, 2022): Can I just delete this container if it doesn't work anyway? Do you plan to make versions without tensorflow?
Author
Owner

@alextran1502 commented on GitHub (Mar 30, 2022):

Yes, you can delete that container since it deals with Machine learning features without affecting the core functionalities. However, without TensorFlow, it cannot really perform object detection and image classification, and future facial recognition.

Which error message does it give you when it crashes?

@alextran1502 commented on GitHub (Mar 30, 2022): Yes, you can delete that container since it deals with Machine learning features without affecting the core functionalities. However, without TensorFlow, it cannot really perform object detection and image classification, and future facial recognition. Which error message does it give you when it crashes?
Author
Owner

@HowWof commented on GitHub (Mar 31, 2022):

Docker exit code 132
nest_microservices@0.0.1 prebuild
rimraf dist
nest_microservices@0.0.1 build
nest build
nest_microservices@0.0.1 start:prod
node dist/main
Illegal instruction (core dumped)

@HowWof commented on GitHub (Mar 31, 2022): Docker exit code 132 nest_microservices@0.0.1 prebuild rimraf dist nest_microservices@0.0.1 build nest build nest_microservices@0.0.1 start:prod node dist/main Illegal instruction (core dumped)
Author
Owner

@alextran1502 commented on GitHub (Apr 3, 2022):

The crash issue is probably fixed in #97

@alextran1502 commented on GitHub (Apr 3, 2022): The crash issue is probably fixed in #97
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#40