[libcxx-commits] [libcxx] [libc++][string] Remove potential non-trailing 0-length array (PR #105865)

Michael Buch via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 10 04:15:21 PDT 2024


Michael137 wrote:

FYI, looks like this broke couple of tests on the macOS LLDB CI: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/11268/consoleFull
```
********************
  lldb-api :: commands/expression/call-function/TestCallStdStringFunction.py
  lldb-api :: lang/cpp/stl/TestSTL.py


Assertion failed: (M.Offset >= Tail && "Bitfield access unit is not clipped"), function checkBitfieldClipping, file CGRecordLayoutBuilder.cpp, line 960.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
0.	HandleCommand(command = "expression str")
1.	<eof> parser at end of file
2.	<lldb wrapper prefix>:43:1: Generating code for declaration '$__lldb_expr'

-
```

I'm looking into it

https://github.com/llvm/llvm-project/pull/105865


More information about the libcxx-commits mailing list