bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bugs #11516] Crash with TimeZone/CalendarDate/Autorelease


From: Manuel Guesdon
Subject: [bugs #11516] Crash with TimeZone/CalendarDate/Autorelease
Date: Fri, 07 Jan 2005 07:45:36 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804 Galeon/1.3.17

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




/**************************************************************************/
[bugs #11516] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11516>
Project: GNUstep
Submitted by: Manuel Guesdon
On: ven 07.01.2005 at 12:32

Category:  Base/Foundation
Severity:  9 - Blocker
Item Group:  Bug
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  Crash with TimeZone/CalendarDate/Autorelease

Original Submission:  Just put this in main():
  {
  NSAutoreleasePool     *arpTest = [NSAutoreleasePool new];
id d=[[NSCalendarDate alloc] initWithString: @"04/02/2004 16:53:41 CEST"
                             calendarFormat: @"%m/%d/%Y %H:%M:%S %Z"];
 NSLog(@"d=%@",d);
  [arpTest release];
  }
  {
  NSAutoreleasePool     *arpTest = [NSAutoreleasePool new];
id d=[[NSCalendarDate alloc] initWithString: @"04/02/2004 16:53:41 CEST"
                             calendarFormat: @"%m/%d/%Y %H:%M:%S %Z"];
 NSLog(@"d=%@",d);
  [arpTest release];
  }

(2 times)
The 2nd time, it crash:
2005-01-07 13:28:01.000 x[22382] Unknown time zone name `CEST'.
2005-01-07 13:28:01.000 x[22382] d=04/02/2004 16:53:41 CEST
2005-01-07 13:28:01.000 x[22382] Unknown time zone name `CEST'.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11516>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]