------- Comment From [email protected] 2016-11-10 19:54 EDT-------
(In reply to comment #49)

Something doesn't look right in your commands.  They all have "LD_PRELOAD=" 
with nothing after the '=':
Comment #49 has:
> $ LD_PRELOAD= gdb ./a.out

That should be:
$ LD_PRELOAD=/path-to.../libfoo.so.1 gdb ./a.out

Also, if you use LD_PRELOAD (without export) for the gdb command, I
wouldn't expect it to carry forward to the inferior.  Although, as you
say, gdb shows the library loaded.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1640518

Title:
  MongoDB Memory corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1640518/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to