similar to: Patch to fix compiler warnings and error status collisions

Displaying 20 results from an estimated 200 matches similar to: "Patch to fix compiler warnings and error status collisions"

2014 Apr 07
2
Patch to fix compiler warnings and error status collisions
On Apr 7, 2014, at 4:07 AM, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote: > Lenny Maiorani wrote: > >> I am new around here, so I am not sure of all your procedures >> for submitting patches/pull requests. > > A patch like you sent is fine. When I commit that I will add > a Patch-from line to the commit. > > Otherwise, you can commit to you local
2014 Apr 07
0
Patch to fix compiler warnings and error status collisions
Lenny Maiorani wrote: > I am new around here, so I am not sure of all your procedures > for submitting patches/pull requests. A patch like you sent is fine. When I commit that I will add a Patch-from line to the commit. Otherwise, you can commit to you local repo and then use the git format-patch sub command to create a set or patches that can be attached to an email and sent to the list.
2014 Apr 09
2
Patch to fix compiler warnings and error status collisions
Erik de Castro Lopo wrote: > This could also be fixed by adding a: > > decoder->protected_->initstate > > and using that correctly. Right? > > I'm going to play with this idea. That fixed it. Commit is here: https://git.xiph.org/?p=flac.git;a=commit;h=3f5208c30022b7cbd0b9095ad3550c4f6cb348c9 What didn't get added was this: diff --git
2008 Dec 09
0
Ethernet collisions with Realtek driver in HVM
Hello, I just noticed that our HVM guests seem to be showing consistent collisions on the Realtek ethernet driver. Has anyone else noticed this? A typical FreeBSD guest will have # of output collisions almost on par with # of output packets after a few weeks of "normal" traffic (mainly doing work through ssh). Xen 3.2.1. Regards, Mark
2010 Feb 11
0
[LLVMdev] FoldingSet #collisions comparison
On Feb 10, 2010, at 4:49 PM, Gregory Petrosyan wrote: >> >> These numbers are so noisy, that they aren't particularly useful. >> Could you try instrumenting foldingset to keep track track of the # >> collisions and # hash table resizes and compare those? They should >> be much more stable and still correlate directly to performance. > > OK, now with real
2014 Apr 11
0
Patch to fix compiler warnings and error status collisions
This also causes a warning and looks like it is the wrong #ifdef. ioctl() is only used inside of a '#if !defined __ANDROID__'. Note, this compiler warning was generated when compiling on Mac OSX 10.9 with clang: utils.c:189:6: warning: implicit declaration of function 'ioctl' is invalid in C99 [-Wimplicit-function-declaration] Also, at the moment, TOT does not compile. It
2000 May 20
0
PLEASE : Help with filename-collisions
Hello samba-users, I have a problem with mangled-name-collision : I have 2 files with long filenames on a samba-server (V2.07, solaris). The filenames are xxxxx_APB.h and xxxxx_SEL.h For some reason the first part of the name has to be xxxxx_ The mangle name of both files is XXXXX_~5X.H (look at the fileproperties in explorer) That means to me, that the hash-algorithm, which generates the
2001 Mar 14
1
win98-samba2.0.7 = Network collisions
Hi, I have an Samba 2.0.7 Fileserver on my RedHat 7.0 Linuxbox Access to the shares with an Linuxclient - all works fine. When I use an Win98 or WIN ME client, I've got many network collisions. (Same file and share) Any ideas ? Thereis only one socket option set in my smb.conf: socket option = TCP_NODELAY Network = 100MBit/s Ethernet Changing of NICs,cables or Hub doesnt't resolve the
2001 Mar 15
0
Fwd: Re: win98-samba2.0.7 = Network collisions
looks like you sent this to the wrong person... ----- Forwarded message from JON GERDES <GERDESJ@gkn-whl.co.uk> ----- Envelope-to: mikef@mikef-linux-x86.matchmail.com Delivery-date: Thu, 15 Mar 2001 00:18:43 -0800 Date: Thu, 15 Mar 2001 08:17:40 +0000 From: "JON GERDES" <GERDESJ@gkn-whl.co.uk> To: <mfedyk@matchmail.com> Subject: Re: win98-samba2.0.7 = Network
2007 Nov 14
1
Name collisions
I am receiving a list of name collisions when I launch R as seen below. I'm new to R and any suggestion or help with how I can go about getting rid of these collisions would be greatly appreciated. % R R version 2.5.1 (2007-06-27) Copyright (C) 2007 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to
2003 Sep 05
2
S4 Method Collisions with "[" (PR#4075)
Full_Name: Colin A. Smith Version: 1.8.0 OS: Mac OS X 10.2.6 Submission from: (NULL) (216.102.90.18) Both Biobase and my package annaffy use S4 classes to define methods for "[". Both packages use the save image method of installation. (See annaffy 1.0.3 in BioC CVS.) Depending on how both packages are loaded, the Biobase definitions seem to be getting masked out: >
2014 Nov 15
4
[Bug 2318] New: ControlPath collisions when using shared locations like /tmp for the sockets.
https://bugzilla.mindrot.org/show_bug.cgi?id=2318 Bug ID: 2318 Summary: ControlPath collisions when using shared locations like /tmp for the sockets. Product: Portable OpenSSH Version: 6.7p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5
2010 Feb 11
3
[LLVMdev] FoldingSet #collisions comparison
On Mon, Feb 08, 2010 at 10:31:23AM -0800, Chris Lattner wrote: > On Feb 7, 2010, at 1:03 PM, Gregory Petrosyan wrote: > > >On Sat, Feb 06, 2010 at 04:51:15PM -0800, Chandler Carruth wrote: > >>While I've not reviewed the patch in too much detail, it looks > >>promising. Can you run some end-to-end benchmarks to make sure that > >>cache pressure in the
2006 Jun 04
3
Migration collisions
Does someone have a good way to avoid numbering collisions when generating migrations in multiple source repositories? For example, I''m working on my copy of the site, and my co-worker is working on his copy of the site. We both need to make a migration, and they both end up having the same number, say 007_add_user_table.rb Is there some technique to avoid this? I''m
2009 Nov 11
3
idmap_rid/idmap_hash collisions?
Is it possible for the uid/gid numbers that are generated by the idmap_rid and idmap_hash to collide if there are a large number of users or groups? I cannot seem to find any documentation on the limitations of these plugins. Before using I want to make absolutely sure that there won't be any collisions. In doing some research about Likewise Open, I see it's hashing routine can have
2009 Feb 14
2
question about tool collisions
Recently I got introduced to two packages: {seewave} and {audio} . Turns out they both have a tool to call a system audio tool, and in both cases the name of the tool is play(). Naturally these two tools do slightly different things with different arguments. So, what should a user do, and more to the point, what should R do? If I've learned the right things about environments, I
2006 May 16
3
Best way to handle namespace collisions?
All, I have a little namespace collision here. I am trying to use both RubyfulSoup (an HTML parser - which I highly recommend by the way) and the ActionView::Helpers::TextHelper class. Within the TextHelper class, there''s an attempt to create a new "Tag" object. However, Tag is also defined in the RubyfulSoup gem and it is _this_ Tag class whose initialize method is
2001 Oct 01
3
Collisions
We're using samba across a 10MBit ethernet and seem to get collisions on the hub when reading files, no matter how quiet the traffic. I can only think that the smbd is beginning its reply before the request is fully finished. Anyone know whether this is the case and whther I can tune anything to stop it happening?
2009 Aug 05
11
[Bug 1628] New: /var/run/sshd.pid file collisions...
https://bugzilla.mindrot.org/show_bug.cgi?id=1628 Summary: /var/run/sshd.pid file collisions... Product: Portable OpenSSH Version: 5.2p1 Platform: Other OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org
2023 Aug 22
2
Is r2u at 3.4.1? [branch about handling package collisions under Ubuntu/Debian]
This is definitely tangential to the list: I'm on Ubuntu (22.04.2 LTS) not Debian and I'm sure this is about issues in the Ubuntu package management on my machine, R is only revealing them. The original subject line came from me wondering if my going over to the r2u repository would solve the problem.? However, as I think Dirk said, that's only really likely to be answered by trying