Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (400 - 402 of 1030)

Ticket Resolution Summary Owner Reporter
#815 fixed Linux stack overflow detection Gary Byers
Description

http://clozure.com/pipermail/openmcl-devel/2011-January/012498.html

describes a problem which affected someone running ARM Linux. It's not clear what Linux versions and architectures are affected.

Traditionally, Linux maps in pages of the initial thread's control/C stack as they're touched. The new (or at least previously unobserved) behavior involves the kernel not mapping a page that would be adjacent to another mapped region (like the guard page region that CCL uses to detect stack overflow) and causes the stack limit check in the recursive marker to fail.

I think that the simplest fix is likely to ensure that all pages between the stack area's softlimit and current sp are mapped read-write, so that the kernel's lazy faulting-in of stack pages doesn't try to exercise policy.

#813 fixed There is no warning for unsaved documents when closing the IDE (Cocotron Gary Byers ender2012
Description

To reproduce:

  • open the IDE
  • Open a .lisp document
  • make a change (add some text)
  • close the document without saving
  • notice there is dialog asking you if you would like to save before you close the document
#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.