search for: seward

Displaying 20 results from an estimated 70 matches for "seward".

Did you mean: reward
2002 Dec 09
2
Need help installing some software
...s-opengl-120902-1 from http://wine.dataparty.no/). I get different results with all of them. Could anyone do a walkthrough with me using any of the above versions? Sometimes it seems like there is just a registry problem, other times it seems like a problem in the code. Tony -- Anthony Joseph Seward <anthony.seward@ieee.org>
2006 Jul 25
1
valgrind complains about save (PR#9096)
...R CMD BATCH --vanilla --debugger=valgrind foo.R oak$ R CMD BATCH --vanilla --debugger=valgrind bar.R oak$ cat foo.R foo <- 2 save(foo, file = "foo.Rdata") oak$ cat foo.Rout ==13521== Memcheck, a memory error detector. ==13521== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al. ==13521== Using LibVEX rev 1575, a library for dynamic binary translation. ==13521== Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP. ==13521== Using valgrind-3.1.1, a dynamic binary instrumentation framework. ==13521== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Sewar...
2005 Aug 01
4
valgrind complains about regex.c (PR#8043)
...CULAR PU= RPOSE. =1B[0m linux$ cat /etc/SuSE-release=20 SuSE Linux 9.3 (i586) VERSION =3D 9.3 linux$ R --vanilla --debugger=3Dvalgrind < bar.R >| bar.Rout =3D=3D22324=3D=3D Memcheck, a memory error detector for x86-linux. =3D=3D22324=3D=3D Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward = et al. =3D=3D22324=3D=3D Using valgrind-2.2.0, a program supervision framework for= x86-linux. =3D=3D22324=3D=3D Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward = et al. =3D=3D22324=3D=3D For more details, rerun with: -v =3D=3D22324=3D=3D=20 =3D=3D22324=3D=3D Invalid read of size 4...
2012 Jun 18
4
[LLVMdev] MemorySanitizer, a tool that finds uninitialized reads and more
...detect uses of uninitialized memory (the major feature of Valgrind/Memcheck not covered by AddressSanitizer). It will also find use-after-destruction-but-before-free in C++. The algorithm of the tool is similar to that of Memcheck ( http://static.usenix.org/event/usenix05/tech/general/full_papers/seward/seward.pdf ). We associate a few shadow bits with every byte of the application memory, poison the shadow of the malloc-ed or alloca-ed memory, load the shadow bits on every memory read, propagate the shadow bits through some of the arithmetic instruction (including MOV), store the shadow bits on e...
2017 May 24
2
memcmp code fragment
...wesome. > I wouldn't do it just to fix SPEC :P > > (people who care about bzip2 speed probably use any of the faster bzip2 > impls :P) > Danny, do you know of forks of bzip2 that are more efficient than bzip.org? I haven't seen one. Sirish is going to send a patch to Julian Seward and try to get the change in a new release of bzip2, and from there we may need to ask the AOSP folks to update bzip2. AOSP has the last released bzip2 from Sept 2010. For SPEC benchmarketing, doing the right thing wouldn't help. Maybe we should put this idiom and others under a -fspec flag ;...
2012 Jun 19
0
[LLVMdev] MemorySanitizer, a tool that finds uninitialized reads and more
...lized memory (the > major feature of Valgrind/Memcheck not covered by AddressSanitizer). > It will also find use-after-destruction-but-before-free in C++. > > The algorithm of the tool is similar to that of Memcheck ( > http://static.usenix.org/event/usenix05/tech/general/full_papers/seward/seward.pdf > ). > We associate a few shadow bits with every byte of the application memory, > poison the shadow of the malloc-ed or alloca-ed memory, > load the shadow bits on every memory read, > propagate the shadow bits through some of the arithmetic instruction > (including MO...
2008 Jul 09
1
memory leak in sub("[range]",...)
...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 library for dynamic binary translation. ==14519== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP. ==14519== Using valgrind-3.2.1, a dynamic binary instrumentation framework. ==14519== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Sewar...
2008 Aug 07
1
memory leak in sub("[range]", ...) when #ifndef _LIBC (PR#11946)
...) (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, and GNU GPL'd, by Julian Seward et al. ==28643== Using LibVEX rev 1658, a library for dynamic binary translation. ==28643== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP. ==28643== Using valgrind-3.2.1, a dynamic binary instrumentation framework. ==28643== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Sewar...
2005 Jul 24
1
Buglet in src/appl/splines.c (PR#8030)
...aLVt6Pw+ Content-Type: text/plain Content-Description: Output with original splines.c Content-Disposition: inline; filename="Out1.txt" Content-Transfer-Encoding: 7bit ==5085== Memcheck, a memory error detector for x86-linux. ==5085== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al. ==5085== Using valgrind-2.4.0, a program supervision framework for x86-linux. ==5085== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al. ==5085== For more details, rerun with: -v ==5085== R : Copyright 2005, The R Foundation for Statistical Computing Version 2.2.0 Under de...
2009 Feb 20
2
segfault on amd64 with ffmpeg
...port LD_LIBRARY_PATH=/usr/local/lib pre-barreau at augustins:~/video$ valgrind /home/pub/apps/ffmpeg_dev/ffmpeg_svn/ffmpeg -i ffmpeg_pb_jack_test_14.mpg -vcodec libtheora -f ogg -y test.ogg ==12051== Memcheck, a memory error detector. ==12051== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==12051== Using LibVEX rev 1854, a library for dynamic binary translation. ==12051== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP. ==12051== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation framework. ==12051== Copyright (C) 2000-2007, and GNU GPL'd, by Ju...
2009 May 25
3
Converting mbox files with dots in names to Maildir
I tried to run convert-tool from dovecot-1.2-0.rc2 on a tree of mbox files with some containing dots in the filenames and got this failure: # /usr/libexec/dovecot/convert-tool ken /home/ken mbox:/home/ken/mail maildir:/home/ken/Maildir Error: Mailbox conversion: Couldn't create mailbox Lists.WINE.patches: Mailbox already exists Error: Internal failure *** glibc detected ***
2012 May 08
1
[PATCH] Add missing functions to VorbisComment class + a few other things
...omment::Entry entry("ARTIST", "Someone cool and terribly hip"); return 0; } [~]$ g++ -Wall -Wextra -O1 -g -lFLAC++ -o invalid_read main.cc [~]$ valgrind ./invalid_read ==11150== Memcheck, a memory error detector ==11150== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al. ==11150== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info ==11150== Command: ./invalid_read ==11150== ==11150== Invalid read of size 4 ==11150== at 0x4030366: FLAC::Metadata::VorbisComment::Entry::set_field_name(char const*) (metadata.cpp:653) ==11150== by 0x7D5E35:...
2017 Feb 10
3
Pressing either Ctrl-\ of Ctrl-4 core dumps R
...ge. Grepping the R source code, it doesn't look like that message is generated by R itself. Over on Twitter, it has been confirmed to also happen on macOS. $ R -d valgrind --vanilla --quiet ==979== Memcheck, a memory error detector ==979== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==979== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info ==979== Command: /usr/lib/R/bin/exec/R --vanilla --quiet ==979== > 1+2 [1] 3 # At next prompt I press Ctrl-\. The same happens also when done in the middle of an entry. > ==979== ==979== Process terminating wi...
2009 Aug 12
1
[PATCH libguestfs] fish: don't read freed memory
...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 Julian Seward et al. ==11953== Using LibVEX rev 1884, a library for dynamic binary translation. ==11953== Copyright (C) 2004-2008, and GNU GPL'd, by OpenWorks LLP. ==11953== Using valgrind-3.4.1, a dynamic binary instrumentation framework. ==11953== Copyright (C) 2000-2008, and GNU GPL'd, by Juli...
2008 Aug 07
0
memory leak in sub("[range]", ...) when #ifndef _LIBC (PR#12488)
...ind 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, and GNU GPL'd, by Julian Seward et al. > ==28643== Using LibVEX rev 1658, a library for dynamic binary translation. > ==28643== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP. > ==28643== Using valgrind-3.2.1, a dynamic binary instrumentation framework. > ==28643== Copyright (C) 2000-2006, and GNU GPL...
2004 May 28
0
Signal 11 on winbindd start: memory leak in malloc
...vise was to use valgrind to analyze the problem (obviously because of the malloc call), I ran winbindd with "valgrind --leak-check=yes" and here's the result: ==23407== Memcheck, a memory error detector for x86-linux. ==23407== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward. ==23407== Using valgrind-2.1.1, a program supervision framework for x86-linux. ==23407== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward. ==23407== For more details, rerun with: -v ==23407== ==23407== ==23407== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 45 from 1) ==23407==...
2011 Aug 11
1
Memory leak
...return 0; } As can be seen from valgrind output, when the encoder is not reused after finish(), no leaks occur: $ g++ -Wall -O3 main.cc -lFLAC++ $ valgrind --leak-check=full ./a.out 1 ==30494== Memcheck, a memory error detector ==30494== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al. ==30494== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info ==30494== Command: ./a.out 1 ==30494== ==30494== ==30494== HEAP SUMMARY: ==30494== in use at exit: 0 bytes in 0 blocks ==30494== total heap usage: 28 allocs, 28 frees, 144,168 bytes allocated ==30494== ==304...
2012 Oct 16
1
[LLVMdev] MemorySanitizer, a tool that finds uninitialized reads and more
...t;> major feature of Valgrind/Memcheck not covered by AddressSanitizer). >> It will also find use-after-destruction-but-before-free in C++. >> >> The algorithm of the tool is similar to that of Memcheck ( >> http://static.usenix.org/event/usenix05/tech/general/full_papers/seward/seward.pdf >> ). >> We associate a few shadow bits with every byte of the application memory, >> poison the shadow of the malloc-ed or alloca-ed memory, >> load the shadow bits on every memory read, >> propagate the shadow bits through some of the arithmetic instructio...
2020 Jun 09
2
valgrind false positive on R startup?
...ositive? Any ideas how to fix/suppress? Seems related to TRE, do I need to upgrade that? (base) tdhock at maude-MacBookPro:~/R/binsegRcpp$ R --vanilla -d valgrind -e 'extSoftVersion()' ==9565== Memcheck, a memory error detector ==9565== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==9565== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info ==9565== Command: /home/tdhock/lib/R/bin/exec/R --vanilla -e extSoftVersion() ==9565== ==9565== Conditional jump or move depends on uninitialised value(s) ==9565== at 0x55AB9E0: __wcsnlen_sse4_1 (strlen.S:147) ==9...
2012 Sep 12
2
valgrind crashing
...I can run R in bash using $ R-2.15.0-vg2 Valgrind was installed from the Ubuntu repositories using apt-get. But ... $ R-2.15.0-vg2 -d valgrind --vanilla R-2.15.0-vg2 -d valgrind --vanilla ==29007== Memcheck, a memory error detector ==29007== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al. ==29007== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info ==29007== Command: /usr/local/lib64/R-2.15.0-vg2/lib64/R/bin/exec/R --vanilla ==29007== --29007-- Warning: DWARF2 CFI reader: unhandled DW_OP_ opcode 0x2a valgrind: m_debuginfo/readdwarf.c:2292 (copy_co...