Re: [Valgrind-users] Addresses marked as ??? in Valgrind stack trace

2012-10-04 Thread Tom Hughes
On 04/10/12 19:19, Kerrick Staley wrote: I'm running Valgrind on Mono as it executes a C# program. The C# program in question invokes several native routines in several different shared object files, and it's crashing in one of these native routines. The following is a snippet from Valgrind's

Re: [Valgrind-users] Addresses marked as ??? in Valgrind stack trace

2012-10-04 Thread Philippe Waroquiers
On Thu, 2012-10-04 at 13:19 -0500, Kerrick Staley wrote: I can't track down the error since the stack trace doesn't indicate which shared object and function it occurs in. According to http://valgrind.org/docs/manual/faq.html#faq.unhelpful, if a shared object is unloaded before the program