Changes between Version 2 and Version 3 of Ticket #11853
- Timestamp:
- 09/27/11 02:35:45 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11853 – Description
v2 v3 1 1 The following consistently fails with sage-4.7.2.alpha2 and also on `www.sagenb.org` (the new flask notebook based on sage-4.7): 2 2 3 1. If running locally, start with `sage -n`3 0. If running locally, start with `sage -n` 4 4 5 1. Create new worksheet, call it `GFhelp`5 1. Create new worksheet, call it `GFhelp` 6 6 7 1. In the worksheet, execute the following and wait for completion:7 2. In the worksheet, execute the following and wait for completion: 8 8 {{{ 9 9 GF? 10 10 }}} 11 11 12 1. Close the worksheet12 3. Close the worksheet 13 13 14 1. Reopen the worksheet `GFhelp`14 4. Reopen the worksheet `GFhelp` 15 15 16 1. Re-execute `GF?` by simply typing `SHIFT-ENTER`.16 5. Re-execute `GF?` by simply typing `SHIFT-ENTER`. 17 17 18 18 Now the worksheet totally hangs.
