[Debian GNUstep maintainers] Bug#1087735: gworkspace.app: NSImage(instance) does not recognize subviews

Yavor Doganov yavor at gnu.org
Mon Nov 18 06:55:53 GMT 2024


Control: severity -1 grave
Control: tags -1 + moreinfo

Paul Seelig wrote:
> Package: gworkspace.app
> Version: 1.0.0-4
> Severity: important
> 
> the current gworkspace.app application for trixie/i386 shows following error
> message when started:
> 
> "Uncaught exception NSInvalidArgumentException, reason: NSImage(instance) does
> not recognize subviews"
> 
> and only leaves the option to "Abort" the application.

Many thanks for the report.  This bug is release-critical because i386
is a release architecture.  Chances are that it affects other 32-bit
architectures, too.

> A screenshot is available at
> http://wmlive.rumbero.org/NSInvalidArgumentException.png for a
> visual depiction of the error message.

This shows NSContstantString(instance) but never mind.

Could you please install gworkspace.app-dbgsym,
gworkspace-libs-dbgsym, libinspector0-dbgsym,
libgnustep-gui0.31-dbgsym, libgnustep-base1.30-dbgsym, libobjc4-dbgsym
and run GDB like this:

$ gdb GWorkspace
(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) r
...
(gdb) bt

And then post the backtrace you get?  Thanks!



More information about the pkg-GNUstep-maintainers mailing list