bugGNUstep - Bugs: bug #21445, Gorm crashes when changing the...

Group
 
 

bug #21445: Gorm crashes when changing the name of an outlet/action

Submitter:  Gregory John Casamento <gcasa>
Submitted:  Sat 27 Oct 2007 01:22:18 AM UTC
   
 
Category:  Gorm Severity:  5 - Blocker
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  gcasa
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 01 Nov 2007 06:21:38 AM UTC, comment #5: 

Closing.

Gregory John Casamento <gcasa>
Group administrator
Sun 28 Oct 2007 05:47:46 AM UTC, comment #4: 

I've committed the change, so it should work now in SVN.  I'm confused about this change to begin with.   I'm not going to close this one yet and I will keep investigating.

Gregory John Casamento <gcasa>
Group administrator
Sun 28 Oct 2007 03:17:49 AM UTC, comment #3: 


The problem appears to be related to a change that was made in validateEditing here:

              tb = [_tableColumns objectAtIndex: _editedColumn];
             
              [self _setObjectValue: newObjectValue
                    forTableColumn: tb
                    row: _editedRow];


The newObjectValue used to be "string".   When I change it back to string it works fine.

GJC

Gregory John Casamento <gcasa>
Group administrator
Sat 27 Oct 2007 05:21:30 PM UTC, comment #2: 

Or something in appkit exposed an existing bug in Gorm.   I'm still investigating.

Gregory John Casamento <gcasa>
Group administrator
Sat 27 Oct 2007 04:38:34 PM UTC, comment #1: 

I was just going to report this!  I get the same thing with the latest SVN version.  I used this same version of Gorm a few revisions ago and it was working, so I think it might have been something that was done in AppKit.

Stef <stefanbidi>
Group Member
Sat 27 Oct 2007 01:22:18 AM UTC, original submission:  

Steps to reproduce:

1) open -a Gorm
2) click on NSObject
3) Subclass it
4) use the Class Inspector to add an outlet
5) click on the outlet in the table view
6) type a new name

RESULT: Gorm throws an exception about adding a nil.
EXPECTED: outlet/action should be changed to new name.

NOTE: I am not sure if this is an AppKit or a Gorm issue.  I will investigate further.

Gregory John Casamento <gcasa>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by stefanbidi (Posted a comment)
  • -email is unavailable- added by gcasa (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-11-01 gcasa StatusIn Progress Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code