Created attachment 892496 [details] blender's crach log Blender every time crash after saving blends of images This happends after upgrade to 23 and gcc-13
I can not reproduce this on my system. There we no concrete steps to reproduce provided either. I rendered an image in EEVEE and then saved the image to to disk. I also create a texture in Blender and saved the .blend file with it. No crashes. You will have to provide better steps to reproduce if those two cases is not what you did.
We'd need a emerge --info blender openimageio and emerge -pv blender openimageio as well.
Created attachment 892805 [details] emerge --info emerge --info
Created attachment 892806 [details] emerge -pv blender openimageio emerge -pv blender openimageio
Created attachment 892807 [details] blender's crach log (I accidentally deleted the first one) blender's crach log (I accidentally deleted the first one)
my problem was in boost-1.85.0::gentoo with boost-1.84.0 blender works stable!
Presumably bug 933289 then...
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbea521152678132cf0b02e3a152481523b3078 commit 4bbea521152678132cf0b02e3a152481523b3078 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-06-03 01:19:54 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-06-03 01:20:45 +0000 dev-libs/boost: fix aliasing violation in boost::container Note that we have to crank the subslot for this. I've added a fudge .1 which we should drop on 1.86.0. Closes: https://bugs.gentoo.org/933289 Bug: https://github.com/freeorion/freeorion/issues/4949 Bug: https://github.com/boostorg/container/issues/252 Bug: https://github.com/boostorg/container/issues/281 Bug: https://bugs.gentoo.org/932780 Bug: https://bugs.gentoo.org/931587 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/boost/boost-1.85.0-r1.ebuild | 348 ++++++++++++++++++ .../files/boost-1.85.0-container-aliasing.patch | 408 +++++++++++++++++++++ 2 files changed, 756 insertions(+)
Please try dev-libs/boost-1.85.0-r1, thanks!