DavidSpickett wrote: The above problem is the same one the orignal PR (https://github.com/llvm/llvm-project/pull/164318) had. ``` Traceback (most recent call last): File "/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/tools/lldb-dap/exception/TestDAP_exception.py", line 24, in test_stopped_description self.assertEqual(exceptionInfo["description"], "signal SIGABRT") AssertionError: '\x01ignal SIGABRT' != 'signal SIGABRT' - ignal SIGABRT ? ^ + signal SIGABRT ? ^ ``` I'm going to revert it again.
Please explain what you did differently, if anything than last time. I can reproduce it at some point, but not until Wednesday. https://github.com/llvm/llvm-project/pull/165858 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
