tom fogal wrote:
> I'm seeing valgrind stack traces that point to errors from libraries
> which shouldn't be relevant to the given error messages.  Here's an
> example:
>
> <snipped>
>   
> Any idea what's going on, or how I might debug this further?
>   

Does your code call dlclose?

AIUI, valgrind only resolves address to functions when the app exits, so 
if a .so is loaded into the space
formerly occupied by another .so, valgrind can get confused.


HTH,
Colin S. Miller


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to