bug-gnustep
[Top][All Lists]
Advanced

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

[bugs #4664] NSBrowser releases matrix when it should not


From: Adam Fedor
Subject: [bugs #4664] NSBrowser releases matrix when it should not
Date: Tue, 23 Mar 2004 23:52:32 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/124 (KHTML, like Gecko) Safari/125

This mail is an automated notification from the bugs tracker
 of the project: GNUstep.

/**************************************************************************/
[bugs #4664] Latest Modifications:

Changes by: 
                Adam Fedor <fedor@gnu.org>
'Date: 
                Wed 03/24/04 at 04:52 (US/Mountain)

------------------ Additional Follow-up Comments ----------------------------
This bug must be somewhere else.






/**************************************************************************/
[bugs #4664] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=4664>
Project: GNUstep
Submitted by: Stefan Urbanek
On: Thu 08/07/03 at 23:41

Category:  Gui/AppKit
Severity:  5 - Average
Item Group:  Bug
Resolution:  Invalid
Assigned to:  fedor
Status:  Declined


Summary:  NSBrowser releases matrix when it should not

Original Submission:  In NSBrowser.m around line 2714 RELEASE(matrix) is 
causing probles. Browser tries to use that matrix later, but it is released. I 
have tried to trace this bug, but i had no time. What i have found is, that it 
is sometimes trying to send messages to deallocated matrix when using more 
column browser and active delegate. Removing that RELEASE solves the problem.

I am not able to surely reproduce this bug.

AUTORELEASE instead of RELEASE seems to work too (no crashes so far).

Follow-up Comments
------------------


-------------------------------------------------------
Date: Wed 03/24/04 at 04:52         By: fedor
This bug must be somewhere else.

-------------------------------------------------------
Date: Wed 03/24/04 at 04:37         By: fedor
This bug must be somewhere else.

-------------------------------------------------------
Date: Wed 08/13/03 at 15:22         By: benhur
The problem is probably not in this RELEASE, because in the line preceeding it 
the matrix is retained by bc:
  [bc setColumnMatrix: matrix]
Can you produce a stack trace, please?

Benhur












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=4664>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

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