Descriptionruntime: more graceful out-of-memory crash
Used to fault trying to access l->list->next
when l->list == nil after MCentral_AllocList.
Now prints
runtime: out of memory: no room in arena for 65536-byte allocation (536870912 in use)
throw: out of memory
followed by stack trace.
Fixes issue 1650.
Patch Set 1 #Patch Set 2 : diff -r d6903b7fbff4 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r d6903b7fbff4 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r bc3d62d4973e https://go.googlecode.com/hg/ #
MessagesTotal messages: 8
|