On 14/10/15 08:09, Luca Olivetti wrote:> El 13/10/15 a les 21:35, Robert Moulton ha escrit: >> Greetings - On a CentOS 6 system, I compiled Samba 4.3.0 successfully >> (and 'make quicktest' reports "ALL OK") but when I attempt to do a >> classicupgrade I get a segmentation fault: >> >> Reading smb.conf >> Provisioning >> Exporting account policy >> Exporting groups >> Exporting users >> Segmentation fault >> >> In the system message log, a python error is reported: >> >> kernel: python[28732]: segfault at 0 ip 00007f04d22d2171 sp >> 00007fff6c3c3928 error 4 in libc-2.12.so[7f04d2251000+18a000] >> >> Has anyone else encountered this? It doesn't happen with any of the >> 4.1.x or 4.2.x releases that I've tried. >> >> -r >> > > > https://bugzilla.samba.org/show_bug.cgi?id=11530 > > ByeHi Luca, seeing as you seem to understand C and have come up with what would seem to be the cure, why don't you go to the next step and come up with a patch to fix the problem? Rowland
El 14/10/15 a les 09:27, Rowland Penny ha escrit:>> https://bugzilla.samba.org/show_bug.cgi?id=11530 >> >> Bye > > Hi Luca, seeing as you seem to understand C and have come up with what > would seem to be the cure, why don't you go to the next step and come up > with a patch to fix the problem?I'm not sure the problem lies there, it's just a guess and it has to be confirmed by a samba developer (I see the bug is assigned to Andrew Bartlett), after all that code hasn't changed in ages (but maybe it wasn't used before, I don't know). For the time being, I just add a gecos field to the entry that's missing it, so I can complete the migration. Bye -- Luca Olivetti Wetron Automation Technology http://www.wetron.es/ Tel. +34 93 5883004 (Ext.3010) Fax +34 93 5883007
Luca Olivetti wrote on 10/14/15 9:01 AM:> El 14/10/15 a les 09:27, Rowland Penny ha escrit: > >>> https://bugzilla.samba.org/show_bug.cgi?id=11530 >>> >>> Bye >> >> Hi Luca, seeing as you seem to understand C and have come up with what >> would seem to be the cure, why don't you go to the next step and come up >> with a patch to fix the problem? > > I'm not sure the problem lies there, it's just a guess and it has to be > confirmed by a samba developer (I see the bug is assigned to Andrew > Bartlett), after all that code hasn't changed in ages (but maybe it > wasn't used before, I don't know). > For the time being, I just add a gecos field to the entry that's missing > it, so I can complete the migration. > > Byeexcellent, I'm happy to learn that it's a known issue. The workaround should suffice for me, too.