pitrou commented on PR #41163:
URL: https://github.com/apache/arrow/pull/41163#issuecomment-2051834340
Note that `xmlNewGlobalState` seems to be some kind of legacy function
("backwards compatibility
of libxml2 to pre-thread-safe behaviour"):
https://gitlab.gnome.org/GNOME/libxml2/-/blob/master/globals.c#L837-845
We see this in `xmlGetThreadLocalStorage`: `xmlNewGlobalState` is only
called if the macro `USE_TLS` is not defined.
https://gitlab.gnome.org/GNOME/libxml2/-/blob/master/globals.c#L872-895
`USE_TLS` in turn gets conditionally defined here:
https://gitlab.gnome.org/GNOME/libxml2/-/blob/master/globals.c#L99-114
Where does `libxml2` come in our case? Is it vendored by the Azure SDK?
Something else?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]