[Debian GNUstep maintainers] Bug#929738: gnumail.app: gnumail freezes when i click 'info > preferences'

Yavor Doganov yavor at gnu.org
Fri Jun 14 17:34:17 BST 2019


Здравствуйте, Светлана!

On Sat, 01 Jun 2019 00:00:31 +0300,
Svetlana Tkachenko wrote:
> 2019-06-01 06:59:34.014 GNUMail[21423:21423] Bad application class '(null)' specified
> 2019-06-01 06:59:34.531 GNUMail[21423:21423] Problem posting notification: <NSException: 0x56399701e850> NAME:NSInvalidArgumentException REASON:[NSURL initFileURLWithPath:] nil string parameter INFO:(null)

Hm, this shouldn't happen -- I suspect that's the culprit.  Please
install the relevant -dbgsym packages, run GNUMail in gdb and put a
break on NSException -raise; like this:

$ gdb GNUMail
(gdb) break -[NSException raise]
Function "-[NSException raise]" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (-[NSException raise]) pending.
(gdb) run

When you reach the breakpoint, type "bt" at the gdb prompt and post
the backtrace.

С уважением,
Явор



More information about the pkg-GNUstep-maintainers mailing list