|
From: Philippe W. <phi...@sk...> - 2014-02-11 20:32:40
|
On Tue, 2014-02-11 at 07:22 +0000, David Carter wrote: > Hi Philippe, > > Thanks for your suggestions, I have got the first part of the > information. It seems there is some contention over locale > resources. Do you agree? Well, difficult to say without looking more in depth at the code. Taking into account that there are threads still running, that the valgrind trace shows that threads are being scheduled, I guess the problem is linked to the application, not to valgrind. It looks to me that the easiest would be to have a way to debug the application, trying e.g. a newer gdb and vgdb (if the newer gdb supports the strange executable format). Alternatively, just make a normal executable :). At this stage, not much can be done from Valgrind side I am afraid. Philippe |