Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (757 - 759 of 1030)

Ticket Resolution Summary Owner Reporter
#818 fixed NSRunAlertPanel() hangs on Cocotron Gary Byers
Description

as of Cocotron 2845a0e2fa, doing:

(#_NSRunAlertPanel #@"title" #@"message" #@"Yes" #@"No" #@"Maybe")

from the main thread hangs, burning 100% CPU and (apparently) slowly leaking memory.

I haven't yet tried to create an ObjC example that demonstrates this, though it doesn't seem likely that it's CCL-specific.

#819 fixed windows exception 0x80000004 in SPffcall R. Matthew Emerson R. Matthew Emerson
Description

See the attached test case.

It appears that the TF bit in the flags register is getting set sometimes when restoring the saved flags from tcr.unboxed0 in SPffcall.

I don't understand how that bit is getting set. I added code to see if the bit was set when doing the initial pushfl, and never saw it. Yet, somehow, tcr.unboxed0 will occasionally end up with the TF bit set, and then we get the 0x80000004 (single-step) exception from Windows after we restore the flags with popfl.

#826 fixed Windows: closing the listener causes a crash ender2012
Description

To reproduce:

  • open ccl Windows IDE
  • close the listener
  • notice in the console the error "document: selector not recognized"
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.