bugGNUstep - Bugs: bug #34603, GlobalDefaults.plist with...

Group
 
 

bug #34603: GlobalDefaults.plist with malformed content makes gnustep-using app stuck

Submitter:  julian <julian_>
Submitted:  Wed 19 Oct 2011 07:57:01 PM UTC
   
 
Category:  Base/Foundation Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  In Test
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 20 Oct 2011 10:27:57 AM UTC, comment #2: 

thanks, but i can't test the fix, because as i mailed to you privately your checkin r34030 broke the base configure script (for clang):


checking whether objc really works... no
I don't seem to be able to use your Objective-C compiler to produce
working binaries!  Please check your Objective-C compiler installation.
If you are using gcc-3.x make sure that your compiler's libgcc_s and libobjc
can be found by the dynamic linker - usually that requires you to play
with LD_LIBRARY_PATH or /etc/ld.so.conf.
Please refer to your compiler installation instructions for more help.
configure: error: The Objective-C compiler does not work or is not installed properly.

julian <julian_>
Thu 20 Oct 2011 09:03:25 AM UTC, comment #1: 

Should be OK in svn trunk now.

Richard Frith-Macdonald <CaS>
Group Member
Wed 19 Oct 2011 07:57:01 PM UTC, original submission:  

when installing a GlobalDefaults.plist with malformed content (*) starting a gnustep using app results in the app being stuck during startup. this really should produce a error message instead. low priority.

(*):

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml">
<plist version="0.9">
<dict>
<dict>
<key>NSFontSize</key>
<string>20</string>
</dict>
</dict>
</plist>

julian <julian_>

 

(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 CaS (Posted a comment)
  • -email is unavailable- added by julian_ (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
    2011-10-20 CaS StatusNone Fixed
        Open/ClosedOpen In Test

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code