On Sun, Oct 12, 2014 at 12:16:49PM +0200, Steinar H. Gunderson wrote: > #4 /usr/sbin/smbd(_spoolss_EnumPrinters+0x3be) [0x7f9f2ae8a81e]
Even though the address is weird, _spoolss_EnumPrinters+0x3be is source3/rpc_server/spoolss/srv_spoolss_nt.c line 4429, which reads: if ((servername[0] == '\\') && (servername[1] == '\\')) { This sounds a lot like this bug: https://bugzilla.samba.org/show_bug.cgi?id=9574 which has a very simple patch (check if servername is NULL first), in upstream for over a year. Would you be willing to consider a fix in stable? /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org