similar to: Bug#767295: [PATCH for-4.5 v2] libxc: don't leak buffer containing the uncompressed PV kernel

Displaying 20 results from an estimated 100 matches similar to: "Bug#767295: [PATCH for-4.5 v2] libxc: don't leak buffer containing the uncompressed PV kernel"

2014 Nov 21
1
Bug#767295: [PATCH for-4.5 v2] libxc: don't leak buffer containing the uncompressed PV kernel
On Thu, 2014-11-20 at 22:13 -0500, Gedalya wrote: > On 11/20/2014 03:21 PM, Konrad Rzeszutek Wilk wrote: > > On Thu, Nov 20, 2014 at 03:48:47PM +0000, Ian Campbell wrote: > >> The libxc xc_dom_* infrastructure uses a very simple malloc memory pool which > >> is freed by xc_dom_release. However the various xc_try_*_decode routines (other > >> than the gzip one)
2014 Nov 08
0
Bug#767295: Bug#767295: Bug#767295: xl: apparent memory leak
On 11/08/2014 05:41 AM, Ian Campbell wrote: > Please can you try running xl under valgrind, something similar to what > I described earlier should work. I guess it didn't find much.. # valgrind --leak-check=full xl cr -F /etc/xen/auto/asterisk_deb80.cfg ==6736== Memcheck, a memory error detector ==6736== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==6736== Using
2014 Nov 08
2
Bug#767295: Bug#767295: Bug#767295: xl: apparent memory leak
On Fri, 2014-11-07 at 21:32 -0500, Gedalya wrote: > On 11/06/2014 09:12 AM, Ian Campbell wrote: > > I've posted a fix for this upstream: > > http://lists.xen.org/archives/html/xen-devel/2014-11/msg00542.html > > > > I've requested that it go into the next 4.4.x release. I also plan to > > backport it to the package regardless once it is accepted into the
2014 Nov 28
1
Bug#767295: xl: apparent memory leak
reopen 767295 thanks The 4.4.1-4 release only included one related fix there are actually two more: commit 379b351889a8f02abe30a06e2ce9ba8b381b91ab Author: Ian Campbell <ian.campbell at citrix.com> Date: Thu Nov 6 13:00:31 2014 +0000 tools: libxl: do not leak diskpath during local disk attach
2007 Feb 28
1
[Q] SSH have two entries on /var/log/secure on CENTOS 4.4???
We have CENTOS 4.4 on DELL server. I found if I login use 'ssh" ther will have two entries on /var/log/secure. One entry use local time and another entry use "green witch time,. (I guess). It ONLY happen on ssh. Telnet, FTP and Sftp no problem. Does any one know why? Feb 28 14:01:20 ORA04 sshd[24338]: Accepted password for oracle from ::ffff:172.29.94.230 port 34470 ssh2 Feb 28
2015 Jun 04
0
Asterisk 13.4.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 13.4.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.4.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New
2015 Jun 04
0
Asterisk 13.4.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 13.4.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 13.4.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New
2013 Oct 03
1
Xorg fills up /var/log/Xorg.0.log with AUDIT messages (up to system crash)
Hi, on a CentOS 6.4-workstation we have the problem, that Xorg fills up /var/log/Xorg.0.log with AUDIT messages faster than one can read. Within four hours the logfile grew to 160 MB and usually within 1-2 days applications and sometimes the OS crash because /var becomes full. Here a small extract of /var/log/Xorg.0.log: [...] [ 24272.458] AUDIT: Wed Oct 2 15:41:44 2013: 2625: client 28
2015 Jun 04
0
Asterisk 11.18.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.18.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2015 Jun 04
0
Asterisk 11.18.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.18.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.18.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2011 Jun 28
2
Needs to run smbldap-useradd as non-root user
Hello, The abstract is : How to run smbldap-useradd (and others) with a non-root user, knowing that giving Samba privileges to the user's account is enough. Now are details : My setup is FreeBSD-8, samba35, nss_ldap, smbldap-tools... And NO pam_ldap. I am creating a webservice which must run smbldap-tools scripts. Everything is running on a FreeBSD-8, and running fine by root. However, my
2017 Dec 14
0
command 'service smb status' returns many process IDs
Hello, I have a Samba4 server running on Linux CentOS 6. Many users use this Samba service from their Windows PCs. After the Samba service is started (service smb stop ; service smb start), days later, just don't know when, running the command 'service smb status' would return many process IDs, like this: smbd (pid 32557 32240 32204 32202 31880 31874 31788 31714 31707 31337 31107
2004 Sep 22
0
Compiled 3.0.7-1 on Mandrake 7.2 -- Did it work?
Mates, Just got done configuring and compiling 3.0.7-1 on my Mandrake 7.2 box. The process was as follows: ./configure --prefix=/usr --with-smbmount make The following is a listing of the ../bin directory. Does it look like all the pieces got built and are about the right size?? Any feedback before doing the 'make install' would be appreciated..... [root@Nemesis source]# ls -al
2010 May 18
2
[LLVMdev] Fast register allocation
As you may have noticed, I have been working on a fast register allocator in the last week. The new allocator is intended to replace the local allocator for debug builds. Both allocators use a local allocation strategy. Each basic block is scanned from top to bottom, and virtual registers are assigned to physical registers as they appear. There are no live registers between blocks. Everything is
2016 Jul 13
0
Certified Asterisk 13.8-cert1 Now Available
The Asterisk Development Team has announced the release of Certified Asterisk 13.8-cert1. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/certified-asterisk The release of Certified Asterisk 13.8-cert1 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the
2018 May 22
1
[SOLVED] [Nfs-ganesha-support] volume start: gv01: failed: Quorum not met. Volume operation not allowed.
Hey All, Appears I solved this one and NFS mounts now work on all my clients. No issues since fixing it a few hours back. RESOLUTION Auditd is to blame for the trouble. Noticed this in the logs on 2 of the 3 NFS servers (nfs01, nfs02, nfs03): type=AVC msg=audit(1526965320.850:4094): avc: denied { write } for pid=8714 comm="ganesha.nfsd" name="nfs_0"
2006 Jan 12
1
Does rails support method overloading?
I''ve tried to have 2 methods of the same name (but with different parameter signatures) and it always seems like the later declaration tends to win out, does this mean that ruby does not support overloading? If so what aboutt the .new method? You can either call it as .new (with nothing) or .new(hash variable). Is it possible to override a specific instance of the zero parameter
2016 Apr 04
2
Memory Sanitizer crashes after it calls mmap
Hi there, I'm trying to use the memory sanitizer of LLVM 3.3. It's crashing during MSan initialization (__msan::InitShadow). Here's the strace output. mmap(0x400000000000, 35184372088831, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x400000000000 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_ACCERR, si_addr=0x55edf4b36720} --- +++ killed by SIGSEGV (core
2006 Jan 12
0
Markaby (Markup as Ruby) plugin
With the help of Tim Fletcher, I''m glad to present a new plugin for writing HTML templates in plain Ruby. You write .mab templates in app/views/ which contain Builder-like representations of HTML. As an illustration, here is the scaffold edit.rhtml remade as Markaby: h1 ''Editing product'' start_form_tag :action => ''update'', :id =>
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
The Asterisk Development Team would like to announce the release of Certified Asterisk 16.3-cert1. This release is available for immediate download at https://downloads.asterisk.org/pub/telephony/certified-asterisk The release of Certified Asterisk 16.3-cert1 resolves several issues reported by the community and would have not been possible without your participation. *Thank you!* The following