LLDB-Eigen-Pretty-Printer icon indicating copy to clipboard operation
LLDB-Eigen-Pretty-Printer copied to clipboard

failed to load

Open ziyi-zhang opened this issue 4 years ago • 3 comments

Hi,

after successful installation, I got the following error when starting lldb

⇒  lldb
error: regex format error (maybe this is not really a regex?)
error: regex format error (maybe this is not really a regex?)
error: regex format error (maybe this is not really a regex?)
error: regex format error (maybe this is not really a regex?)
warning: empty category enabled (typo?)

Could this be caused by lldb version? I am currently using

lldb --version  
lldb-1200.0.44.2  
Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)

Thank you

ziyi-zhang avatar Feb 27 '21 21:02 ziyi-zhang

hmhmmm, I fixed it by replacing all the .*? in the regex to .*. Probably this is only me

ziyi-zhang avatar Feb 27 '21 21:02 ziyi-zhang

I've actually encountered this issue as well. lldb 11 on ubuntu. Not sure whether replacing non-greedy match with greedy is the proper solution for this.

Mrkol avatar Mar 23 '21 23:03 Mrkol

I installed the version with the regex fix and I don't get any printing. Using Mac OS X 12.3. Any idea if something changed again? I am not getting any error messages, it fails silently.

jsimons8 avatar Mar 17 '22 15:03 jsimons8