Michael Scheiffler

Results 29 comments of Michael Scheiffler

The corresponding bugzilla ticket is https://bugzilla.redhat.com/show_bug.cgi?id=1761232

When using jemalloc, sssd works. I'm getting some SELinux errors regarding unix_chkpwd instead...

In the RPM spec file of the failing library, I see a dependency to library called 'talloc'. See [libldb.spec.txt](https://github.com/GrapheneOS/hardened_malloc/files/3725630/libldb.spec.txt). Maybe that's related somehow...

By the way; This is the method I'm using to replace the malloc/free calls: ``` # cat /etc/ld.so.preload /usr/local/lib64/libhardened_malloc.so ``` The library is compiled with all settings to their defaults,...

I ran the application with ``` LD_PRELOAD=/usr/local/lib64/libhardened_malloc.so LD_DEBUG=all sssd 2> hardened.txt LD_PRELOAD=/usr/local/lib64/libjemalloc.so LD_DEBUG=all sssd 2> jemalloc.txt ``` The output is attached [sssdtest.tar.gz](https://github.com/GrapheneOS/hardened_malloc/files/3731111/sssdtest.tar.gz). The interesting part starts at hardened.txt, line 134592....

@thestinger Yes, this issue is still valid.

@thestinger: No, sorry. The issue is still present with the latest version.

Same here: https://bugzilla.redhat.com/show_bug.cgi?id=1793680

When it happens, it happens after typing 'exit'.

Probably it would also be a good idea to display the configured `ui.timezone` at all locations in the web UI which deal with date/time specifications.