Re: Compiling aufs-util with debugging symbols - libau segfault with OpenSSH built-in SFTP server

2016-08-03 Thread OmegaPhil
On 03/08/16 01:31, sf...@users.sourceforge.net wrote: > OmegaPhil: >> 'rdu[rdu_cur++] =3D p;' is failing as rdu is NULL. > > Thanx for debugging. > Now I can understand the bug. > libau forgot supporting a simple opendir + closedir case (no readdir). > Here is a patch for you. It will

Re: Compiling aufs-util with debugging symbols - libau segfault with OpenSSH built-in SFTP server

2016-08-02 Thread sfjro
OmegaPhil: > ' rdu[rdu_cur++] =3D p;' is failing as rdu is NULL. Thanx for debugging. Now I can understand the bug. libau forgot supporting a simple opendir + closedir case (no readdir). Here is a patch for you. It will be released on next Monday. J. R. Okajima diff --git a/libau/rd

Re: Compiling aufs-util with debugging symbols - libau segfault with OpenSSH built-in SFTP server

2016-08-02 Thread OmegaPhil
On 02/08/16 02:36, sf...@users.sourceforge.net wrote: > Hello OmegaPhil, > > OmegaPhil: >> Program received signal SIGSEGV, Segmentation fault. >> 0x7fbd72a6988e in rdu_buf_lock () from /usr/lib/libau.so >> (gdb) bt >> #0 0x7fbd72a6988e in rdu_buf_lock () from /usr/lib/libau.so >> #1 0x0

Re: Compiling aufs-util with debugging symbols - libau segfault with OpenSSH built-in SFTP server

2016-08-01 Thread sfjro
Hello OmegaPhil, OmegaPhil: > Program received signal SIGSEGV, Segmentation fault. > 0x7fbd72a6988e in rdu_buf_lock () from /usr/lib/libau.so > (gdb) bt > #0 0x7fbd72a6988e in rdu_buf_lock () from /usr/lib/libau.so > #1 0x7fbd72a69e81 in closedir () from /usr/lib/libau.so ::

Re: Compiling aufs-util with debugging symbols - libau segfault with OpenSSH built-in SFTP server

2016-08-01 Thread OmegaPhil
On 01/08/16 21:54, OmegaPhil wrote: > I'm currently looking into the following repeatable crash when I browse > to the root of a large aufs volume with FileZilla: > > > > Program received signal SIGSEGV, Segmentation fault. > 0x

Compiling aufs-util with debugging symbols - libau segfault with OpenSSH built-in SFTP server

2016-08-01 Thread OmegaPhil
I'm currently looking into the following repeatable crash when I browse to the root of a large aufs volume with FileZilla: Program received signal SIGSEGV, Segmentation fault. 0x7fbd72a6988e in rdu_buf_lock () from /usr/lib/