Re: [Cegcc-devel] Exception handler that pops up a dialog

2007-04-21 Thread Danny Backx
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 :

Re: [Cegcc-devel] Exception handler that pops up a dialog

2007-04-21 Thread Pedro Alves
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 = <...>;

Re: [Cegcc-devel] Exception handler that pops up a dialog

2007-04-21 Thread Danny Backx
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

Re: [Cegcc-devel] Exception handler that pops up a dialog

2007-04-21 Thread Pedro Alves
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,