DEV Community

Discussion on: gRPC on dotnet core 3.1 on RaspberryPi 3

Collapse
 
pawelpetruch profile image
pawelpetruch

Hi @erikest ,

I am trying to run grpc core in a container with a built native .so library but I am getting this error:
dotnet: symbol lookup error: /app/libgrpc_csharp_ext.x86.so: undefined symbol: __atomic_fetch_add_8

Have you ever encountered this issue?

Thanks,
Pawel

Collapse
 
erikest profile image
erikest

I have not encountered that one specifically, no. Not sure what guidance to give you at this point as I would need a lot more context to understand.