bugGNUstep - Bugs: bug #17696, Gorm segfault when trying to save...

Group
 
 

bug #17696: Gorm segfault when trying to save some nib files...

Submitter:  Gregory John Casamento <gcasa>
Submitted:  Sun 10 Sep 2006 04:23:39 PM UTC
   
 
Category:  Gorm Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  gcasa
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 03 Mar 2007 11:30:32 PM UTC, comment #2: 

This appears to work properly now.

Gregory John Casamento <gcasa>
Group administrator
Sun 10 Sep 2006 08:55:37 PM UTC, comment #1: 

When loading this .nib file in an application  I've the error message "method pathForResource: ofType: inDirectory: forLocalization: isn't implemented in NSBundle".

After look at the NSBundle.m file in gnustep-base-1.13.0, the method is implemented like that:
   [self notImplemented: _cmd];
   return nil;

after patch this with a "return @"";", the .nib file could be loaded in my application.

Maybe the Gorm segmentation fault come from that ... but with my ugly patch , saving the .nib file in Gorm still do a segmentation fault.

Christophe JALADY <thecat>
Sun 10 Sep 2006 04:23:39 PM UTC, original submission:  

The attached nib file appears to cause a crash with Gorm when saving it as either a nib or a gorm file.

I can't reproduce this with any other .nib file that I've tested, including some fairly complicated ones.

Procedure:
1) Load nib into gorm
2) Attempt to save as a gorm or nib file

RESULT: Segfault
EXPECTED: Succesful save.
WORKAROUND: None

GJC

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:
   

Attached Files
file #10724:  MainMenu.nib.tgz added by gcasa (39KiB - application/x-gtar - Lynkeos nib file which is failing to save properly.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-03-03 gcasa StatusIn Progress Fixed
        Open/ClosedOpen Closed
    2006-09-10 gcasa Attached File- Added MainMenu.nib.tgz, #10724

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code