[Bug 1094438] Re: Samba crashes invalid pointer: 0x00007f0bc3de7590

2015-01-14 Thread danb1974
I tracked my crash to what appears to be missing structure initialization, resulting in invalid pointers being free()d Added two initializations, seems to fix the problem. Not being familiar with samba, please confirm if I'm doing the right thing. ** Patch added:

[Bug 1094438] Re: Samba crashes invalid pointer: 0x00007f0bc3de7590

2015-01-06 Thread danb1974
I seem to have hit the same bug, invalid poiter free()d by gssalloc_free() called by gss_release_buffer() Happens when a program installed on the DC connects to this linux requesting some registry keys (not knowing this is not a windows machine) Here is a stack trace with full symbols Core was

[Bug 1094438] Re: Samba crashes invalid pointer: 0x00007f0bc3de7590

2015-01-06 Thread danb1974
In my case the crash only happens on remote registry access, file sharing works. Mine is joined to a Windows 2012 AD. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1094438 Title: