GNOME Bugzilla – Bug 420443
Specific UNDO/REDO sequence of link/unlink tasks causes assert failure
Last modified: 2008-07-22 14:13:05 UTC
Steps to reproduce: 1. Insert task 2. Insert task 3. Select these tasks and then click Link tasks 4. Click unlink tasks 5. Click UNDO, UNDO (to remove the unlink and then remove the link action) 6. Click REDO Fails on both Windows and Linux version 0.14.1 (and anon SVN of around 19th march) with the same failure. Stack trace: Planner-ERROR **: file planner-cmd-manager.c: line 462 (transaction_cmd_do): assertion failed: (cmd_sub->type == PLANNER_CMD_TYPE_NORMAL) aborting... Other information: Adding a debug to the code I see that cmd_sub->type is equal to 1 (i.e. a begin), and I can see where it sort of fails in the code so working on a fix myself.
I'll work on this please so I can get back into some patching.
Bug still present on WinPlanner 0.14.2, Vista 32bit
This problem has been fixed in the development version. The fix will be available in the next major software release. I hope it was safe to assume you weren't working on it anymore ;-) Thank you for your bug report.