Closed HagaiVinik closed 1 year ago
Alright never mind found the issue... It was kind of a race condition between two modules that one ran out of scope. :disappointed: and for some reason I didn't encounter this issue on X86.
Thanks anyway and sorry for bothering.
Hey, I'm facing a very weird issue that happens only when I run my application on arm architecture, it didn't happen on x86, so I though it's worth asking here maybe I'm doing something wrong.
I have developed some kind of a proxy server, I use
uWebSocket
for server anduSocket
for client, and I'm doing the following steps:req
from client.us_socket_context_connect
and thenus_loop_run
This whole flow was working well on my machine, but when I tested it on an ARM64 machine, the app crashed with a segmentation fault on this line:
socket.c
Probably this issue has to do with something else I'm doing wrong, but I would appreciate any kind of help I can get :raised_hands: Thanks in advance!