From e14ca38380885e50a134b8c4297c44aec73ccb5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?=
Date: Tue, 16 Jun 2015 10:07:23 +0200
Subject: Revert "Add thread index to allocator enomem dump slogan"
This reverts commit 5d5f9c1857029d7e8e1de141e29d20dd3de929be.
---
erts/doc/src/crash_dump.xml | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 deletions(-)
(limited to 'erts/doc/src')
diff --git a/erts/doc/src/crash_dump.xml b/erts/doc/src/crash_dump.xml
index 8291bf38b7..65a3d6af88 100644
--- a/erts/doc/src/crash_dump.xml
+++ b/erts/doc/src/crash_dump.xml
@@ -88,22 +88,20 @@
operating system.
- "<A>: Cannot allocate <N>
- bytes of memory (of type "<T>", thread
- <I>em>)." - The system has run out of memory. <A>
- is the allocator that failed to allocate memory, <N> is the
- number of bytes that <A> tried to allocate, <T> is the
- memory block type that the memory was needed for, and <I> is the
- thread identifier. The most common case is that a process stores huge
- amounts of data. In this case <T> is most often
- , ,
- , or .
- For more information on allocators see
- erts_alloc(3).
+ bytes of memory (of type "<T>")." - The system
+ has run out of memory. <A> is the allocator that failed
+ to allocate memory, <N> is the number of bytes that
+ <A> tried to allocate, and <T> is the memory block
+ type that the memory was needed for. The most common case is
+ that a process stores huge amounts of data. In this case
+ <T> is most often , ,
+ , or . For more information on
+ allocators see
+ erts_alloc(3).
- "<A>: Cannot reallocate <N>
- bytes of memory (of type "<T>", thread
- <I>em>)." - Same as above with the exception that memory
- was being reallocated instead of being allocated when the system ran
- out of memory.
+ bytes of memory (of type "<T>")." - Same as
+ above with the exception that memory was being reallocated
+ instead of being allocated when the system ran out of memory.
- "Unexpected op code N" - Error in compiled
code, file damaged or error in the compiler.
- "Module Name undefined" "Function
--
cgit v1.2.3