Bug #15137
closedCan't run brew cleanup
Description
I'm using Homebrew for Mac and I recently ran an update, followed by an upgrade. As usual, I ran cleanup afterward using "brew cleanup". Unfortunately the cleanup crashed. I cannot complete a brew cleanup and I'm getting the following error ...
/usr/local/Homebrew/Library/Homebrew/cache_store.rb:35: [BUG] Segmentation fault at 0x00000001077ffffe
ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin9.0]
I've attached the crash report, along with the output generated.
Files
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Related to Bug #15139: Bug in Interpreter or Extension Libraries added
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Related to deleted (Bug #15139: Bug in Interpreter or Extension Libraries)
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Has duplicate Bug #15139: Bug in Interpreter or Extension Libraries added
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Has duplicate Bug #15147: Mac OSX (brew) reported: You may have encountered a bug in the Ruby interpreter or extension libraries added
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Related to Bug #15142: Bug in the Ruby interpreter or extension libraries added
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Related to deleted (Bug #15142: Bug in the Ruby interpreter or extension libraries)
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Has duplicate Bug #15142: Bug in the Ruby interpreter or extension libraries added
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Has duplicate Bug #15180: Segmentation fault at 0x00000001097ffffe added
Updated by wanabe (_ wanabe) about 6 years ago
I guess this is a same issue as https://github.com/Homebrew/brew/issues/4923 = https://github.com/Homebrew/brew/issues/4943 = https://github.com/Homebrew/brew/pull/4949.
Updated by znz (Kazuhiro NISHIYAMA) about 6 years ago
- Has duplicate Bug #15197: Segmentation fault in Ruby script cache_store.rb from homebrew on macOS Mojave added
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Has duplicate Bug #15207: Bug - interpreter or extension libraries, Crashed running brew upgrade added
Updated by nobu (Nobuyoshi Nakada) about 6 years ago
- Status changed from Open to Third Party's Issue
I can't reproduce it on linkage.db files uploaded there, but dbm_open
in the system library returns NULL
instead.
I guess the system bundled dbm has a incompatibility or a bug which causes the failure or the segfaults, and we can't manage that library.