Samba Error

I have just upgraded my samba og glibc installation and I am getting the following errors:

[2014/10/22 21:26:07, 0] lib/fault.c:fault_report(41)
INTERNAL ERROR: Signal 11 in pid 15132 (3.2.7-11.6-2057-SUSE-CODE11)
Please read the Trouble-Shooting section of the Samba3-HOWTO
[2014/10/22 21:26:07, 0] lib/fault.c:fault_report(43)

From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2014/10/22 21:26:07, 0] lib/fault.c:fault_report(44)

[2014/10/22 21:26:07, 0] lib/util.c:smb_panic(1666)
PANIC (pid 15132): internal error
[2014/10/22 21:26:08, 0] lib/fault.c:fault_report(40)

[2014/10/22 21:26:08, 0] lib/fault.c:fault_report(41)
INTERNAL ERROR: Signal 11 in pid 15133 (3.2.7-11.6-2057-SUSE-CODE11)
Please read the Trouble-Shooting section of the Samba3-HOWTO
[2014/10/22 21:26:08, 0] lib/fault.c:fault_report(43)

From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2014/10/22 21:26:08, 0] lib/fault.c:fault_report(44)

[2014/10/22 21:26:08, 0] lib/util.c:smb_panic(1666)
PANIC (pid 15133): internal error
[2014/10/22 21:26:08, 0] lib/fault.c:fault_report(40)

[2014/10/22 21:26:08, 0] lib/fault.c:fault_report(41)
INTERNAL ERROR: Signal 11 in pid 15134 (3.2.7-11.6-2057-SUSE-CODE11)
Please read the Trouble-Shooting section of the Samba3-HOWTO
[2014/10/22 21:26:08, 0] lib/fault.c:fault_report(43)

From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2014/10/22 21:26:08, 0] lib/fault.c:fault_report(44)

[2014/10/22 21:26:08, 0] lib/util.c:smb_panic(1666)
PANIC (pid 15134): internal error

What could be possibly wrong?
I have tried mostly everything.
I also see that smbclient gets segmentation fault.

This error is produced when connection to the share.

Any help would be appreciated.

Hi delphius,

What could be possibly wrong?

if you’re a programmer, I suggest to let the command create a core file (set the according ulimit to unlimited in your session) and take a peek at the call stack at the moment of the crash, via gdb. That may help you to identify the general area of code, where the problem occurs.

Have you followed the logged advise to read the Trouble-Shooting section of the Samba3-HOWTO?

Other than that, I can only suggest to open a service request.

Regards,
Jens