...even in batch-mode. The effect of
93d3d5c can be had more
elegantly, as pointed out in
6b3f8e0: "Always wrap stdin in a (begin
...)..."
(cmdl-message/strings "Aborting!: out of memory")
;; Clean up whatever possible to avoid a reoccurrence.
(cmdl-message/active
- (if (nearest-cmdl/batch-mode?)
- (lambda (port)
- (newline port)
- (%exit 1))
- (lambda (port)
- port
- (with-gc-notification! #t gc-clean))))))))
+ (lambda (port)
+ port
+ (with-gc-notification! #t gc-clean)))))))
((ucode-primitive request-interrupts! 1) interrupt-bit/after-gc)
(hook/gc-finish start-value space-remaining))