Displaying 20 results from an estimated 6000 matches similar to: "Extending the logging format?"
2006 Jul 25
1
valgrind complains about save (PR#9096)
valgrind complains about the save command in R 2.3.1 as shown by the
script included below. Of course, I don't know whether this "Conditional
jump or move depends on uninitialised value(s)" is really a bug.
Experience with similar issues in my own code says it may be, but it
is also hard to tell. Having no familiarity with the code cited
in deflate.c, I leave the issue to experts.
2008 Jan 06
2
[LLVMdev] trouble with getelementptr
Hello,
I have next code:
;begin
; ModuleID = 'sample.lz'
@.str1 = internal constant [20 x i8] c"\22hello, cruel
world\22" ; <[20 x i8]*> [#uses=1]
@.str4 = internal constant [9 x i8] c"\22hello, \22" ; <[9 x
i8]*> [#uses=1]
@.str7 = internal constant [7 x i8] c"\22heya!\22" ; <[7 x
i8]*> [#uses=1]
2006 Nov 15
1
GPL java
For the people who are currently interested in java as it relates to
centos now that Sun has GPL'd java there are some things to be aware
of.
The folks at jpackage.org are pretty much all over this development
but it's not the bright shiny news everyone has made it out to be. Sun
did a very good thing by moving java under the GPL, and they should be
commended for FINALLY seeing the light
2015 Apr 27
0
Real sh? Or other efficient shell for non-interactive scripts
On Mon, Apr 27, 2015 at 11:16 AM, Joerg Schilling
<Joerg.Schilling at fokus.fraunhofer.de> wrote:
> >
> You should read the GPL and get help to understand it. The GPL does not forbid
> this linking. In contrary, the GPOL allows any GPLd program to be linked
> against any library under and license. If this was not thecase, you could not
> legally distribute binaries from
2009 Aug 12
1
[PATCH libguestfs] fish: don't read freed memory
Using the latest code, I was seeing a failure of the remote alloc part
of the test-remote.sh test:
i.e., this would fail:
make check -C regressions TESTS=test-remote.sh
Running valgrind on it, I got this:
$ libtool --mode=execute valgrind ../fish/guestfish --remote alloc test.img 10M
==11953== Memcheck, a memory error detector.
==11953== Copyright (C) 2002-2008, and GNU GPL'd, by
2008 Aug 07
0
memory leak in sub("[range]", ...) when #ifndef _LIBC (PR#12488)
For the record: this is now fixed.
On Thu, 7 Aug 2008, bill at insightful.com wrote:
> Full_Name: Bill Dunlap
> Version: R version 2.8.0 Under development (unstable) (2008-07-05 r46037)
> OS: Linux
> Submission from: (NULL) (76.28.245.14)
>
>
> valgrind finds some memory leaks in R when I use sub() with
> a range in the regular expression:
>
> % R
2008 Jul 09
1
memory leak in sub("[range]",...)
There is a 2-block memory leak in the sub() (or any other regex-related
function, probably) when the pattern argument involves a range
expression, e.g., '[0-9]'.
% R --debugger=valgrind --debugger-args=--leak-check=full --vanilla
==14519== Memcheck, a memory error detector.
==14519== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==14519== Using LibVEX rev 1658, a
2008 Aug 07
1
memory leak in sub("[range]", ...) when #ifndef _LIBC (PR#11946)
Full_Name: Bill Dunlap
Version: R version 2.8.0 Under development (unstable) (2008-07-05 r46037)
OS: Linux
Submission from: (NULL) (76.28.245.14)
valgrind finds some memory leaks in R when I use sub() with
a range in the regular expression:
% R --debugger=valgrind --debugger-args=--leak-check=full --quiet --vanilla
==28643== Memcheck, a memory error detector.
==28643== Copyright (C) 2002-2006,
2005 Jul 24
1
Buglet in src/appl/splines.c (PR#8030)
--AZaLVt6Pw+
Content-Type: text/plain; charset=us-ascii
Content-Description: message body text
Content-Transfer-Encoding: 7bit
Dear all,
I was looking at "splinefun" and the underlying C code and believe
that there is a memory access error in the C routine "spline_eval".
Specifically, on line 368 and following the following code appears:
if(ul < x[i] || x[i+1] < ul)
2015 Jul 15
2
How to dial extensions asynchronous-sequentially ?
Heya Rodrigo
Not sure, but this expansion on Sammy's concept may help you achieve the delayed ring on the secondary extensions you were looking for.
exten => _600.,1,Dial(PJSIP/${EXTEN})
exten => _600.,n,Hangup
exten => _600.wait5,1,Wait(5)
exten => _600.wait5,n,Dial(PJSIP/${EXTEN:0:4})
exten => _600.wait5,n,Hangup
exten => 555,1,Dial(LOCAL/6001&LOCAL/6002.wait5)
2008 Jul 10
0
RODBC Close Memory Leak Question
Hi everyone,
In relation to the RODBC odbcClose bug which was fixed back in the
changelog below:
Version: 1.2-3 (2008-01-24, released)
* Plug a memory leak in inRODBCClose (closing a connection),
reported by Stephan Henne.
* Use translateChar() on character data sent in.
Background:
I am running some data from a SQL Server database, through unixODBC
(freetds) into R via the RODBC
2008 Jul 10
1
memory leak in readline code
Several folks have previously written that valgrind notices
a memory leak in R's readline code. It looks like it leaks
a copy of every input line.
% ~/R-svn/r-devel/R/bin/R --debugger=valgrind --debugger-args=--leak-check=full --vanilla
==10725== Memcheck, a memory error detector.
==10725== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==10725== Using LibVEX rev 1658, a
2009 Feb 20
2
segfault on amd64 with ffmpeg
Hi,
and thank to you all for this great codec !
I have this bug on Debian Lenny with compiled packages of last svn versions of
ffmpeg and libtheora. This seems to append only on the amd64 arch. Here is a
valgrind log :
pre-barreau at augustins:~/video$ export LD_LIBRARY_PATH=/usr/local/lib
pre-barreau at augustins:~/video$ valgrind
/home/pub/apps/ffmpeg_dev/ffmpeg_svn/ffmpeg -i
2012 May 08
1
[PATCH] Add missing functions to VorbisComment class + a few other things
--- On Tue, 5/8/12, Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:
> Honestly, I really doubt this is a bug in valgrind :-). How
> were you testing
> this?
Well, I've read that there have been bugs in valgrind, were SSE optimized versions of strlen() do guaranteed safe overreads of memory, but valgrind wasn't aware the overreads were safe.
Anyway, it seems easy to
2006 Oct 19
0
Memory leak
This is a followup to the R-help thread, "Error: STRING_ELT() can only
be applied to a 'character vector', not a 'builtin'". Thanks to Prof.
Brian Ripley for suggesting the use of gctorture and valgrind. I am
getting segmentation faults that appear to come from a memory leak.
I now have a reproducible example (below). It requires the "g.data"
package
2004 May 28
0
Signal 11 on winbindd start: memory leak in malloc
Version: 3.0.2a-1 (both in distributed package and in package rebuilt on my
machine)
OS: Debian testing
Environment: Windows 2000 Active Directory
I am trying to setup winbind on my machine as described in the Samba HOWTO
collection. I have edited nsswitch.conf and smb.conf as instructed and my
samba server has joined the domain (security = ads). Kerberos is configured
and the samba server
2006 Sep 17
1
R-base licensing question
It is my understanding that R is licensed under the GPL with the
exception of a few header files for the purposes of linking binary code
with R under non-GPL licenses.
However, the R-base package itself is licensed under the GPL, as are
many (but not all) packages in CRAN. Furthermore, basically any R
script will use functionality from R-base. As I understand it, the
situation isn't
2014 Dec 11
2
[LLVMdev] [cfe-dev] Phabricator update
Heya, I'll look into it first thing tomorrow - probably a problem with the
encoding settings.
On Thu Dec 11 2014 at 9:17:40 PM Robinson, Paul <
Paul_Robinson at playstation.sony.com> wrote:
> What I'm seeing is that Phabricator emails double-space *everything*
> (not just the diffs).
>
> --paulr
>
>
>
> *From:* cfe-dev-bounces at cs.uiuc.edu
2011 Aug 11
1
Memory leak
During my current dealings with the FLAC library I think I discovered a memory leak. After an encoder stream has finish()'ed, I believe you are supposed to use it again by calling init(). However, when verification is enabled, the init() routine will create a new stream decoder (to verify the data) without deleting (or reusing) the existing one. A small program demonstrating this is pasted
2007 Sep 21
3
win32-file-stat bug
Heya all,
Anyone have any ideas on this one?
http://rubyforge.org/tracker/index.php?func=detail&aid=13825&group_id=85&atid=411
It''s easy enough to rescue, I''d just like to know what MRI does in this
case, so we can duplicate it.
Regards,
Dan