-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
This might just be a case of bad debug information in the pdb, but I'd like to file it anyways.
In this profile, the ExtractLoadingEventsToProcess
frame blames line 565. But the inline stack shows that we're in an erase
call, and that call is at line 567.
$ pdb-addr2line -pCfi -e ~/sym/xul.pdb/CC23F2389DBF02D74C4C44205044422E1/xul.pdb 0x126f980
nsTSubstring<char>::Assign(nsTSubstring<char>&&) at /builds/worker/checkouts/gecko/xpcom/string/nsTSubstring.cpp:495
(inlined by) nsTString<char>::operator=(nsTString<char>&&) at /builds/worker/workspace/obj-build/dist/include/nsTString.h:123
(inlined by) mozilla::glue::EnhancedModuleLoadInfo::operator=(mozilla::glue::EnhancedModuleLoadInfo&&) at /builds/worker/workspace/obj-build/dist/include/mozilla/glue/WindowsDllServices.h:133
(inlined by) mozilla::Vector<mozilla::glue::EnhancedModuleLoadInfo,0,mozilla::MallocAllocPolicy>::erase(mozilla::glue::EnhancedModuleLoadInfo*, mozilla::glue::EnhancedModuleLoadInfo*) at /builds/worker/workspace/obj-build/dist/include/mozilla/Vector.h:1334
(inlined by) mozilla::UntrustedModulesProcessor::ExtractLoadingEventsToProcess(unsigned long long) at /builds/worker/checkouts/gecko/toolkit/xre/dllservices/UntrustedModulesProcessor.cpp:565
Metadata
Metadata
Assignees
Labels
No labels