davezarzycki added inline comments.

================
Comment at: lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp:69
+
+  StructuredData::ObjectSP object_sp = GetInterface().CreatePluginObject(
+      m_launch_info.GetClassName().c_str(), target_sp,
----------------
mib wrote:
> stella.stamenova wrote:
> > This is where the AV happens on Windows. It looks like GetInterface returns 
> > null
> Thanks @stella.stamenova for taking a closer look at this. I don't know why 
> would the test call this code and crash, but I'll continue investigating it.
I've seen this crash on Fedora (x86-64) too so I don't think it's Windows 
specific.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95713/new/

https://reviews.llvm.org/D95713

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to