Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904727 - media-gfx/superslicer-2.5.59.2: crashes when attempting to slice
Summary: media-gfx/superslicer-2.5.59.2: crashes when attempting to slice
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2023-04-21 01:53 UTC by Jose
Modified: 2023-04-22 18:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
superslicer patch for crashing when trying to slice (superslicer-2.5.59_new-compilers-fix.patch,5.05 KB, patch)
2023-04-21 01:53 UTC, Jose
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose 2023-04-21 01:53:18 UTC
Created attachment 860455 [details, diff]
superslicer patch for crashing when trying to slice

superslicer crashes when attempting to slice, in the same way as Prusaslicer, reported here: https://bugs.gentoo.org/900340
I took the patch, adapted it to superslicer, and it now works for me, but I believe someone with more knowledge of the code needs to have a look at it.
Comment 1 Larry the Git Cow gentoo-dev 2023-04-22 18:09:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318c82dd47bb625f131cfac6bb04b91542e4506e

commit 318c82dd47bb625f131cfac6bb04b91542e4506e
Author:     Piotr Karbowski <slashbeast@gentoo.org>
AuthorDate: 2023-04-22 18:02:15 +0000
Commit:     Piotr Karbowski <slashbeast@gentoo.org>
CommitDate: 2023-04-22 18:09:11 +0000

    media-gfx/superslicer: 2.5.59.2-r1 revbump
    
    - Fixes crash on enabling vase mode (superslicer PR #3736
    - Links bundled OCCTWrapper statically
    - Fix unique_ptr null pointer crash on slicing
    - Adds missing dependency on OpenCASCADE
    
    Closes: https://bugs.gentoo.org/904558
    Closes: https://bugs.gentoo.org/904656
    Closes: https://bugs.gentoo.org/904727
    Bug: https://github.com/supermerill/SuperSlicer/issues/3731
    Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>

 ...ereferencing-in-std-unique_ptr-to-nullptr.patch | 82 +++++++++++++++++++
 ...cer-2.5.59.2-fix-spiral_vase-null-pointer.patch | 22 +++++
 ...icer-2.5.59.2-link-occtwrapper-statically.patch | 93 ++++++++++++++++++++++
 ....59.2.ebuild => superslicer-2.5.59.2-r1.ebuild} |  4 +
 4 files changed, 201 insertions(+)