← Back to team overview

yade-dev team mailing list archive

Re: Note on optimized compilation / optimized coding / profiling results

 

> Problem is vallgrind see this 0x00.. as a function of 
> libBodyMacroParameters.so, does it make sense for you?
>   
Frankly, no. You could try

  objdump -T libBodyMacroParameters.so

and look for that address. There are many symbols that come from other
libs (inlined by the linker?!) and those ones could be identified in
this way, perhaps. Otherwise, no idea. V.


_______________________________________________
yade-dev mailing list
yade-dev@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-dev



References