=================== BUG #4664: FULL BUG SNAPSHOT =================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4664&group_id=99
Submitted by: stefanu Project: GNUstep Submitted on: Fri 08/08/03 at 01:41 Category: Gui/AppKit Severity: 5 - Major Bug Group: Bug Resolution: None Assigned to: None Status: Open 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). No Followups Have Been Posted CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4664&group_id=99 _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
