Displaying 20 results from an estimated 12063 matches for "coverity".
2012 Jan 15
0
[CENTOS6] mtrr_cleanup: can not find optimal value - during server startup
After fresh installation of CentOS 6.2 on my server, I get following errors
in my dmesg output:
-------
MTRR default type: uncachable
MTRR fixed ranges enabled:
00000-9FFFF write-back
A0000-BFFFF uncachable
C0000-D7FFF write-protect
D8000-E7FFF uncachable
E8000-FFFFF write-protect
MTRR variable ranges enabled:
0 base 000000000 mask C00000000 write-back
1 base 400000000 mask
2012 Nov 03
0
mtrr_gran_size and mtrr_chunk_size
Good Day All,
Today I looked at the dmesg log and I notice that the following messages
regarding mtrr_gran_size/mtrr_chunk_size.
I am currently running CentOS 6.3 and I installed CentOS 6.2 and 6.1 and I
was seeing the same errors. When I installed CentOS 5.8 on the same laptop
I do not see these errors.
$ lsb_release -a
LSB Version:
2012 Apr 12
1
6.2 x86_64 "mtrr_cleanup: can not find optimal value"
Hi,
I have server that has been running 5.x - 5.8 for a few years without issue and decided to move it to a fresh install of 6.2. First thing I noticed is a good part of the log has these mtrr messages finally ending with
"mtrr_cleanup: can not find optimal value" and "please specify mtrr_gran_size/mtrr_chunk_size". I have been searching around and reading the kernel docs
2008 Sep 24
1
qplot, stacked area, own colourscheme
Dear list,
I would like to apply my own colours to a stacked area plot, done with
qplot, but I have not succeeded...
What do I have so far (I am dealing with the development of cover of
specific groups of plants):
library(ggplot2)
library(RODBC)
channel <- odbcConnect("myusername", case="tolower")
sql <- "select trial, cover_of, dateofsurvey, cover from
2010 Nov 01
2
how to save this result in a vector
HI, Dear R community,
I have the following codes to calculate the commulative coverage. I want to
save the output in a vector, How to do this?
test<-seq(10, 342, by=2)
#cover is a vector
cover_per<-function (cover) {
for (i in min(cover):max(cover)) {print(100*sum(ifelse(cover >= i, 1,
0))/length(cover))}
}
result<-cover_per(test)
> result
NULL
Can anyone help me this this?
2006 Jul 10
2
ArcView + Samba: Performance nightmare under Linux, ok under Solaris or HP-UX
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
For some months now I'm hunting a Samba performance problem
without a solution yet.
Now I'm hoping someone on this list has an idea (In fact,
I already reported the problem to the mailing list but got
only one reply which did not help)
So I'm here for another try...
Here's the situation:
Some of our users runs Windows XP with
2006 Jul 10
1
ArcView + Samba: Performance nightmare under Linux, o k under Solaris or HP-UX
Have you checked the network end of things? This is the same type of thing
I see when the NIC and ethernet switch don't autonegotiate to the same
settings.
Hope I didn't step on anybody's toes here. I'm new to the list.
---------------------------------------------------------------------------
Tony Hoover, Network Administrator
KSU - Salina, College of Technology and
2013 Sep 12
6
[PATCH] RFC xen: suppress Coverity warnings about atomic_read and atomic_set.
Coverity generates false positives when read_atomic() and
write_atomic() are called with pointers to objects smaller than 64
bits (because it can''t see that the 64-bit access in the switych
statement is dead code).
I don''t want to automatically suppress all ofthose, because
read_atomic()...
2004 Sep 10
5
autoheader failing?
With these versions:
ii autoconf 2.54-2 automatic configure script builder
ii automake1.6 1.6.3-2 A tool for generating GNU Standards-complian
I am unable to build the autoconfiscations. autoheader gives:
autoheader2.50: error: AC_CONFIG_HEADERS not found in configure.in
What versions are you using?
(btw, I do think it would be a very good idea to start using
2006 Feb 04
6
Best practice: "reaching" through many tables?
Hi folks! I''m about five weeks into Rails; this is my first question
after lurking for a little while.
I''m writing an app to help a printer verify that the information on
magazine covers is correct; this verification happens across several
organizations, and for several magazine titles. When a particular cover
is "stalled" in one status for two long, the app
2005 Dec 12
2
Extremely slow Samba3 performance with ArcView/WinXP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I have a user who is running a Samba server to store data
files for his ArcView 3.3 application. Client operating
system is Windows XP professional.
With Samba2 (2.2.8a) this was working quite fine, it usually
took less than a few seconds to load and render one of the
GIS presentations with ArcView.
We then did an upgrade to Samba3 (3.0.20b)
2007 May 19
1
Coverity and libvorbis
Hi all,
I'm not sure if you are aware, but libvorbis has been scanned by the
Coverity static analysis team :
http://scan.coverity.com/
For libvorbis, it found 8 possible bugs.
To fix these bugs Coverity need a repesentative from the project to
contact them for access to the coverity reporting facilities.
The reason I am keen to see Xiph take up this challenge is that when
a...
2019 Apr 09
3
large cover size bug with android?
When trying to play vorbis or opus files that have large cover sizes
>1MB on android 8.0 built in player, they fail to play. Removing the
cover allows them to play.
Has anyone encountered this before or know if it is a known android or
opus/vorbis bug?
2020 Nov 06
1
[DebugInfo] A value-tracking variable location update
Hi David,
On Fri, Nov 6, 2020 at 7:10 PM David Blaikie <dblaikie at gmail.com> wrote:
> > The first observation: a significant increase in the byte-coverage statistic,
> > meaning that we're able to track variable locations for longer and across more
> > code. This was one of the main aims of this work, having better tracking of
> > the locations that we know.
2012 Jan 10
1
[nut-commits] svn commit r3383 - branches/coverity
Hi Michal
2012/1/10 Michal Hlavinka <mihl-guest at alioth.debian.org>
> Author: mihl-guest
> Date: Tue Jan 10 09:10:04 2012
> New Revision: 3383
> URL: http://trac.networkupstools.org/projects/nut/changeset/3383
>
> Log:
> Creating a branch for Coverity reported problems
>
I'm very interested there!
Have you been able to get NUT part of the Coverity Scan program, or are you
running Coverity on your own?
I'd love to see a summary report, to get an overall idea of the situation.
cheers,
Arnaud
--
Linux / Unix Expert R&D - Eaton -...
2013 Jun 13
0
*BAD*gran_size
CentOS 6.4, current, Dell PE R720.
Had an issue today with a bus error, and googling only found two year old
references to problems with non-Dell drives (we just added two WD Reds,
and mdadm raided them).
So, looking through dmesg and /var/log/messages, I ran into a *lot* of
G
gran_size: 128K chunk_size: 256K num_reg: 10 lose cover
RAM:
0G
gran_size: 128K chunk_size:
2013 Feb 28
2
Ploting different values with different colors
Hello I am trying to plot a 20 x 20 grid of points with the colors of each
point refering to percent cover of that specific point
So basically the point are all the same size and their position on the
graph is base on their coordinates (x,y). I want the color (a grey scale
from white=0 to black =100) to represent the values of each of these point
(cover)
Here is what my data looks like
2013 Aug 30
14
Coverity + XenProject + Process?
Hey
We have a static analyzer setup for Xen called Coverity. It allows
the code to be inspected for bugs and such.
Originally I setup this so that we could make sure that there are no
bugs that cause security issues - and as such invited only folks
on the security Xen mailing list.
But there are other folks who I am sure would like to contribute
and as Co...
2012 Nov 09
0
Wine release 1.5.17
...wine_ prefix on generated functions.
Alistair Leslie-Hughes (1):
iads.idl: Add missing interfaces.
Andrew Eikum (1):
oleaut32: helpcontext is not an offset.
Andr? Hentschel (33):
dplayx/tests: Add missing GetPlayerName test.
fusion: Reorder some code to avoid memory leak (coverity).
gdi32: Avoid memory leaks (coverity).
ieframe: Avoid memory leak (coverity).
oleaut32: Don't leak SafeArray (coverity).
ole32: Don't leak memory allocated by enumx_allocate (coverity).
rpcrt4: Reorder code to make sure RpcBindingFromStringBinding[AW] cleans u...
2010 Aug 26
3
Non-standard sorts on vectors
I have a dataset I need to sort:
test.df<-data.frame(Zone=c("Floodplain", "Lake",
"Shoreline"),Cover=c(50,60,70))
However, I don't want it sorted ascending/descending but in an order that I
define via a vector:
sort.v<-data.frame(c("Lake","Shoreline","Floodplain"))
I realize I could probably just create the vector of