As I wrote earlier, I have an application that sometimes dies without
warnings or messages. The dialog I wrote about doesn't pop up either.
Does anyone know where else I can look to figure out why it is dying,
and in which statement ?
Danny
When I run it under gdb, all that happens is :
Jan Rinze wrote:
> Pedro Alves wrote:
>> Yes there is. Fix the software that is making the problem trigger.
>> 10 years ago, having a handler was the only way to go, but nowadays
>> I guess most problems are solved now.
>> The most problematic constructs where things like:
>>
>> char* buf = <...>;
First to clear something up : my toolchain build problem is solved, you
may have missed that in the many messages on the list these days.
Apparently some of the newlib files get compiled wrong with the default
build options (-O2 -O).
On Sat, 2007-04-21 at 04:11 +0200, Jan Rinze wrote:
> > 2. Pedro
Danny Backx wrote:
> First to clear something up : my toolchain build problem is solved, you
> may have missed that in the many messages on the list these days.
> Apparently some of the newlib files get compiled wrong with the default
> build options (-O2 -O).
>
> On Sat, 2007-04-21 at 04:11 +0200,