Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 25 of 116) sorted by relevance

12345

/ark/runtime_core/libziparchive/
Dzip_archive.cpp36 LOG(ERROR, ZIPARCHIVE) << "OpenArchive failed, filename is " << path; in OpenArchive()
46 LOG(ERROR, ZIPARCHIVE) << "OpenArchive failed from FILE *fp"; in OpenArchiveFile()
55 LOG(ERROR, ZIPARCHIVE) << "ZipArchiveHandle handle should not be nullptr"; in CloseArchive()
60 LOG(ERROR, ZIPARCHIVE) << "unzClose with error: " << err; in CloseArchive()
69 LOG(ERROR, ZIPARCHIVE) << "ZipArchiveHandle handle should not be nullptr"; in CloseArchiveFile()
74 LOG(ERROR, ZIPARCHIVE) << "unzCloseFile with error: " << err; in CloseArchiveFile()
84 LOG(ERROR, ZIPARCHIVE) << "GetGlobalFileInfo with error: " << err; in GetGlobalFileInfo()
94 LOG(ERROR, ZIPARCHIVE) << "GoToNextFile with error: " << err; in GoToNextFile()
104 LOG(ERROR, ZIPARCHIVE) << filename << " is not found in the zipfile"; in LocateFile()
114 LOG(ERROR, ZIPARCHIVE) << "unzGetCurrentFileInfo failed!"; in GetCurrentFileInfo()
[all …]
/ark/runtime_core/dprof/libdprof/dprof/ipc/
Dipc_unix_socket.cpp38 PLOG(ERROR, DPROF) << "setsockopt() failed"; in CreateUnixServerSocket()
45 PLOG(ERROR, DPROF) << "CreateUnixServerSocket memset_s failed"; in CreateUnixServerSocket()
50 PLOG(ERROR, DPROF) << "CreateUnixServerSocket memcpy_s failed"; in CreateUnixServerSocket()
55 PLOG(ERROR, DPROF) << "bind() failed"; in CreateUnixServerSocket()
60 PLOG(ERROR, DPROF) << "listen() failed"; in CreateUnixServerSocket()
71 PLOG(ERROR, DPROF) << "socket() failed"; in CreateUnixClientSocket()
78 PLOG(ERROR, DPROF) << "CreateUnixClientSocket memset_s failed"; in CreateUnixClientSocket()
83 PLOG(ERROR, DPROF) << "CreateUnixClientSocket memcpy_s failed"; in CreateUnixClientSocket()
88 PLOG(ERROR, DPROF) << "connect() failed"; in CreateUnixClientSocket()
103 PLOG(ERROR, DPROF) << "send() failed"; in SendAll()
[all …]
Dipc_message.cpp25 PLOG(ERROR, DPROF) << "Cannot send message id"; in SendMessage()
31 PLOG(ERROR, DPROF) << "Cannot send data size"; in SendMessage()
36 PLOG(ERROR, DPROF) << "Cannot send message data, size=" << message.GetSize(); in SendMessage()
54 LOG(ERROR, DPROF) << "Cannot get messageId"; in RecvMessage()
60 LOG(ERROR, DPROF) << "Cannot get data size"; in RecvMessage()
65 LOG(ERROR, DPROF) << "Data size is too large, size=" << size; in RecvMessage()
72 LOG(ERROR, DPROF) << "Cannot get message data"; in RecvMessage()
/ark/runtime_core/dprof/libstorage/dprof/
Dstorage.cpp51 LOG(ERROR, DPROF) << "Cannot deserialize buffer to common_info. Error: " << r.Error(); in CreateByBuffer()
60 LOG(ERROR, DPROF) << "Cannot deserialize features_map. Error: " << r.Error(); in CreateByBuffer()
66 LOG(ERROR, DPROF) << "Cannot deserialize all buffers, unused buffer size: " << size; in CreateByBuffer()
76 LOG(ERROR, DPROF) << "Cannot serialize common_info"; in ToBuffer()
81 LOG(ERROR, DPROF) << "Cannot serialize features_map. Error: " << ret.Error(); in ToBuffer()
91 LOG(ERROR, DPROF) << "Storage directory is not set"; in Create()
103 LOG(ERROR, DPROF) << storageDir << " is already exists and it is neither directory"; in Create()
110 PLOG(ERROR, DPROF) << "mkdir() failed"; in Create()
123 LOG(ERROR, DPROF) << "Cannot serialize AppData to buffer"; in SaveAppData()
131 LOG(ERROR, DPROF) << "Cannot open file: " << fileName; in SaveAppData()
[all …]
/ark/runtime_core/libpandafile/
Dfile.cpp113 LOG(ERROR, PANDAFILE) << "CloseArchiveFile failed!"; in OpenPandaFileFromZipErrorHandler()
125 LOG(ERROR, PANDAFILE) << "Panda file has zero length!"; in OpenPandaFileFromZipFile()
134 LOG(ERROR, PANDAFILE) << "Can't mmap anonymous!"; in OpenPandaFileFromZipFile()
145 LOG(ERROR, PANDAFILE) << "Can't tag mmap anonymous!"; in OpenPandaFileFromZipFile()
153 LOG(ERROR, PANDAFILE) << "Can't extract!"; in OpenPandaFileFromZipFile()
193 LOG(ERROR, PANDAFILE) << "Can't fopen location: " << location; in OpenPandaFile()
199 LOG(ERROR, PANDAFILE) << "Can't read from file!(magic) " << location; in OpenPandaFile()
209 LOG(ERROR, PANDAFILE) << "Can't open archive " << location; in OpenPandaFile()
224 LOG(ERROR, PANDAFILE) << "Can't find entry with " << ARCHIVE_FILENAME; in OpenPandaFile()
232 LOG(ERROR, PANDAFILE) << "GetCurrentFileInfo error"; in OpenPandaFile()
[all …]
/ark/js_runtime/ecmascript/cpu_profiler/
Dcpu_profiler.cpp36 LOG(ERROR, RUNTIME) << "sem_ init failed"; in CpuProfiler()
39 LOG(ERROR, RUNTIME) << "sem_ wait failed"; in CpuProfiler()
63 LOG(ERROR, RUNTIME) << "The fileName contains illegal characters"; in StartCpuProfiler()
74 LOG(ERROR, RUNTIME) << "File open failed"; in StartCpuProfiler()
83 LOG(ERROR, RUNTIME) << "Parameter set signal set initialization and emptying failed"; in StartCpuProfiler()
89 LOG(ERROR, RUNTIME) << "sigaction failed to set signal"; in StartCpuProfiler()
103 …LOG(ERROR, RUNTIME) << "Do not execute stop cpuprofiler twice in a row or didn't execute the start\ in StopCpuProfiler()
108 LOG(ERROR, RUNTIME) << "Thread attempted to close other sampling threads"; in StopCpuProfiler()
114 LOG(ERROR, RUNTIME) << "sem_ wait failed"; in StopCpuProfiler()
128 LOG(ERROR, RUNTIME) << "sem_ destroy failed"; in ~CpuProfiler()
[all …]
Dprofile_processor.cpp48 LOG(ERROR, RUNTIME) << "sem_ wait failed"; in Run()
53 LOG(ERROR, RUNTIME) << "pthread_kill signal failed"; in Run()
57 LOG(ERROR, RUNTIME) << "sem_ wait failed"; in Run()
78 LOG(ERROR, RUNTIME) << "sem_ post failed"; in Run()
/ark/runtime_core/libpandabase/utils/
Djson_parser.cpp45 LOG_JSON(ERROR) << "Parsing failed"; in Parse()
79 LOG_JSON(ERROR) << "Error while getting a key"; in InsertKeyValuePairIn()
83 LOG_JSON(ERROR) << "Expected ':' between key and value:"; in InsertKeyValuePairIn()
100 LOG_JSON(ERROR) << "Key \"" << key << "\" must be unique"; in InsertKeyValuePairIn()
119 LOG_JSON(ERROR) << "Expected '\"' at the start of the string"; in GetJsonString()
129 LOG_JSON(ERROR) << "Error while reading a string"; in GetString()
144 LOG_JSON(ERROR) << "Failed to read a num"; in GetNum()
157 LOG_JSON(ERROR) << "Failed to read a boolean"; in GetBool()
208 … LOG_JSON(ERROR) << "Unexpected character when trying to get value: '" << PeekSymbol() << "'"; in GetValue()
225 LOG_JSON(ERROR) << "Expected '[' at the start of an array"; in GetArray()
/ark/js_runtime/ecmascript/tooling/agent/
Dprofiler_impl.cpp172 LOG(ERROR, DEBUGGER) << "Disable not support now."; in Disable()
178 LOG(ERROR, DEBUGGER) << "Enable not support now."; in Enable()
192 LOG(ERROR, DEBUGGER) << "Transfer DFXJSNApi::StopCpuProfilerImpl is failure"; in Stop()
207 LOG(ERROR, DEBUGGER) << "GetBestEffortCoverage not support now."; in GetBestEffortCoverage()
213 LOG(ERROR, DEBUGGER) << "StopPreciseCoverage not support now."; in StopPreciseCoverage()
219 LOG(ERROR, DEBUGGER) << "TakePreciseCoverage not support now."; in TakePreciseCoverage()
225 LOG(ERROR, DEBUGGER) << "StartPreciseCoverage not support now."; in StartPreciseCoverage()
231 LOG(ERROR, DEBUGGER) << "StartTypeProfile not support now."; in StartTypeProfile()
237 LOG(ERROR, DEBUGGER) << "StopTypeProfile not support now."; in StopTypeProfile()
243 LOG(ERROR, DEBUGGER) << "TakeTypeProfile not support now."; in TakeTypeProfile()
/ark/runtime_core/verification/gen/templates/
Dabs_int_inl_gen.h.erb37 LOG(ERROR, VERIFIER) << "Incorrect opcode";
38 return VerificationStatus::ERROR;
53 LOG(ERROR, VERIFIER) << "Incorrect opcode";
54 return VerificationStatus::ERROR;
62 LOG(ERROR, VERIFIER) << "Incorrect opcode";
63 return VerificationStatus::ERROR;
70 LOG(ERROR, VERIFIER) << "Incorrect opcode";
71 return VerificationStatus::ERROR;
/ark/runtime_core/dprof/daemon/
Dmain.cpp38 LOG(ERROR, DPROF) << "Cannot read message"; in CheckVersion()
42 … LOG(ERROR, DPROF) << "Incorrect first message id, id=" << static_cast<uint32_t>(msg.GetId()); in CheckVersion()
47 LOG(ERROR, DPROF) << "Cannot convert data to version message"; in CheckVersion()
51 LOG(ERROR, DPROF) << "Incorrect version:" << tmp.version; in CheckVersion()
68 LOG(ERROR, DPROF) << "Cannot read message"; in ProcessingConnect()
72 … LOG(ERROR, DPROF) << "Incorrect second message id, id=" << static_cast<uint32_t>(msg.GetId()); in ProcessingConnect()
76 LOG(ERROR, DPROF) << "Cannot convert data to an app info message"; in ProcessingConnect()
91 LOG(ERROR, DPROF) << "Cannot read a feature data message"; in ProcessingConnect()
97 LOG(ERROR, DPROF) << "Cannot convert data to a feature data"; in ProcessingConnect()
149 LOG(ERROR, DPROF) << "Cannot process connection"; in DoRun()
/ark/js_runtime/ecmascript/tooling/
Ddispatcher.cpp34 LOG(ERROR, DEBUGGER) << "json parse error"; in DispatchRequest()
43 LOG(ERROR, DEBUGGER) << "parse id error"; in DispatchRequest()
52 LOG(ERROR, DEBUGGER) << "parse method error"; in DispatchRequest()
59 LOG(ERROR, DEBUGGER) << "method format error: " << wholeMethod; in DispatchRequest()
76 LOG(ERROR, DEBUGGER) << "params format error"; in DispatchRequest()
150 LOG(ERROR, DEBUGGER) << "Unknown request"; in Dispatch()
158 LOG(ERROR, DEBUGGER) << "unknown domain: " << domain; in Dispatch()
/ark/runtime_core/dprof/libdprof/dprof/
Dprofiling_data.cpp28 LOG(ERROR, DPROF) << "Feature already exists, featureName=" << featureName; in SetFeatureDate()
40 LOG(ERROR, DPROF) << "Cannot create client socket"; in DumpAndResetFeatures()
51 LOG(ERROR, DPROF) << "Cannot send version"; in DumpAndResetFeatures()
61 LOG(ERROR, DPROF) << "Cannot send app info"; in DumpAndResetFeatures()
76 LOG(ERROR, DPROF) << "Cannot send feature data, featureName=" << tmp_data.name; in DumpAndResetFeatures()
/ark/runtime_core/runtime/
Dmark_word.cpp30 LOG(ERROR, RUNTIME) << "Hash is not stored inside object header!"; in GetHashConfigured()
52 LOG(ERROR, RUNTIME) << "Hash is not stored inside object header!"; in DecodeFromHashConfigured()
64 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in SetHashedConfigured()
82 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in IsHashedConfigured()
Druntime_helpers.cpp29 LOG(ERROR, RUNTIME) << "====================== Stack trace begin ======================"; in PrintStackTrace()
39 …LOG(ERROR, RUNTIME) << method->GetClass()->GetName() << "." << method->GetName().data << " at " <<… in PrintStackTrace()
42 LOG(ERROR, RUNTIME) << "====================== Stack trace end ======================"; in PrintStackTrace()
Druntime.cpp247 LOG(ERROR, RUNTIME) << "Failed to initialize runtime"; in Create()
278 LOG(ERROR, RUNTIME) << "Failed to shutdown runtime"; in DestroyUnderLockHolder()
461 (log_level == Logger::Level::FATAL || log_level == Logger::Level::ERROR) && in IsEnableMemoryHooks()
496 LOG(ERROR, RUNTIME) << "Load boot panda file failed: " << name; in LoadBootPandaFiles()
534 LOG(ERROR, RUNTIME) << "Failed to initialize managed thread"; in CreatePandaVM()
540 LOG(ERROR, RUNTIME) << "Failed to create panda vm"; in CreatePandaVM()
552 LOG(ERROR, RUNTIME) << "Failed to load boot panda files"; in CreatePandaVM()
564 LOG(ERROR, RUNTIME) << "Failed to initialize class loader"; in InitializePandaVM()
569 LOG(ERROR, RUNTIME) << "Failed to initialize intrinsics"; in InitializePandaVM()
576 LOG(ERROR, RUNTIME) << "Failed to start debugger"; in InitializePandaVM()
[all …]
/ark/runtime_core/dprof/converter/
Dfeatures_manager.h38 LOG(ERROR, DPROF) << "Feature already exists, featureName=" << featureName; in RegisterFeature()
48 LOG(ERROR, DPROF) << "Feature does not exist, featureName=" << featureName; in UnregisterFeature()
59 LOG(ERROR, DPROF) << "Feature is not supported, featureName=" << featureName; in ProcessingFeature()
70 … LOG(ERROR, DPROF) << "Cannot processing feature: " << it.first << ", app: " << appData.GetName(); in ProcessingFeatures()
/ark/js_runtime/ecmascript/tooling/base/
Dpt_params.cpp34 LOG(ERROR, DEBUGGER) << "EnableParams::Create " << error; in Create()
105 LOG(ERROR, DEBUGGER) << "EvaluateOnCallFrameParams::Create " << error; in Create()
150 LOG(ERROR, DEBUGGER) << "GetPossibleBreakpointsParams::Create " << error; in Create()
172 LOG(ERROR, DEBUGGER) << "GetScriptSourceParams::Create " << error; in Create()
194 LOG(ERROR, DEBUGGER) << "RemoveBreakpointParams::Create " << error; in Create()
216 LOG(ERROR, DEBUGGER) << "ResumeParams::Create " << error; in Create()
238 LOG(ERROR, DEBUGGER) << "SetAsyncCallStackDepthParams::Create " << error; in Create()
268 LOG(ERROR, DEBUGGER) << "SetBlackboxPatternsParams::Create " << error; in Create()
324 LOG(ERROR, DEBUGGER) << "SetBreakpointByUrlParams::Create " << error; in Create()
346 LOG(ERROR, DEBUGGER) << "SetPauseOnExceptionsParams::Create " << error; in Create()
[all …]
/ark/runtime_core/runtime/mem/refstorage/
Dreference_storage.cpp115 LOG(ERROR, RUNTIME) << "Can't allocate local ref for object: " << object in NewRef()
158 LOG(ERROR, RUNTIME) << "Cannot remove stack type: " << ref; in RemoveRef()
228 … LOG(ERROR, RUNTIME) << "Free size of local reference storage is less than capacity: " << capacity in PushLocalFrame()
295 LOG(ERROR, RUNTIME) << "Can't store size: " << capacity << " in local references"; in EnsureLocalCapacity()
367 LOG(ERROR, RUNTIME) << "The top " << size << " classes of local references are:"; in DumpLocalRefClasses()
369 LOG(ERROR, RUNTIME) << "\t" << info_vec[i].first << ": " << info_vec[i].second; in DumpLocalRefClasses()
378 LOG(ERROR, RUNTIME) << "--- local reference storage dump ---"; in DumpLocalRef()
379 LOG(ERROR, RUNTIME) << "Local reference storage addr: " << &local_storage_; in DumpLocalRef()
380 …LOG(ERROR, RUNTIME) << "Dump the last several local references info(max " << MAX_DUMP_LOCAL_NUMS <… in DumpLocalRef()
389 LOG(ERROR, RUNTIME) << "\t local reference: " << std::hex << ref << ", object: " << res in DumpLocalRef()
[all …]
/ark/js_runtime/ecmascript/tooling/backend/
Djs_debugger.cpp32 LOG(ERROR, DEBUGGER) << "SetBreakpoint: Cannot find JSMethod"; in SetBreakpoint()
37 LOG(ERROR, DEBUGGER) << "SetBreakpoint: Invalid breakpoint location"; in SetBreakpoint()
55 LOG(ERROR, DEBUGGER) << "RemoveBreakpoint: Cannot find JSMethod"; in RemoveBreakpoint()
60 LOG(ERROR, DEBUGGER) << "RemoveBreakpoint: Breakpoint not found"; in RemoveBreakpoint()
94 LOG(ERROR, DEBUGGER) << "HandleBreakpoint: has pending exception"; in HandleBreakpoint()
100 LOG(ERROR, DEBUGGER) << "HandleBreakpoint: condition not meet"; in HandleBreakpoint()
/ark/js_runtime/ecmascript/tooling/interface/
Dfile_stream.cpp47 LOG_ECMA(ERROR) << "FileStream: check file path failed"; in Initialize()
54 LOG_ECMA(ERROR) << "FileStream: open file failed"; in Initialize()
115 LOG_ECMA(ERROR) << "Write FD print failed, ret" << ret; in WriteChunk()
120 LOG_ECMA(ERROR) << "Write FD file failed, ret" << ret; in WriteChunk()
/ark/js_runtime/ecmascript/mem/
Dverification.cpp33 … LOG(ERROR, RUNTIME) << "Heap verify detected a dead weak object " << value.GetTaggedObject() in VisitAllObjects()
39 … LOG(ERROR, RUNTIME) << "Heap verify detected a dead object at " << value.GetTaggedObject() in VisitAllObjects()
71 LOG(ERROR, RUNTIME) << "VerifyRoot detects deadObject count is " << failCount; in VerifyRoot()
81 LOG(ERROR, RUNTIME) << "VerifyHeap detects deadObject count is " << failCount; in VerifyHeap()
/ark/runtime_core/verification/cflow/
Dcflow_info.cpp45 return CflowStatus::ERROR; in FillInstructionsMap()
49 return CflowStatus::ERROR; in FillInstructionsMap()
78 return CflowStatus::ERROR; in FillJumpsMapAndGetLastInstructionType()
83 return CflowStatus::ERROR; in FillJumpsMapAndGetLastInstructionType()
192 … if (FillCflowCodeBlockInfo(*inst_map, &exc_handlers->back().Info) == CflowStatus::ERROR) { in ProcessCatchBlocks()
216 …f (FillInstructionsMap(&(*cflow_info).InstMap_, &(*cflow_info).ExcSrcMap_) == CflowStatus::ERROR) { in GetCflowMethodInfo()
224 method_pc_end_ptr, nullptr) == CflowStatus::ERROR) { in GetCflowMethodInfo()
251 …flowCodeBlockInfo((*cflow_info).InstMap_, &(*cflow_info).BodyInfo_.back()) == CflowStatus::ERROR) { in GetCflowMethodInfo()
/ark/runtime_core/libpandabase/trace/unix/
Dtrace.cpp34 LOG(ERROR, TRACE) << "Already init."; in DoInit()
51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
64 … LOG(ERROR, TRACE) << "Cannot write trace event. Try enabling tracing and run app again"; \
/ark/runtime_core/runtime/mem/
Dmemory_manager.cpp34 LOG(ERROR, RUNTIME) << "Failed to allocate HeapManager"; in CreateHeapManager()
40 LOG(ERROR, RUNTIME) << "Failed to initialize HeapManager"; in CreateHeapManager()
57 LOG(ERROR, RUNTIME) << "Failed to allocate MemStatsType"; in Create()
73 LOG(ERROR, RUNTIME) << "Failed to allocate GlobalObjectStorage"; in Create()

12345