[Bug 1225754] New: samba: new non-determinism in 4.20.1
https://bugzilla.suse.com/show_bug.cgi?id=1225754 Bug ID: 1225754 Summary: samba: new non-determinism in 4.20.1 Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: All Status: NEW Severity: Normal Priority: P5 - None Component: Samba Assignee: samba-maintainers@SuSE.de Reporter: bwiedemann@suse.com QA Contact: samba-maintainers@SuSE.de CC: scabrero@suse.com Target Milestone: --- Found By: Development Blocker: --- My tools for testing reproducible builds show me that there is new non-determinism from ASLR and parallelism that comes in via --- /home/abuild/rpmbuild/BUILD/samba-4.20.1+git.335.0a46cdafe2/bin/default/source3/librpc/gen_ndr/py_smbXsrv.c +++ /home/abuild/rpmbuild/BUILD/samba-4.20.1+git.335.0a46cdafe2/bin/default/source3/librpc/gen_ndr/py_smbXsrv.c @@ -1695,7 +1695,7 @@ object->raw_ev_ctx = NULL; } else { object->raw_ev_ctx = NULL; - PyErr_SetString(PyExc_TypeError, "Can not convert C Type struct HASH(0x555555e02eb0) from Python"); + PyErr_SetString(PyExc_TypeError, "Can not convert C Type struct HASH(0x555555e02e20) from Python"); This was not an issue with previous version 4.19.5+git.342.57620c4f7e-304 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1225754 https://bugzilla.suse.com/show_bug.cgi?id=1225754#c1 --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> --- Here is a small reproducer: cd ~/rpmbuild/BUILD/samba-4.20.1+git.335.0a46cdafe2 && for i in $(seq 3) ; do perl "pidl/pidl" "--quiet" "--includedir=/home/abuild/rpmbuild/BUILD/samba-4.20.1+git.335.0a46cdafe2/librpc/idl" "--header" "--ndr-parser" "--client" "--python" "--outputdir" "bin/default/source3/librpc/gen_ndr" "--" "source3/librpc/idl/smbXsrv.idl" 2>/dev/null ; md5sum bin/default/source3/librpc/gen_ndr/py_smbXsrv.c ; done 59d8aaa03d6e823a3895c7bed7a1f299 bin/default/source3/librpc/gen_ndr/py_smbXsrv.c b274520e585748db6cb33b025cfad66a bin/default/source3/librpc/gen_ndr/py_smbXsrv.c 0864b694bb939ce7aecf1079134943e7 bin/default/source3/librpc/gen_ndr/py_smbXsrv.c There is also plenty output on stderr such as source3/librpc/idl/smbXsrv.idl:60: error: Unable to determine origin of type `struct db_record' that might be related. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com