To: | joerg@xxxxxxxxxxxxxxxxx |
From: | Mark Cullen <mark.r.cullen@xxxxxxxxx> |
Date: | Thu, 08 Jun 2006 17:57:58 +0100 |
joerg@xxxxxxxxxxxxxxxxx wrote:
On Thu, Jun 08, 2006 at 04:33:44PM +0100, Mark Cullen wrote:
joerg@xxxxxxxxxxxxxxxxx wrote:
I have a PDC running 1.4.4... If you can get me a coredump from Samba build with debug symbols, I can try to trace it down. But without that, it is quite hard.
Joerg
How might I go about building it with debug symbols?
Try adding CFLAGS= -O2 -g CXXFLAGS= -O2 -g to /etc/mk.conf. The smbd binary in the work directory should be much larger afterwards.
Joerg
Ok that seems to have worked. The built smbd binary is now 6MB as opposed to the installed 2MB, however, it's not producing a core dump as far as I can tell.