Re[2]: [Samba] instability

2004-02-04 Thread Collen
i did the export MALLOC_CHECH_=2 thing. the i a stop and start of the init.d script of samba.. but no extra debug info in the log's or as an file.. sugestions ?? - Collen Blijenberg (Systeem/Netwerk Beheerder) Tuesday, February 3, 2004, 5:59:27 PM, you

Re: [Samba] instability

2004-02-04 Thread Jeremy Allison
On Wed, Feb 04, 2004 at 08:52:24AM +0100, Collen wrote: i did the export MALLOC_CHECH_=2 thing. the i a stop and start of the init.d script of samba.. but no extra debug info in the log's or as an file.. sugestions ?? Try valgrind next - this is what I use to track down memory problems.

Re[2]: [Samba] instability

2004-02-03 Thread Collen
Ehh, i know this might be a stupid question.. but how do i set/do this MALLOC_CHECK_=2 thing.. (is there some howto??) l8r - Collen Blijenberg (Systeem/Netwerk Beheerder) Monday, February 2, 2004, 10:13:31 PM, you wrote: AB On Tue, 2004-02-03 at

Re: Re[2]: [Samba] instability

2004-02-03 Thread Andrew Bartlett
On Tue, 2004-02-03 at 19:24, Collen wrote: Ehh, i know this might be a stupid question.. but how do i set/do this MALLOC_CHECK_=2 thing.. (is there some howto??) for a bash shell. (after killing off the existing smbd) MALLOC_CHECK_=2 export MALLOC_CHECK smbd -D (or however you prefer to

Re[4]: [Samba] instability

2004-02-03 Thread Collen
Ok.. done that (used the /etc/profile) but where does the dump/backtrace file go ?? (in the .log of smbd ?) (is new for me.. sorry..) - Collen Blijenberg (Systeem/Netwerk Beheerder) Montessori Lyceum Herman Jordan Zeist Tuesday, February 3, 2004,

Re: Re[4]: [Samba] instability

2004-02-03 Thread Andrew Bartlett
On Tue, 2004-02-03 at 20:33, Collen wrote: Ok.. done that (used the /etc/profile) but where does the dump/backtrace file go ?? (in the .log of smbd ?) (is new for me.. sorry..) On linux, with Samba 3.0.2, we get a backtrace in the logs. Otherwise, you need to setup gdb to catch it :-(.

Re: [Samba] instability

2004-02-03 Thread Collen
Hmm some how the MALLOC_CHECK doesn't give anny extra debug info in the samba log's.. (log level = 2 ??) so how do i setup smdb with malloc gdb ?? or are there other way's to debug these panic actions ?? I installed the rc2 today.. and i tryed to compile it with --enable-dmalloc for some extra

Re: [Samba] instability

2004-02-03 Thread Jeremy Allison
On Tue, Feb 03, 2004 at 09:24:09AM +0100, Collen wrote: Ehh, i know this might be a stupid question.. but how do i set/do this MALLOC_CHECK_=2 thing.. (is there some howto??) export MALLOC_CHECK_=2 if you're using bash - then run smbd. Jeremy. -- To unsubscribe from this list go to the

[Samba] instability

2004-02-02 Thread Tarjei Huse
Hi I'm getting some instability on my samba 3.0.1 installation. Here's the backtrace I found in my log: Feb 2 19:10:41 grisen smbd[26068]: [2004/02/02 19:10:41, 0] smbd/service.c:make_connection(857) Feb 2 19:10:41 grisen smbd[26068]: audata1 (192.168.1.121) couldn't find service utskrifter

Re: [Samba] instability

2004-02-02 Thread Jeremy Allison
On Mon, Feb 02, 2004 at 07:28:14PM +0100, Tarjei Huse wrote: Feb 2 19:11:50 grisen smbd[26068]: [2004/02/02 19:11:50, 0] lib/util.c:smb_panic(1408) Feb 2 19:11:50 grisen smbd[26068]: BACKTRACE: 17 stack frames: Feb 2 19:11:50 grisen smbd[26068]:#0 /usr/sbin/smbd(smb_panic+0x1ab)

Re: [Samba] instability

2004-02-02 Thread Andrew Bartlett
On Tue, 2004-02-03 at 06:42, Jeremy Allison wrote: On Mon, Feb 02, 2004 at 07:28:14PM +0100, Tarjei Huse wrote: Feb 2 19:11:50 grisen smbd[26068]: [2004/02/02 19:11:50, 0] lib/util.c:smb_panic(1408) Feb 2 19:11:50 grisen smbd[26068]: BACKTRACE: 17 stack frames: Feb 2 19:11:50 grisen