similar to: [PATCH nbdkit nbd] nbd: Unsuccessful attempt to fix memory leak.

Displaying 20 results from an estimated 100 matches similar to: "[PATCH nbdkit nbd] nbd: Unsuccessful attempt to fix memory leak."

2017 Dec 02
2
[nbdkit PATCH] nbd: Fix memory leak
When converting from a single transaction to a linked list, I forgot to free the storage for each member of the list. Reported-by: Richard W.M. Jones <rjones at redhat.com> Fixes: 7f5bb9bf13f041ea7702bda557d9dd668bc3423a Signed-off-by: Eric Blake <eblake at redhat.com> --- I'm still not sure why 'make check' passes while 'make check-valgrind' fails for
2017 Dec 02
0
Re: [nbdkit PATCH] nbd: Fix memory leak
On Sat, Dec 02, 2017 at 11:52:31AM -0600, Eric Blake wrote: > When converting from a single transaction to a linked list, I > forgot to free the storage for each member of the list. > > Reported-by: Richard W.M. Jones <rjones at redhat.com> > Fixes: 7f5bb9bf13f041ea7702bda557d9dd668bc3423a > Signed-off-by: Eric Blake <eblake at redhat.com> > --- > > I'm
2019 Apr 29
1
Re: Error connecting to hypervisor
On Sat, 27 Apr 2019 at 12:53, Michal Prívozník <mprivozn@redhat.com> wrote: > > On 4/23/19 11:56 PM, Sukrit Bhatnagar wrote: > > Hi, > > > > I have compiled and installed libvirt from git checkout > > and started libvirtd service. The version is 5.3.0 and > > I have done system-wide installation. > > > > When I do a `virsh list`, I get the
2005 Mar 18
3
Asterisk handling of SIP info
We encouter a situation where we need to use SIP info to convey infomation for one end point to another endpoint. I use asterisk to do the test and find asterisk does not forward the SIP info to another endpoint, but act as UAS and returns a 4xx error message. I think asterisk is not right to handle this SIP info message. In RFC 3261 Page 70 "This protocol is designed to be extended.
2008 Apr 10
1
Communicating Worker-to-Worker
Hi everyone, I have two workers, a connection_worker and an interface_worker, that I want to be able to call methods on each other. Initially I thought I could do this: connection_worker def alive? return true end end interface_worker def test_connection if MiddleMan.worker(:connection_worker).alive?(true) return true end end end Obviously this is a somewhat contrived
2019 Dec 22
2
CENTOS8: running wine 32 bits?
All, I need to run some legacy Windows software (32 bits) under my Linux box. I have installed wine from the source the 64 bits works fine but not the 32 bits. The ./configure gives ... *checking whether gcc -m32 works... no* *configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.* and trying to install the require i686 packages results in a [
2011 Aug 12
1
sapply to bind columns, with repeat?
Hi R-help, I am working with US COOP network station data and the files are concatenated in single rows for all years, but I need to pull these apart into rows for each day. To do this, I need to extract part of each row such as station id, year, mo, and repeat this against other variables in the row (days). My problem is that there are repeated values for each day, and the files are fixed width
2006 Jul 07
1
[Bug 1207] sshd does not clear unsuccessful login count on non-interactive logins
http://bugzilla.mindrot.org/show_bug.cgi?id=1207 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|unsuccessful_login_count |sshd does not clear |gets incremented by scp |unsuccessful login count on |
2012 Aug 19
0
Unsuccessful with using mongodb with rails
I have had a frustrating time trying to get mongodb to work with Rails (works just fine with a plain Ruby app). cannot load such file -- mongo The error is traced to the code line <requires ''Mongo''>. bundle initialize shows I have it all. Any ideas? Thanks, Shiv $ bundle install Using rake (9.2.2)
2013 Aug 29
1
Unsuccessful beginner's struggle with lm
I have two data frames, "train" and "response". Here is my attempt to do a linear regression. All entries of both data frames are numeric. I am expecting the intercept value to lie between 2 and 3 (in particular, non-zero). Here is a record of my interaction with R: > class(response) [1] "data.frame" > c(nrow(response),ncol(response)) [1] 1389 1 >
2006 Oct 20
0
[Bug 1252] sftp returns 0 when upload is unsuccessful due to a full device
http://bugzilla.mindrot.org/show_bug.cgi?id=1252 Summary: sftp returns 0 when upload is unsuccessful due to a full device Product: Portable OpenSSH Version: 4.2p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: bitbucket at
2007 Jan 22
3
[Bug 1252] sftp returns 0 when upload is unsuccessful due to a full device
http://bugzilla.mindrot.org/show_bug.cgi?id=1252 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1232| |ok? Flag| | ------- Comment #1 from djm at mindrot.org 2007-01-22 18:03 ------- Created an
2004 May 15
1
G729 Registration unsuccessful
Hi i have buy two license of G729 codec, but after run Registration program i notice this error Registration unsuccessful... Error code: 110 ERROR! Your Internet connection is probably behind a proxy and the Registration program can't communicate with our server, however it has created the file: /var/lib/va-infoclient which contains your machine signature and
2006 Sep 19
1
unsuccessful Samba install on AIX 4.3.3.
Hello all... anyone got any ideas how to fix this... When I run the testparm program to test the smb.conf file it processes all of the sections I have configured and then does a "Segmentation fault(coredump)". This is for AIX 4.3.3. Also, when I try and start the smbd process it hangs and then when I go and look at the log.smbd file here is the results and where it is hanging:
2018 Jul 23
0
sysvolreset error '{Operation Failed} The requested operation was unsuccessful.'
On Mon, 23 Jul 2018 17:17:07 +0200 "Ing. Claudio Nicora" <claudio.nicora at gmail.com> wrote: > I've added a "print" in file > "/usr/lib/python2.7/dist-packages/samba/ntacls.py" just before the > line raising the error to log the (missing) file causing the error. > I've found I had an orphaned GPO: it was shown in RSAT but didn't >
2018 Jul 23
0
sysvolreset error '{Operation Failed} The requested operation was unsuccessful.'
On Mon, 23 Jul 2018 17:40:18 +0200 "Ing. Claudio Nicora" <claudio.nicora at gmail.com> wrote: > So there's no error on my side: I have no idmap lines in my smb.conf > and since I can't add any I should live with the error/warning, right? > > Is this error related to sysvolreset taking forever to run? > What about Louis/your script here >
2006 Nov 01
2
unsuccessful configure with 2.6.8 and acls and extended attributes...
(FreeBSD 6.1-RELEASE) tar xzvf rsync-2.6.8.tar.gz cd rsync-2.6.8.tar.gz patch < patches/acls.diff patch < ./patches/xattrs.diff ./prepare-source ./configure --enable-acl-support --enable-xattr-support --disable-debug --with-rsyncd-conf=/usr/local/etc/rsyncd.conf --bindir=/usr/local/bin Couldn't be more simple. But...when I try to 'make' : (snip) gcc -I. -I. -g -O2
2006 Dec 05
1
unsuccessful speex_echo_cancel() usage
Hello Jean-Marc and all, I?ve got a problem with speex_echo_cancel usage. I only managed to get an attenuation of 5-8 db using testecho.c and it depends heavily on the playback/capture delay. I used clear speech as far-end input and same speech with a bit of reverb, attenuation and delay as mic nput. I also tried using played and recorded speech for mic input. I tried different constant delays
2019 Jun 06
1
R pkg install should fail for unsuccessful DLL copy on windows?
If anybody else has this issue, please add a comment on https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17478 so we are more likely to get R-core to address this. Thanks Toby On Tue, Jun 4, 2019 at 2:58 PM Pages, Herve <hpages at fredhutch.org> wrote: > On 5/31/19 08:41, Toby Hocking wrote:... > > In my opinion install.packages should stop with an error (instead of a >
2009 May 26
1
R-windows unsuccessful
To whom it may concern We are currently trying to utilize your software on windows. We have downloaded all necessary packages and followed instructions as to how to perform the model. Thus the installation has worked perfectly, however when trying to run the program an error message appears "Converting xls file to csv file... Error in system(cmd, intern = !verbose) : perl not found Error in