On Wed, Mar 26, 2003 at 08:11:06AM -0600, [EMAIL PROTECTED] wrote: > > > > ---------- Forwarded message ---------- > Date: Wed, 26 Mar 2003 08:07:20 -0600 (CST) > From: [EMAIL PROTECTED] > To: Jelmer Vernooij <[EMAIL PROTECTED]> > Subject: Re: Core dumping samba > > Here s the backtrace you requested: > > > (gdb) backtrace > Searching... > >0 0xbfff443b in pwrite () from /usr/lib/libc.so.1 > #1 0x80f93fc in expand_file () > #2 0x80f95b5 in tdb_expand () > #3 0x80f967c in tdb_allocate () > #4 0x80f9879 in tdb_store () > #5 0x811581b in claim_connection () > #6 0x80e8d37 in main () > #7 0x8114888 in _start () > > Note: This backtrace contains frameless function calls.
Ah - ok, looks like pwrite is broken on your system (it's an AT&T system isn't it ?). Can you change the include/configure.h file after running configure and remove the line that defines HAVE_PWRITE and HAVE_PREAD and recompile to see if you can reproduce without pwrite. Jeremy.