Samuel Thibault
Samuel Thibault
(i.e. [patch.txt](https://github.com/open-mpi/hwloc/files/4384328/patch.txt))
Calling `xmlCleanupParser()` has the same problem as calling `xmlCleanupThreads()` (it actually calls it): you never know what is happening in other threads, which might be using libxml too. In my...
In the meantime I have applied the attached fix to libxml :) An envvar could be a workaround for now, but it'd need to be emphasized in the xml component...
I have forwarded to https://gitlab.gnome.org/GNOME/libxml2/-/issues/153
Ah, hum. But upstream valgrind does put its default.supp file there and the manpage documents its path, so it looks like a place that people can find easily indeed. I'm...
Perhaps using `opendir()` to get the actual list could be more efficient even if being an n+1th call? Even with a large directory that ends up with only one `getdents64()`...
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/log/?h=readfile is still there and quite recent at least
Hello, hw.cacheconfig: 8 2 2 8 0 0 0 0 0 0 hw.cachesize: 17179869184 32768 262144 6291456 0 0 0 0 0 0 So the OS does not expose the...
This is still failing to a large extent, e.g. on s390x: ``` % make test Running tests... Test project /home/sthibault/pocketsphinx/build Start 1: test-cards.sh 1/93 Test #1: test-cards.sh .................... Passed 1.33...
yes, it's big-endian, here they are: [test.log](https://github.com/cmusphinx/sphinxbase/files/8862658/test.log) [config.h.txt](https://github.com/cmusphinx/sphinxbase/files/8862666/config.h.txt)