bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Leaks detected by valgrind


From: Reuben Thomas
Subject: Leaks detected by valgrind
Date: Thu, 13 Apr 2017 21:12:08 +0100

Here they are. I guess you probably won't care about them as as far as I can see they are all one-off allocations at initialization:

==1289== 276 bytes in 1 blocks are definitely lost in loss record 230 of 249
==1289==    at 0x4C2DB2F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==1289==    by 0x4793CF: xmalloc (xmalloc.c:112)
==1289==    by 0x472F48: set_default_locale (locale.c:81)
==1289==    by 0x420900: main (shell.c:411)
==1289==
==1289== 1,008 bytes in 1 blocks are definitely lost in loss record 232 of 249
==1289==    at 0x4C2DB2F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==1289==    by 0x47939A: xmalloc (xmalloc.c:112)
==1289==    by 0x496FDD: sh_setlinebuf (setlinebuf.c:45)
==1289==    by 0x41F83C: shell_initialize (shell.c:1799)
==1289==    by 0x4210BB: main (shell.c:570)
==1289==
==1289== 1,008 bytes in 1 blocks are definitely lost in loss record 233 of 249
==1289==    at 0x4C2DB2F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==1289==    by 0x47939A: xmalloc (xmalloc.c:112)
==1289==    by 0x496FDD: sh_setlinebuf (setlinebuf.c:45)
==1289==    by 0x41F848: shell_initialize (shell.c:1800)
==1289==    by 0x4210BB: main (shell.c:570)
==1289==

--
http://rrt.sc3d.org

reply via email to

[Prev in Thread] Current Thread [Next in Thread]