Re: Problems with GNUMail
Adam Fedor <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Organization | Digital Optics Corp |
| Message-ID | <[email protected]> |
On 2005-09-29 17:55:32 -0600 Holger Sebert <[email protected]> wrote: > Even after I had re-emerged GNUMail and Pantomime with debug option > turned > on, gdb told me that there were no debug symbols ... > > I reproduced the crash (which occurs when I select > "Mailbox->GetNewMail->All"), but after typing "bt" gdb told me "No > stack". > > Did I use gdb the wrong way? Oh, because the exception just exited the program. You could try break raise or break -[exception raise] before typing 'run'.