search for: tspi

Displaying 2 results from an estimated 2 matches for "tspi".

Did you mean: tsp
2018 Nov 03
2
Kodi crashes when trying to browse network
...of "read_data" to something more unique if it is going to be an exported shared symbol. Kodi requires libmicrohttpd. The libmicrohttpd library uses gnutls and Fedora's gnutls links against trousers. Fedora's gnutls pulls in trousers through dlopen(), but CMake is pulling in libtspi as a compile-time link and the linker is using read_data() from libtspi over the Samba copy. Versions 17.x of Kodi used autotools and didn't pull in libtspi. Version 18 relies soley on CMake. I have worked[1] around the problem by filtering out "tspi" from being added to the link...
2018 Nov 03
2
Kodi crashes when trying to browse network
...hould be using the > read_data() function from sys_rw_data.c. When I debug the read_data > call it is calling it ends up in a read_data() function from a > third-party library: > > Thread 1 "kodi-x11" hit Breakpoint 1, 0x00007f2d03da3450 in read_data > () from /lib64/libtspi.so.1 > (gdb) bt > #0  0x00007f2d03da3450 in read_data () from /lib64/libtspi.so.1 > #1  0x00007f2cfdc08911 in generate_random_buffer (out=0x7ffd3bb0f636 > "", len=2) at ../lib/util/genrand.c:48 > #2  0x00007f2d0036f357 in generate_trn_id () > at ../source3/libsmb/nameque...