bug-gnustep
[Top][All Lists]
Advanced

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

[bugs #4692] problem with registerUndoWithTarget: selector: object:


From: Richard Frith-Macdonald
Subject: [bugs #4692] problem with registerUndoWithTarget: selector: object:
Date: Tue, 28 Dec 2004 07:30:29 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12

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

/**************************************************************************/
[bugs #4692] Latest Modifications:

Changes by: 
                Richard Frith-Macdonald <rfm@gnu.org>
'Date: 
                Tue 12/28/2004 at 10:54 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Unreproducible
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Looks OK and nobody has reproduced this ... possibly an app bug?






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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=4692>
Project: GNUstep
Submitted by: Rob Burns
On: Sat 08/09/2003 at 20:21

Category:  Base/Foundation
Severity:  5 - Average
Item Group:  Bug
Resolution:  Unreproducible
Privacy:  Public
Assigned to:  None
Status:  Closed


Summary:  problem with registerUndoWithTarget: selector: object: 

Original Submission:  Using this code:

[undoManager registerUndoWithTarget:self selector:@selector(setState:) 
object:[em state]];

[undoManager undo];
[undoManager undo];

setState: only gets called the second time.

an example NSLog from this program: http://paiges.net/misc/EdenMath_test.tar.gz

bash-2.05b$ openapp EdenMath
2003-08-10 03:00:18.025 EdenMath[15367] em state - {current_value = 0; 
isNewDigit = YES; op_type = 0; previous_value = 0; trailing_digits = 0; }
2003-08-10 03:00:19.220 EdenMath[15367] we are undoing
2003-08-10 03:00:19.908 EdenMath[15367] we are undoing
2003-08-10 03:00:19.918 EdenMath[15367] setState in EMController
2003-08-10 03:00:19.929 EdenMath[15367] em state - {current_value = 2; 
isNewDigit = NO; op_type = 0; previous_value = 0; trailing_digits = 0; }
Segmentation fault
bash-2.05b$

using gnustep cvs from August 8

Follow-up Comments
------------------


-------------------------------------------------------
Date: Tue 12/28/2004 at 10:54       By: Richard Frith-Macdonald <CaS>
Looks OK and nobody has reproduced this ... possibly an app bug?












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

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







reply via email to

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