Opened at 2018-09-14T23:31:10+01:00
#18038 new Bugs
Kodi crashes at exit when debug logging enabled
Reported by: | mglae | Owned by: | |
---|---|---|---|
Priority: | 4 - Normal | ||
Component: | Other (un-categorized if does not fit anywhere else) | Version: | 18.0 "Leia" Beta2 |
Severity: | Normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Platform: | Linux | |
Description
With debug logging enabled kodi aborts in exit handlers on linux: http://ix.io/1m80. Without debug logging there are no crashes.
On Ubuntu 18.04 nightlies (using glibc 2.27 instead of 2.28) MALLOC_CHECK_=3 has to be defined to get the crash: http://ix.io/1mJ2.
Bisecting Milhouse test builds results in #0210 being the first one having the error.
It's PR:13452 [xbmc][fix] Use fmt for logging as well introducing the fault.
Verified it by building LibreELEC with Kodi at PR:13513 (no error) and PR:13452 (fails).
Note: See
TracTickets for help on using
tickets.