Custom Query (1030 matches)
Results (706 - 708 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #902 | invalid | various NSAutoreleaseNoPool() ... autoreleased with no pool in place - just leaking | ||
| Description |
Complete new download, compile, start 1.8-dev-r15161M-trunk (DarwinX8664) on MacOS 10.6.8. Console warnings include many and various such as: 12/1/16 11:46:13 AM dx86cl64[1032] *** __NSAutoreleaseNoPool(): Object 0x2242830 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking 12/1/16 11:46:13 AM dx86cl64[1032] *** __NSAutoreleaseNoPool(): Object 0x2106620 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking 12/1/16 11:46:14 AM dx86cl64[1032] *** __NSAutoreleaseNoPool(): Object 0x21069e0 of class NSMenuItem autoreleased with no pool in place - just leaking 12/1/16 11:46:14 AM dx86cl64[1032] *** __NSAutoreleaseNoPool(): Object 0x69b860 of class NSCFNumber autoreleased with no pool in place - just leaking 12/1/16 11:46:14 AM dx86cl64[1032] *** __NSAutoreleaseNoPool(): Object 0x2106a60 of class NSCFDictionary autoreleased with no pool in place - just leaking 12/1/16 11:46:14 AM dx86cl64[1032] *** __NSAutoreleaseNoPool(): Object 0x6aac20 of class NSCFArray autoreleased with no pool in place - just leaking 12/1/16 11:46:14 AM dx86cl64[1032] *** __NSAutoreleaseNoPool(): Object 0x66a050 of class NSCFNumber autoreleased with no pool in place - just leaking 12/1/16 11:46:14 AM dx86cl64[1032] *** __NSAutoreleaseNoPool(): Object 0x2108980 of class NSCFDictionary autoreleased with no pool in place - just leaking 12/1/16 11:46:14 AM dx86cl64[1032] *** __NSAutoreleaseNoPool(): Object 0x5cc030 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking 12/1/16 11:46:14 AM dx86cl64[1032] *** __NSAutoreleaseNoPool(): Object 0x5c4bf0 of class NSCalibratedRGBColor autoreleased with no pool in place - just leaking |
|||
| #904 | duplicate | Broken link in Clozure CL Help | ||
| Description |
The initial screen of the Clozure CL Help says "The OpenMCL Doc directory is available [here]." But the link to [here] doesn't do anything. Clicking on it doesn't take you anywhere. This is in the App Store version of the IDE. I don't know whether the link works in the version of the IDE that can be downloaded from the Clozure website. |
|||
| #905 | fixed | Apparent race condition in gui:background-process-run-function | ||
| Description |
This: (dotimes (i 3) (gui:background-process-run-function "foo" (lambda () (print 123)))) results in one successfully spawned process and one that reports:
(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. |
|||
