Custom Query (1030 matches)
Results (994 - 996 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #41 | worksforme | Sporadic "can't cause layout during editing" exceptions | ||
| Description |
Every once in a while - it's hard to know under what circumstances, exactly - messages of the form: 2007-08-04 05:20:28.877 dx86cl64[3870:613] Exception raised during background layout: -[NSLayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] *** attempted layout while textStorage is editing. It is not valid to cause the layoutManager to do layout while the textStorage is editing (ie the textStorage has been sent a beginEditing message without a matching endEditing.) 2007-08-04 05:20:28.880 dx86cl64[3870:613] -[NSLayoutManager _fillLayoutHoleForCharacterRange:desiredNumberOfLines:isSoft:] *** attempted layout while textStorage is editing. It is not valid to cause the layoutManager to do layout while the textStorage is editing (ie the textStorage has been sent a beginEditing message without a matching endEditing.) get logged. There's usually a good deal of effort involved in ensuring that layout (redisplay) is inhibited while editing (modification of the buffer) is in progress. It's possible that this has something to do with the mechanism that tries to ensure that a paren - which might have been blinking - is drawn properly. |
|||
| #40 | fixed | misspellings in x86-disassemble.lisp | ||
| Description |
Index: x86-disassemble.lisp
===================================================================
--- x86-disassemble.lisp (revision 6984)
+++ x86-disassemble.lisp (working copy)
@@ -2273,8 +2273,8 @@
(setf (x86-di-mnemonic instruction)
(case intop
- (#xc0 "uuo-error-two-few-args")
- (#xc1 "uuo-error-two-many-args")
+ (#xc0 "uuo-error-too-few-args")
+ (#xc1 "uuo-error-too-many-args")
(#xc2 "uuo-error-wrong-number-of-args")
(#xc4 (progn (setq stop nil) "uuo-gc-trap"))
(#xc5 "uuo-alloc")
|
|||
| #39 | fixed | time seems wrong on trac.clozure.com | ||
| Description |
The time seems to be about 14 minues slow on trac.clozure.com, judging both from mail headers and the times listed when viewing the trac timeline. |
|||
Note:
See TracQuery
for help on using queries.
