4 msgExtracting all functions from C++ source code
2 msgForce GCC to unroll a loop?

Syslog fixes a bug?
\ Michael Wieher (7 May 2008)
. \ John Love-Jensen (8 May 2008)
. \ Atwood, Robert C (8 May 2008)
. \ candido lopez rodriguez (8 May 2008)
. \ Philipp Thomas (9 May 2008)

2 msggcc 4.2.x large file support
2 msgWindows DEP problem with nested functions
8 msgPorting GCC to 8051 Microcontroller
2 msgCleanup for thread local storage?
3 msgGCC 4.3.2 Install into Cygwin
4 msggcno file doesn't include uncalled member funct...
3 msgGCC 4.3.0 configure failure: libgcc
2 msglex/yacc
1 msgBuilding trunk -- error msg instrucitons not qu...
2 msgMIPS atomic builtins
3 msgEnabling loop unrolling in small sections of code.
1 msg#pragma warning
2 msgProblems building gcc 4.3
8 msggcc 4.3.0 -- program search path issue
1 msgRe: WELCOME to gcc
2 msgInclude paths for cpp/g++ (gcc 4.3.0)
2 msgLinking a library and source file into another ...
Subject:Re: Syslog fixes a bug?
Group:Gcc-help
From:Philipp Thomas
Date:9 May 2008


* Michael Wieher (michael.wieher) [20080507 23:06]:

> If I use syslog() to attempt to write data and see where it dies, it
> lives and works perfectly.

If you're on a system with glibc, try compiling with -D_FORTIFY_SOURCE=2,
which will give you runtime stack checking which will possibly help you
finding the spot where your code spills a buffer or something like it

Philipp


© 2004-2008 readlist.com