search for: sys_rw_data

Displaying 5 results from an estimated 5 matches for "sys_rw_data".

2018 Nov 02
2
Kodi crashes when trying to browse network
On 11/2/18 4:28 PM, Jeremy Allison wrote: > if you're getting the abort(), then urand_fd == -1. > If urand_fd != -1 and you're hitting the abort then > you have a compiler bug. A compiler bug is also possible. When I have time I'll try to rebuild Samba with -O0 to make sure it isn't an optimization issue.
2018 Nov 03
2
Kodi crashes when trying to browse network
On 11/3/18 11:10 AM, Rowland Penny via samba wrote: > I think it may be because Debian uses libgnutls28-dev, whilst Fedora > uses trousers It seems to be a Kodi CMake issue, but I would argue Samba or trousers need to change the name of "read_data" to something more unique if it is going to be an exported shared symbol. Kodi requires libmicrohttpd. The libmicrohttpd library
2018 Nov 03
2
Kodi crashes when trying to browse network
...E__\002", name_type=1, > bcast=true, recurse=true, addr=0x55788a014360) > at ../source3/libsmb/namequery.c:1276 (snip) > > (gdb) p rw_ret > $1 = 0 > (gdb) p len > $2 = 2 > > Looking at the way genrand.c is coded it should 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_d...
2018 Nov 03
0
Kodi crashes when trying to browse network
...name=0x7ff69c731e2b "\001\002__MSBROWSE__\002", name_type=1, bcast=true, recurse=true,     addr=0x55788a014360) at ../source3/libsmb/namequery.c:1276 (snip) (gdb) p rw_ret $1 = 0 (gdb) p len $2 = 2 Looking at the way genrand.c is coded it should 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 #...
2018 Nov 03
0
Kodi crashes when trying to browse network
...recurse=true, addr=0x55788a014360) > > at ../source3/libsmb/namequery.c:1276 (snip) > > > > (gdb) p rw_ret > > $1 = 0 > > (gdb) p len > > $2 = 2 > > > > Looking at the way genrand.c is coded it should 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 > &g...