|
From: Dimitri Papadopoulos-O. <pap...@sh...> - 2004-08-26 10:08:56
|
Hi, >> If you can prevent your program from using the 2nd form of "enter", >> that would be a workaround. > > > Or, as Tom says, you might have buggy code that is jumping to a random > location that just happens to look like a nested "enter". Mmmh... Since the crash seems to occur in an error handler, that could be the case. If I understand correctly, you're saying that distcc attempts to jump to an unitialized value. Doesn't Valgrind detect that an uninitialized valure is user as an addres to jump to? Dimitri |