search for: rw_ret

Displaying 4 results from an estimated 4 matches for "rw_ret".

Did you mean: __ret
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
...query.c:249 #4  0x00007ff699283332 in > name_query_send (mem_ctx=0x55788a265200, ev=0x55788b8424e0, > 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...
2018 Nov 03
0
Kodi crashes when trying to browse network
...source3/libsmb/namequery.c:249 #4  0x00007ff699283332 in name_query_send (mem_ctx=0x55788a265200, ev=0x55788b8424e0,     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, 0x00007f...
2018 Nov 03
0
Kodi crashes when trying to browse network
...3332 in > > name_query_send (mem_ctx=0x55788a265200, ev=0x55788b8424e0, > > 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 > >...