Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
a876e111
Commit
a876e111
authored
18 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Put some newlines in the messages from red-zone-hit and
dynamic-space-overflow-warning-hit.
parent
3e4590e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/interr.lisp
+6
-6
6 additions, 6 deletions
code/interr.lisp
with
6 additions
and
6 deletions
code/interr.lisp
+
6
−
6
View file @
a876e111
...
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/interr.lisp,v 1.4
5
2006/
06/30 18:41:22
rtoy Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/interr.lisp,v 1.4
6
2006/
11/08 22:09:56
rtoy Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -682,8 +682,8 @@
#+
stack-checking
(
defun
red-zone-hit
()
(
format
*error-output*
"~2&~@<Fatal control stack overflow. You have entered
~
the red control stack guard zone while debugging.
~
"~2&~@<Fatal control stack overflow. You have entered
~%
~
the red control stack guard zone while debugging.
~%
~
Returning to Top-Level.~@:>~2%"
)
(
throw
'lisp::top-level-catcher
nil
))
...
...
@@ -693,9 +693,9 @@
;; Don't reserve any more pages
(
setf
lisp::reserved-heap-pages
0
)
(
format
*error-output*
"~2&~@<Imminent dynamic space overflow has occurred:
~
Only a small amount of dynamic space is available now.
~
Please note that you will be returned to the Top-Level without
~
"~2&~@<Imminent dynamic space overflow has occurred:
~%
~
Only a small amount of dynamic space is available now.
~%
~
Please note that you will be returned to the Top-Level without
~%
~
warning if you run out of space while debugging.~@:>~%"
)
(
infinite-error-protect
(
error
'heap-overflow
))))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment