search for: smbc_fstat

Displaying 1 result from an estimated 1 matches for "smbc_fstat".

2002 Nov 03
0
libsmbclient bug ?
Hello, I've tried using libsmbclient from the 2.2.6 samba package (on a slackware 8.1, compiled --with-libsmbclient --with-sendfile-support --enable-debug (without debug also) ) and it segfaults when I call smbc_stat() (or smbc_fstat() ) on a file. I'm sorry I'm not able to find out the problem with gdb, the output (with the library compiled with debugging enabled) is: -------------------- Starting program: /.tmp/tst Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () (gdb) --------------------...