Displaying 2 results from an estimated 2 matches for "smb_set_close_on_exec".
2018 Nov 02
2
Kodi crashes when trying to browse network
On 11/2/18 1:32 PM, Jeremy Allison wrote:
> What errno is being returned on open of /dev/urandom ?
I think the backtrace is being munged or the stack is being blown. When I debug
during the crash here is what I find:
(gdb) p urand_fd
$4 = 56
OK... so the fd is set? and 56? I can confirm that fd 56 is /dev/urandom:
$ ls -l /proc/14777/fd/56
lr-x------. 1 michael michael 64 NovĀ 2 14:17
2018 Nov 02
2
Kodi crashes when trying to browse network
On 11/2/18 2:46 PM, Jeremy Allison via samba wrote:
> the abort(), which gets triggered if urand_fd == -1
> after open. So you'll need to debug that.
Correct. The gdb output I pasted was during the abort. Gdb is showing urand_fd is
not -1.