|
From: Nicholas N. <nj...@ca...> - 2004-10-22 13:44:24
|
On Fri, 22 Oct 2004, Alejandro Garc=EDa Castro wrote: > I've been testing a CORBA program with valgrind, the program works well > without valgrind but when I run the program using it I get a crash with t= he > log I've attached to this mail. Does anyone know if this is a problem of > valgrind? The warning messages look no good. An important point is that I= 've > done the same test without threading support of the CORBA POA and everyth= ing > seems to work well, valgrind doesn't find any problem in that case. The warnings probably aren't that important; Valgrind's pthreads=20 implementation doesn't implement some obscure functions fully, but usually= =20 this doesn't cause problems. As for the seg fault, it shouldn't happen (it would be great if you could= =20 post a bug to our bug database, see valgrind.kde.org/bugs.html) but it=20 takes place once your program has finished, just as Valgrind is finishing= =20 up, so it shouldn't affect the accuracy of the results. In other words, it looks like Valgrind has no complaints about your=20 program. N |