Uncatchable exceptions on some systems.

2007-07-09 Thread Joshua ChaitinPollak
Hello, I'm at my wits end. I'm building a C++ application for an embedded device, but I'm having trouble catching exceptions within the embedded environment. The exact same code works fine on my regular desktop environment, with the same version of GCC (4.1.2). I've been able to boil this down to

Re: Uncatchable exceptions on some systems.

2007-07-09 Thread Joshua ChaitinPollak
rk (I know I posted some a while back.) David Daney. I'm using 0.9.28. I didn't realize uclibc could affect this. Can you recommend a version where exceptions work? -- Joshua ChaitinPollak Software Engineer Kiva Systems

Re: Uncatchable exceptions on some systems.

2007-07-09 Thread Joshua ChaitinPollak
On Jul 9, 2007, at 2:22 PM, David Daney wrote: Joshua ChaitinPollak wrote: On Jul 9, 2007, at 1:43 PM, David Daney wrote: You don't say what version of uclibc you are using. The last time I checked, exception handling on uClibc was foobar. I am not sure if it is true for the version