[Bug 264009] shells/zsh: Core dumps on 13.1-RELEASE
Date: Sun, 15 May 2022 23:31:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264009
Bug ID: 264009
Summary: shells/zsh: Core dumps on 13.1-RELEASE
Product: Base System
Version: 13.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: standards
Assignee: standards@FreeBSD.org
Reporter: bofh@freebsd.org
After upgrading to 13.1-RELEASE and after second "freebsd-update install" and
reboot I am getting:
root@nachtwache:~ # zsh
Bus error (core dumped)
Here is the backtrace:
root@nachtwache:~ # lldb -c zsh.core zsh
(lldb) target create "zsh" --core "zsh.core"
Core file '/root/zsh.core' (x86_64) was loaded.
(lldb) thread backtrace all
* thread #1, name = 'zsh', stop reason = signal SIGBUS
* frame #0: 0x0000000800487ab3 libc.so.7`___lldb_unnamed_symbol4533 + 771
frame #1: 0x0000000800488ae8 libc.so.7`___lldb_unnamed_symbol4538 + 200
frame #2: 0x00000008004889d9 libc.so.7`___lldb_unnamed_symbol4537 + 25
frame #3: 0x00000008004888ad libc.so.7`___lldb_unnamed_symbol4536 + 205
frame #4: 0x0000000800488513 libc.so.7`setlocale + 1027
frame #5: 0x0000000000261a35 zsh`zsh_main + 37
frame #6: 0x000000000022da00 zsh`_start + 256
So far the pkgs should have backward ABI compatibility.
--
You are receiving this mail because:
You are the assignee for the bug.