gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crashes in GUI when applying a theme (Thematic)


From: Richard Frith-Macdonald
Subject: Re: Crashes in GUI when applying a theme (Thematic)
Date: Mon, 23 Nov 2020 09:44:22 +0000

U tried playing around a bit, and managed to get an exception with the 
-pullsDown message being sent to a GSArrayEnumerator object ... that looked 
like a retain/release issue (message set to an object which had been 
deallocated and had the memory used by another object), so I set 
NSZombieEnabled=YES in the environment and retried.
This time the zombie code reported
  -[NSPopUpButtonCell pullsDown]: message sent to deallocated instance

So hopefully knowing what type of object was prematurely deallocated will help 
track the issue down.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]