[Samba] Samba process pegging CPU

Jeremy Allison jra at samba.org
Fri Apr 17 12:00:29 MDT 2015


On Fri, Apr 17, 2015 at 03:08:12PM +0000, Donaldson Jeff wrote:
> I did, but I don't know how to decypher it. Here's a 1.5 second snippet of the the strace -p PID command. 

All these:

brk(0x7f4d856de000)                     = 0x7f4d856de000
brk(0x7f4d856ff000)                     = 0x7f4d856ff000
brk(0x7f4d85720000)                     = 0x7f4d85720000

mean it's in a tight loop allocating memory.

Rebuild with -g (debug), reproduce the problem
then attach to the errent process using
gdb -p, and the type "bt" to get a backtrace.


More information about the samba mailing list