Re: [Valgrind-users] thread not created when program executed with valgrind

2024-01-16 Thread Paul Floyd
On 16/01/2024 20:17, JD Silence wrote: Hello, I'm looking for some hints, adviceĀ and any other things that could help me figure this out. I have a big program which I wanted to debug some memory issues. This program internally creates and runs several threads. [snip] The program is writt

[Valgrind-users] thread not created when program executed with valgrind

2024-01-16 Thread JD Silence
Hello, I'm looking for some hints, advice and any other things that could help me figure this out. I have a big program which I wanted to debug some memory issues. This program internally creates and runs several threads. But when launched with valgrind, one of the threads is not created. Attac