Ticket #308 (closed defect: fixed)

Opened 7 months ago

Last modified 4 days ago

when making 1000 threads, sometimes the lisp gets wedged

Reported by: rme Assigned to: rme
Priority: major Milestone: IA-32 port
Component: Runtime (threads, GC) Version:
Keywords: Cc:

Description

This often gets wedged:

(dotimes (i 1000)
  (process-run-function "junk" #'(lambda (x) (format t "~&~d" x)) i))

Change History

01/03/09 11:06:33 changed by rme

  • status changed from new to closed.
  • resolution set to fixed.