|
From: Christoph B. <bar...@or...> - 2005-09-28 16:36:34
|
Am Mittwoch, 28. September 2005 17:06 schrieb Tom Hughes: > Is the file the right type though? What does file say about it? > > The reason I ask is that the dynamic linker ignores 32 bit libraries > while running a 64 bit program and vice versa, so you can get that > message if the library exists but is the wrong format. > > Tom bzip2 is 32bit and vg_preload_core.so is 64bit. Therefore I assume that I can ignore the message because it is only generated by the linker as a warning. However valgrind later seems to hang in an endless loop because it stalls at a location which is normally executed within tens of a second and the backtrace has more than 60000 frames. Is this possible? How to verify or debug such a situation? Christoph |