search for: lp_talloc_free

Displaying 3 results from an estimated 3 matches for "lp_talloc_free".

Did you mean: _talloc_free
2003 Dec 01
1
smb_panic + Backtrace
...ic+0x16c) [0x8189c8c] #1 /usr/local/samba/sbin/smbd(dbgtext+0x194) [0x8179634] #2 /usr/local/samba/sbin/smbd(dbgtext+0x1f2) [0x8179692] #3 /lib/libc.so.6(__libc_sigaction+0x138) [0x401ac7f8] #4 /usr/local/samba/sbin/smbd(alloc_sub_basic+0x23) [0x818f343] #5 /usr/local/samba/sbin/smbd(lp_talloc_free+0x67) [0x80743f7] #6 /usr/local/samba/sbin/smbd(lp_servicename+0x37) [0x8075967] #7 /usr/local/samba/sbin/smbd(make_connection+0x2c0) [0x80bb270] #8 /usr/local/samba/sbin/smbd(reply_tcon_and_X+0x228) [0x8093eb8] #9 /usr/local/samba/sbin/smbd(respond_to_all_remaining_local_messages+0x65b...
2003 Dec 01
0
specific client machines can't write / execute others can and oplock causes panic
...0x40258e48 in __check_rhosts_file () from /lib/libc.so.6 #2 0x401867c5 in system () from /lib/libc.so.6 #3 0x081817bd in smb_panic () #4 0x081727f3 in dbgtext () #5 0x08172845 in dbgtext () #6 0x4016a6b8 in sigaction () from /lib/libc.so.6 #7 0x08186d4b in alloc_sub_basic () #8 0x0807775b in lp_talloc_free () #9 0x0807869f in lp_servicename () #10 0x080bba6d in make_connection () #11 0x080955f3 in reply_tcon_and_X () #12 0x080b8eaa in respond_to_all_remaining_local_messages () #13 0x080b8f43 in respond_to_all_remaining_local_messages () #14 0x080b91e3 in process_smb () #15 0x080b9b2f in smbd_process...
2003 Dec 01
0
No subject
...2.0.7/source.Linux/param/loadparm.c Fri Nov 17 09:24:27 2000 --- ./param/loadparm.c Sat Nov 18 00:46:50 2000 *************** *** 2711,2716 **** --- 2711,2718 ---- if ((i=lp_servicenumber(name)) >= 0) string_set(&iSERVICE(i).comment,comment); } + /* free up temporary memory */ + lp_talloc_free(); } /*************************************************************************** *** ../samba-2.0.7/source.Linux/smbd/server.c Thu Mar 16 17:59:52 2000 --- ./smbd/server.c Fri Nov 17 22:58:15 2000 *************** *** 183,188 **** --- 183,191 ---- fd_set lfds; int num; + /* fr...