I test my application, but running about 1 hour, the program is crash , and 
gerated a core file. and out put 'FATAL ERROR: CALL_AND_RETRY_2 Allocation 
failed - process out of memory' error message. 
I use gdb print the call stack,

(gdb) bt 
#0  v8::internal::OS::DebugBreak () at ../deps/v8/src/platform-linux.cc:415
#1  0x0000000000b060da in v8::internal::OS::Abort () at 
../deps/v8/src/platform-linux.cc:397
#2  0x0000000000763980 in V8_Fatal (file=0xd12262 "../deps/v8/src/frames.cc", 
line=728, format=0xd11ae7 "CHECK(%s) failed") at ../deps/v8/src/checks.cc:58
#3  0x00000000007d7526 in 
v8::internal::JavaScriptFrame::GetNumberOfIncomingArguments 
(this=0x7fffbea7eb88) at ../deps/v8/src/frames.cc:727
#4  0x0000000000701de7 in v8::internal::JavaScriptFrame::ComputeParametersCount 
(this=0x7fffbea7eb88) at ../deps/v8/src/frames.h:500
#5  0x000000000070502d in v8::internal::JavaScriptFrame::GetParameterSlot 
(this=0x7fffbea7eb88, index=-1) at ../deps/v8/src/frames-inl.h:204
#6  0x00000000007050a8 in v8::internal::JavaScriptFrame::GetParameter 
(this=0x7fffbea7eb88, index=-1) at ../deps/v8/src/frames-inl.h:212
#7  0x00000000007daa9d in v8::internal::JavaScriptFrame::receiver 
(this=0x7fffbea7eb88) at ../deps/v8/src/frames-inl.h:217
#8  0x00000000007d86c4 in v8::internal::JavaScriptFrame::Print 
(this=0x7fffbea7eb88, accumulator=0x7fffbea7ecf0, 
mode=v8::internal::StackFrame::OVERVIEW, index=1) at 
../deps/v8/src/frames.cc:1061
#9  0x000000000088e56b in v8::internal::PrintFrames 
(accumulator=0x7fffbea7ecf0, mode=v8::internal::StackFrame::OVERVIEW) at 
../deps/v8/src/isolate.cc:734
#10 0x000000000088e66a in v8::internal::Isolate::PrintStack (this=0x2d96070, 
accumulator=0x7fffbea7ecf0) at ../deps/v8/src/isolate.cc:756
#11 0x000000000088e429 in v8::internal::Isolate::PrintStack (this=0x2d96070) at 
../deps/v8/src/isolate.cc:709
#12 0x000000000076397b in V8_Fatal (file=0xd44888 
"../deps/v8/src/mark-compact.cc", line=3345, format=0xd43490 "CHECK(%s) 
failed") at ../deps/v8/src/checks.cc:55
#13 0x00000000008d5d0d in 
v8::internal::MarkCompactCollector::SweepConservatively (space=0x2dc16e0, 
p=0x21ce6f700000) at ../deps/v8/src/mark-compact.cc:3345
#14 0x0000000000a0ac4a in v8::internal::PagedSpace::AdvanceSweeper 
(this=0x2dc16e0, bytes_to_sweep=990528) at ../deps/v8/src/spaces.cc:2322
#15 0x000000000080ed1f in v8::internal::Heap::AdvanceSweepers (this=0x2d96080, 
step_size=990528) at ../deps/v8/src/heap.h:1563
#16 0x00000000007f7266 in v8::internal::Heap::Scavenge (this=0x2d96080) at 
../deps/v8/src/heap.cc:1253
#17 0x00000000007f6407 in v8::internal::Heap::PerformGarbageCollection 
(this=0x2d96080, collector=v8::internal::SCAVENGER, tracer=0x7fffbea7f100) at 
../deps/v8/src/heap.cc:903
#18 0x00000000007f5913 in v8::internal::Heap::CollectGarbage (this=0x2d96080, 
space=v8::internal::NEW_SPACE, collector=v8::internal::SCAVENGER, 
gc_reason=0xd0c56a "allocation failure", collector_reason=0x0) at 
../deps/v8/src/heap.cc:633
#19 0x000000000076ac7f in v8::internal::Heap::CollectGarbage (this=0x2d96080, 
space=v8::internal::NEW_SPACE, gc_reason=0xd0c56a "allocation failure") at 
../deps/v8/src/heap-inl.h:436
#20 0x00000000007bcd2a in v8::internal::Factory::NewStringFromUtf8 
(this=0x2d96070, string=..., pretenure=v8::internal::NOT_TENURED) at 
../deps/v8/src/factory.cc:209
#21 0x000000000071e0ff in v8::String::New (
    data=0x3057560 "Incident Identifier: UUID\nCrashReporter Key:   
UUID\nHardware Model:      iPhone4,1\nProcess:         NaverSearch 
[1108]\nPath:", ' ' <repeats 12 times>, "/var"..., length=42254) at 
../deps/v8/src/api.cc:4788
#22 0x0000000000b3dac7 in node::StringBytes::Encode (
    buf=0x3057560 "Incident Identifier: UUID\nCrashReporter Key:   
UUID\nHardware Model:      iPhone4,1\nProcess:         NaverSearch 
[1108]\nPath:", ' ' <repeats 12 times>, "/var"..., buflen=42254, 
encoding=node::UTF8) at ../src/string_bytes.cc:579
#23 0x0000000000b1cfa2 in node::Buffer::StringSlice<(node::encoding)1> 
(args=...) at ../src/node_buffer.cc:203
#24 0x0000000000b1aa54 in node::Buffer::Utf8Slice (args=...) at 
../src/node_buffer.cc:218
#25 0x0000000000760a43 in v8::internal::HandleApiCallHelper<false> (args=..., 
isolate=0x2d96070) at ../deps/v8/src/builtins.cc:1146
#26 0x000000000075ba69 in v8::internal::Builtin_Impl_HandleApiCall (args=..., 
isolate=0x2d96070) at ../deps/v8/src/builtins.cc:1164
#27 0x000000000075ba3a in v8::internal::Builtin_HandleApiCall (args=..., 
isolate=0x2d96070) at ../deps/v8/src/builtins.cc:1163
#28 0x00002e70e1a0618e in ?? ()
#29 0x00002e70e1a060e1 in ?? ()
#30 0x00007fffbea7f860 in ?? ()
#31 0x00007fffbea7f8d0 in ?? ()
#32 0x00002e70e1ad38a9 in ?? ()
#33 0x000010a3fc365e39 in ?? ()
#34 0x0002ca4e00000000 in ?? ()
#35 0x0002254000000000 in ?? ()
#36 0x0000102a90fd1b99 in ?? ()
#37 0x00007fffbea7f9b8 in ?? ()
#38 0x000000000002ca4e in ?? ()
#39 0x0000000000022540 in ?? ()
#40 0x00001d4bf8a16bc9 in ?? ()
#41 0x000010a3fc36b3b1 in ?? ()
#42 0x000021a0c2186da1 in ?? ()
#43 0x00007fffbea7f950 in ?? ()
#44 0x00002e70e3531103 in ?? ()
#45 0x0000a50e00000000 in ?? ()
#46 0x0000000000000000 in ?? ()

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to