Skip to content
Prev 42281 / 63424 Next

names<- appears to copy 3 times?

On Tue, Jan 17, 2012 at 9:11 PM, Matthew Dowle <mdowle at mdowle.plus.com> wrote:
tracemem() isn't likely to give false positives.  Since you're on
Linux, you could check by running under gdb and setting a breakpoint
on memtrace_report, which is the function that prints the message.
That would show where the duplicates are happening.

  - thomas