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

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

Changes by: 
                Adam Fedor <[EMAIL PROTECTED]>
'Date: 
                Wed 03/24/04 at 04:56 (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:56         By: fedor
This bug must be somewhere else.

-------------------------------------------------------
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/





_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to