Re: Mysterious crash in NSRunLoop, using libobjc2 on Linux

2017-12-20 Thread David Chisnall
On 20 Dec 2017, at 21:08, Lobron, David wrote: > > The [NSException raise] method just calls "@throw self" when > _NATIVE_OBJC_EXCEPTIONS is defined It does, but [NSException raise] is another function (well, method, but after the call to objc_msgSend it’s a function).

Re: GNUStep compiled from source

2017-12-20 Thread Riccardo Mottola
Hi Daniel, Daniel Santos wrote: Problem solved. The latest version of the framework from git repos works. Guess I just needed a rubber duck, instead of bugging you I told you to check :) I had banged my head against the wall already, when mixing library versions you get that thread issue.

Re: Mysterious crash in NSRunLoop, using libobjc2 on Linux

2017-12-20 Thread Lobron, David
Hi David- >> I've now got a very pruned-down program that reproduces the bug. However, >> that program still uses NSException, NSAutoreleasePool, and the >> NS_DURING/HANDLER/ENDHANDLER macros. I've tried replacing these with plain >> @try/@catch and @throw in order to depend only on

Re: crash upon startup in GWorkcenter, Recycler, ProjectCenter and Gorm

2017-12-20 Thread Richard Frith-Macdonald
> On 19 Dec 2017, at 20:33, Josh Freeman wrote: > > Hi Tom, > > This appears to be the same issue as the Base/GUI ivar-offset mismatch that > was discussed back in April [1] & June [2]. > > While the issue still hasn't been fixed, there is a workaround,

Re: GNUStep compiled from source

2017-12-20 Thread Ivan Vučica
On Tue, Dec 19, 2017 at 8:53 PM, Daniel Santos wrote: > Problem solved. The latest version of the framework from git repos works. > > Guess I just needed a rubber duck, instead of bugging you No worries, I happen to like problems that solve "themselves". ;-)

Re: broken daily builds

2017-12-20 Thread Ivan Vučica
sri, 20. pro 2017. u 00:10 Riccardo Mottola napisao je: > Hi all, > > while testing the latest changes in base on some of my stranger machines > which can't access github, I got the daily snapshots.. as I often did... > Just to discover a bad thing: even if the name

Re: emacs objc code completion

2017-12-20 Thread Ivan Vučica
sri, 20. pro 2017. u 08:32 David Chisnall napisao je: > On 20 Dec 2017, at 05:40, Giah de Barag wrote: > > > > If you use emacs with objc code completion, would you mind sharing the > recipe for enabling it? > > I don’t know the details for emacs,

Re: emacs objc code completion

2017-12-20 Thread David Chisnall
On 20 Dec 2017, at 05:40, Giah de Barag wrote: > > If you use emacs with objc code completion, would you mind sharing the recipe > for enabling it? I don’t know the details for emacs, but for vim the YouCompleteMe plugin is now moving to using the clang daemon rather than an