tracy icon indicating copy to clipboard operation
tracy copied to clipboard

QNX 7 Client found but connection never established

Open maspe36 opened this issue 8 months ago • 13 comments

Hey Im trying to profile some C++ applications on QNX 7. I was able to cross compile my application with TracyClient.cpp in the sources and tracy/public in my includes directory. I had to make some small modifications to TracySystem.cpp to support QNX as an OS (just returning the kernel thread identifier via gettid()).

When I run my application on a target PC and then try to connect to that client from my host machine via the GUI, it hangs forever. The server is able to detect the client. I am able to ssh onto the target PC, and I've checked wireshark and I have some TCP packets being sent on the right IP + port.

I am able to build this application for Ubuntu and profile it. Any ideas for why this may be failing on QNX?

I am using Tracy 0.10 for the client and server.

maspe36 avatar Oct 23 '23 16:10 maspe36