On Fri, Jun 24, 2016 at 01:14:45PM -0300, Martin Galvan wrote: > Sid, could you please tell me which command are you using to check the > libraries, so I'm sure we're on the same page? ps aux | grep <test case name> to give me the pid ($PID) for the inferior and then `cat /proc/$PID/maps`. Siddhesh