Announcement

Collapse
No announcement yet.

memory leak

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    memory leak

    I am getting the following message when booting trust tahr

    talloc_stackframe at /source/param/loadparam.c:4864 leaking memory

    It seems to run fine, but if there is a way to plug the leak, it would be nice

    #2
    Originally posted by vsreeser View Post
    I am getting the following message when booting trust tahr

    talloc_stackframe at /source/param/loadparam.c:4864 leaking memory

    It seems to run fine, but if there is a way to plug the leak, it would be nice
    Some reports relate it to the use of "sudo" and others to "samba", but I didn't find any that related it to the boot process.

    There is a bug report about a similar error, along with a fix:
    Code:
     			Re: "no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory" 		
    
     		 				 				 		 			 				[INDENT] 					Ah, seems to be gone after 
    
     	Code:
     	[B]sudo apt-get remove libpam-smbpass[/B] 
    Based on [URL="https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1257186"]https://bugs.launchpad.net/ubuntu/+s...a/+bug/1257186[/URL] (and it's dupe [URL="https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1274680"]https://bugs.launchpad.net/ubuntu/+s...o/+bug/1274680[/URL])
    
    EDIT: 
    
    FYI: "the libpam-smbpass package will sync system users and passwords with the Samba user database." 				
    [/INDENT]
    Won't hurt to try the fix. That library can always be re-installed.

    Another possibility is that the ISO used to burn the install CD or USB, or the burned CD or USB, is defective. Doing another download, checking the md5sum, and doing another burn and installing from that fresh burn may be the easy cure.
    Last edited by GreyGeek; Apr 23, 2014, 09:51 PM.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment

    Working...
    X