自己运用electron开发的APP下载大量文件白屏问题
来源:8-9 由一个 Bug 引发的思考

慕粉1013071471
2020-03-09
老师您好,我自己用electron开发的APP,在下载大量文件夹和文件的时候突然白屏,错误代码如下:
error.message "EXCEPTION_STACK_OVERFLOW"
fault.address "0x7ff80c972e3b"
application "electron.exe"
process.age 29801
v8::String::Value::Value
node::EnvEnumerator
BaseSetLastNTError
node::EnvGetter
v8::internal::FindOneByteStringIndices
v8::internal::FindStringIndicesDispatch
v8::internal::StringReplaceGlobalAtomRegExpWithStringv8::internal::SeqOneByteString
v8::internal::AccountingAllocator::AddSegmentToPool
v8::internal::CompiledReplacement::Compile
v8::internal::AccountingAllocator::ReturnSegment
v8::internal::Zone::~Zone
v8::internal::StringReplaceGlobalRegExpWithString
v8::internal::Heap::AllocateRaw
v8::internal::StringTable::LookupKey
v8::internal::`anonymous namespace’::StringReplaceGlobalRegExpWithStringHelper
v8::internal::Runtime_StringIndexOfUnchecked
v8::internal::Runtime_StringReplaceGlobalRegExpWithString
偶尔会发生这种情况,大部分时间是好的,实在不知道问题出在哪,您能不能帮忙指点一下,给个方向,谢谢!
1回答
-
张轩
2020-03-09
同学 你用了什么其他前端库吗? 比如 vue 或者是 react?
042020-03-18
相似问题