search for: efenc

Displaying 5 results from an estimated 5 matches for "efenc".

Did you mean: efence
2000 Apr 25
1
0.3.4 is due
...gt; wrote: > I downloaded the cabal version as well and I seem to have discovered a > problem. > > Whenever the regenerate key goes off it manages to eat memory somewhere. > > I set the regen time from 90 minutes to basically all day. > > Have you tried running this under efence? efence didn't show anything when I tried to use it a few weeks back. Guus discovered two bugs this weekend, so maybe that fixes your problem. Guus: how is that fix coming along? -- Ivo Timmermans `@_______ -------------- next part -------------- A non-text attachment was scrubbed... N...
2002 Jun 13
3
[R] help debugging segfaults
...an, and Simon Wood (did I miss anyone?). The problem seemed to have gone away. Everyone suggested using some malloc debugger (such as Electric Fence). All I did was following half of what BDR suggested below, i.e., changing all the S_alloc() calls to Calloc() and Free(). I didn't get to try efence, and the problem seems to have disappeared! As I read it from the R-exts manual, the difference between S_alloc and Calloc is that S_alloc takes memory from the heap, whereas Calloc takes memory addtional to the heap. So can anyone explain what's going on? It's still kind of mysterious...
2001 Jan 22
1
openssl make fails
I am running a p166 hardware with suse linux 7.0. I have downloaded the ssl version from your website. I did a ./config -d no-asm I did a ./make during the compilation of /apps the gcc -o openssl ... -lcrypto -lefence -ldl the following error message: /usr/i486-suse-linux/bin/ld: cannot find -lefence collect2: ld returned 1 exit status make[2]: *** [openssl] Error 1 make[2]: Leaving directory '/root/openssl-0.9.6/apps' make[1]: *** [all] Error 1 make[1]: Leaving directory `/root/openssl-0.9.6' make:...
1999 Oct 14
1
Current Debian unstable has a broken libm?
...ilding and linking against libc5 still produces a working executable. Bulding with -O0 and -O1 is OK. Building against libc/m 2.0.7 on other machines is OK. I can't downgrade just the libc on Bloopfish as Debian won't let a libc go backward... (The code in question is squeaky clean with efence. This doesn't rule out a stack-based clobber of course...) *sigh*. Maybe all of Joerg's complaints about broken floating point in libc 2.1 (which I had been dismissing) are true after all.... Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http...
2000 Aug 31
2
More information on exception
The following block of code produces an exception. The testnew.ogg file is 10 seconds, containing pure silence encoded using mode E: http://www.cs.mun.ca/~chris3/testnew.ogg Other files and modes can cause the exception, but many files work fine. #include <stdio.h> #include "vorbis/vorbisfile.h" int main() { OggVorbis_File ov, ov2; FILE *f, *f2; f