rupprecht added a comment.

In D146590#4211763 <https://reviews.llvm.org/D146590#4211763>, @bulbazord wrote:

>> `lldb -o "script data=lldb.SBData(); data.SetDataFromUInt64Array([2**63])"`
>
> Just tried this, didn't crash LLDB but it does give me the OverflowError you 
> mentioned.

Here's what the crash looks like for me:

  $ bin/lldb -o "script data=lldb.SBData(); 
data.SetDataFromUInt64Array([2**63])"
  (lldb) script data=lldb.SBData(); data.SetDataFromUInt64Array([2**63])
  free(): double free detected in tcache 2
  LLDB diagnostics will be written to /tmp/diagnostics-98b663
  Please include the directory content when filing a bug report
  Aborted


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146590

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

Reply via email to