|
From: Jeremy F. <je...@go...> - 2003-11-11 23:20:11
|
On Tue, 2003-11-11 at 14:43, Randall Hopper wrote: > Switching to KDE, --assume-2.4=yes gets me past that error, but then after > some minutes valgrinding this app locks my machine hard; it's completely > net dead and console dead. Don't see this with my 9/23 CVS snapshot. > > BTW, this is on SuSE 8.2. Ah, well, that's what we like to call a kernel bug. No matter what junk Valgrind does, it shouldn't lock the kernel like that. Obviously it could be a Valgrind bug too, and we'd like to fix it, but I wonder if there's a kernel update from SuSE, or perhaps you could try just installing a stock 2.4 kernel? What does your app do? Does it have lots of threads? Do lots of syscalls? Does it seem to be all working fine, and then it all falls over, or does it gradually collapse? Any oopses or other kernel messages on the console? Thanks, J |