Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (916 - 918 of 1030)

Ticket Resolution Summary Owner Reporter
#905 fixed Apparent race condition in gui:background-process-run-function Gary Byers Ron Garret
Description

This:

(dotimes (i 3) (gui:background-process-run-function "foo" (lambda () (print 123))))

results in one successfully spawned process and one that reports:

Error: "Untitled 2" already exists

(with one of the most horrifically long backtraces I have ever seen from a process that did not actually overflow the stack).

But this:

(dotimes (i 2) (gui:background-process-run-function "foo" (lambda () (print 123))) (sleep 0.01))

results in two successfully spawned processes. These results are repeatable for N>2. My guess is this is a race condition having to do with the naming of the windows that are created by the underlying deferred-cocoa-listener-output-streams but I have not been able to verify this.

#1241 fixed Apparent bug causes data mangling Gary Byers Gary Byers
Description

https://lists.clozure.com/pipermail/openmcl-devel/2014-November/010720.html

#812 duplicate After searching in a window nothing can be highlighted (Windows/Cocotron) ender2012
Description

To reproduce:

  • Open a .lisp file in the windows IDE
  • hit option (alt) . to and type in something that will be found
  • hit enter
  • notice it finds the item and highlights it in blue but now you can not highlight new selections.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.