Bug 13523 - Segmentation fault with profiles tool
Summary: Segmentation fault with profiles tool
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Tools (show other bugs)
Version: 4.8.1
Hardware: x64 Linux
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-11 16:32 UTC by Francisco Cano Entrena
Modified: 2018-08-13 11:39 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Cano Entrena 2018-07-11 16:32:27 UTC
Trying to migrate the profiles to a new AD, I have a problem with the profiles tool. When I'm trying to change the SID for a NTUSER.DAT, I get a "Segmentation fault".
Here there are the last lines of output:

error hashing new key 'Links for España' in container: WERR_NOT_ENOUGH_MEMORY
ACL for CMI-CreateHive{6A1C4018-979D-4291-A7DC-7AED1C75B67C}\Software\Microsoft\Windows\CurrentVersion\MCT\ES\Link\Links for España
  Owner SID: S-1-5-21-2443666690-2803648283-1306691488-1454
  New Owner SID: S-1-5-21-2541619695-2488626508-47771789-4066
  Group SID: S-1-5-21-2443666690-2803648283-1306691488-513
  DACL: 4 entries:
    Trustee SID: S-1-5-21-2443666690-2803648283-1306691488-1454
    New Trustee SID: S-1-5-21-2541619695-2488626508-47771789-4066
    Trustee SID: S-1-5-18
    Trustee SID: S-1-5-32-544
    Trustee SID: S-1-5-12
Violación de segmento (Segmentation fault)

I think that maybe the error is about the spanish character "ñ", as the process runs well with previous keys and always stops at the same point.

Thanks in advance and sorry for my english.