Upgrading from glib 2.78.3 to 2.78.4 introduced regression #5110
Unanswered
viralmutant
asked this question in
Everyday usage
Replies: 1 comment
-
I have a variation of this:
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I am building Samba on Mac OsX 13.5.2, M1 chip.
Samba build was successful and running fine until I upgraded
glib
fromv2.78.3
tov2.78.4
. Note that I didn't make any changes to Samba.Now trying to run Samba gives this message along with a backtrace
Googling suggested using an additional env. variable
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=yes
, but I wanted to understand what changed across versions. Is this something expected or a regression ?Beta Was this translation helpful? Give feedback.
All reactions