Date: Fri, 24 Jul 2020 05:30:12 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248236] graphics/gegl: g_random_* function always returns same random number sequence Message-ID: <bug-248236-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248236 Bug ID: 248236 Summary: graphics/gegl: g_random_* function always returns same random number sequence Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: tatsuki_makino@hotmail.com Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) Created attachment 216736 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216736&action= =3Dedit patch to fix graphics/gegl Random number sequence is always the same because the seed of g_random_* function is set to a fixed value. It affects everything linked to libgegl. For example: mkdir ~/.config/GIMP/2.10/splashes ln -s /usr/local/share/gimp/images/gimp-splash.png ~/.config/GIMP/2.10/splashes/ find ~/collection_of_cute_cats -type f -iname \*.jpg -print0 | xargs -0 -J = % cp % ~/.config/GIMP/2.10/splashes/ gimp --new-instance & gimp --new-instance & gimp --new-instance & gimp --new-instance & gimp --new-instance & --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248236-7788>