Here is what I got:
(gdb) run -U administrator%"MYPASS" -I 10.1.0.11 -L 10.2.0.9
Starting program: /usr/bin/smbclient -U administrator%"MYPASS" -I 10.1.0.11 -L 10.2.0.9
Reading symbols for shared libraries ..... done
Domain=[MY_DOMAIN] OS=[Unix] Server=[Samba 3.0.23c]

       Sharename       Type      Comment
       ---------       ----      -------

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
0x000a11fd in rpccli_srvsvc_NetShareEnum ()

James Peach wrote:
On 12/10/06, Dan <[EMAIL PROTECTED]> wrote:
Unfortunately I can not find a core file any where on the system.  There
is a directory /private/var/log/cores with smbd and nmbd folders but all
are empty.  Any thing else I can do to get the core file or needed info?

try running smbclient under gdb

gdb /path/to/smbclient
(gdb)  run -with -whatever -args


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to