Bug#493250: [libgnustep-base1.16] NSInvocation breaks exception handling

2008-08-02 Thread Matthias Andreas Benkard
> Are there any differences between the way you compile > GNUstep Base, and the way the package is built? e.g. what flags do you > pass to configure? I compiled the stable GNUstep Startup by using the InstallGNUstep script (installation to home directory), and the Subversion checkout by calling c

Bug#493250: [libgnustep-base1.16] NSInvocation breaks exception handling

2008-08-01 Thread Hubert Chathi
On Fri, 1 Aug 2008 17:16:26 +0200, "Matthias Andreas Benkard" <[EMAIL PROTECTED]> said: > The program below, which does little more than raising an exception > from a method invoked by means of an NSInvocation object, crashes with > a SIGABRT by calling abort() from objc_exception_throw() as indi

Bug#493250: [libgnustep-base1.16] NSInvocation breaks exception handling

2008-08-01 Thread Matthias Andreas Benkard
Package: libgnustep-base1.16 Version: 1.16.3-2 Severity: important The program below, which does little more than raising an exception from a method invoked by means of an NSInvocation object, crashes with a SIGABRT by calling abort() from objc_exception_throw() as indicated by the attached gdb ou