Ls fault with symbols
lldb /usr/src/bin/ls/ls
(lldb) target create "/usr/src/bin/ls/ls"
Current executable set to '/usr/src/bin/ls/ls' (x86_64).
(lldb) run -l
run -l
Process 88451 launched: '/usr/src/bin/ls/ls' (x86_64)
total 2176
c--------x 1 34078976 wheel 58, 7079544 Dec 31 1969 #04963796
Process 88451 stopped
* thread #1, stop reason = signal SIGSEGV
frame #0: 0x000008ea7a956fc8 libc.so.97.1`_fmt(format=<unavailable>,
t=0x0000000000000000, pt="Dec 31 1969", ptlim="", warnp=0x000074ad2bf8ceb4) at
strftime.c:159:19
(lldb) bt
bt
* thread #1, stop reason = signal SIGSEGV
* frame #0: 0x000008ea7a956fc8 libc.so.97.1`_fmt(format=<unavailable>,
t=0x0000000000000000, pt="Dec 31 1969", ptlim="", warnp=0x000074ad2bf8ceb4) at
strftime.c:159:19
frame #1: 0x000008ea7a9569ea libc.so.97.1`_libc_strftime(s="Dec 31 1969",
maxsize=64, format=<unavailable>, t=<unavailable>) at strftime.c:118:6
frame #2: 0x000008e8387368e1 ls`printlong(dp=<unavailable>) at print.c:0:18
frame #3: 0x000008e838736299 ls`display(p=0x000008eaee0cfa00,
list=0x000008eaee0bb640) at ls.c:576:2
frame #4: 0x000008e838735c2f ls`traverse(argc=1, argv=<unavailable>,
options=<unavailable>) at ls.c:397:4
frame #5: 0x000008e8387359ef ls`ls_main(argc=0, argv=<unavailable>) at
ls.c:0
frame #6: 0x000008e838734c92 ls`__start + 338
(lldb)