Re: GNUstep devs on FOSDEM 2023?

2023-01-29 Thread Fred Kiefer
I am sorry, I won’t make it to FOSDEM this year. Seeing you would be great but 
the German railway (DB) has all connections flagged as being unreliable und 
during the last year we learned what that means.
I ope you have a great time there.

Cheers,
Fred

> Am 10.01.2023 um 14:30 schrieb Ivan Vučica :
> 
> Hi,
> 
> I have booked a trip to Brussels during the FOSDEM weekend. I intend to be at 
> random talks at ULB Solbosch campus, as is traditional during FOSDEM, but I 
> will also prefer meeting people.
> 
> I doubt there will be space in the hacker room, but it would be a good use of 
> my time to hack away on something. Or we can just talk.
> 
> Please let me know if anyone is attending and also wants to meet!
> -- 
> Sent from Gmail Mobile




problem in NSDistributedNotificationCenter while terminating app

2023-01-29 Thread Ondrej Florian
Hi everyone,

I am encountering problem where an app is not terminating
correctly because it is stack waiting for reply from remote connection

From the stacktrace I assume this happens when NSApplication is
being deallocated and NSDistributedNotificationCenter tries to
removeObserver. 

Shouldn't this happen before NSApplication deallocates?
Could this be the problem?

Here is the stacktrace:

#1  [GSRunLoopCtxt pollUntil:within:]  GSRunLoopCtxt.m:391
#2  [NSRunLoop acceptInputForMode:beforeDate:] NSRunLoop.m:1254
#4  [NSConnection(Private) _getReplyRmc:for:] NSConnection.m:3192
#5  [NSConnection(GNUstepExtensions) forwardInvocation:forProxy:] 
NSConnection.m:2070
#6  [NSDistantObject forwardInvocation:] at NSDistantObject.m:618
#10 [NSDistributedNotificationCenter removeObserver:name:object:] 
NSDistributedNotificationCenter.m:468
#11 [NSNotificationCenter removeObserver:] NSNotificationCenter.m:1047
#12 [XGServer dealloc] XGServer.m:506
#16 [NSApplication dealloc] NSApplication.m:1255
#20 [NSApplication replyToApplicationShouldTerminate:] NSApplication.m:3584
#21 [NSApplication terminate:] NSApplication.m:3536
#22 [NSApplication sendAction:to:from:] NSApplication.m:2273
#23 [NSMenu performActionForItemAtIndex:] NSMenu.m:1393
#26 [NSMenuView mouseDown:] NSMenuView.m:2001