-
-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on model slice (segmentation fault (core dumped) #4513
Comments
Setting |
I also get regular crashes using 2.5.60 on debian sid. Clicking generate in the bed levelling calibration dialog is enough to reproduce, it appears to happen at the slicing stage. This still happens on my system if I disable Arachne and Thin Walls. Running a backtrace in gdb gives me: Thread 25 "slic3r_tbb_5" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffa3bfe6c0 (LWP 1031149)]
0x00005555563b1c9f in Slic3r::SeamPlacerImpl::calculate_polyline_angles_at_vertices(Slic3r::SeamPlacerImpl::PolylineWithEnd const&, std::vector<float, std::allocator<float> > const&, float)
()
(gdb) bt
#0 0x00005555563b1c9f in Slic3r::SeamPlacerImpl::calculate_polyline_angles_at_vertices(Slic3r::SeamPlacerImpl::PolylineWithEnd const&, std::vector<float, std::allocator<float> > const&, float) ()
#1 0x00005555563b5983 in Slic3r::SeamPlacerImpl::process_perimeter_polylines(Slic3r::SeamPlacerImpl::PolylineWithEnd const&, float, Slic3r::LayerRegion const*, Slic3r::SeamPlacerImpl::GlobalModelInfo const&, Slic3r::PrintObjectSeamData::LayerSeams&) ()
#2 0x00005555563bba85 in Slic3r::SeamPlacer::gather_seam_candidates(Slic3r::PrintObject const*, Slic3r::SeamPlacerImpl::GlobalModelInfo const&, Slic3r::SeamPosition)::{lambda(tbb::detail::d1::blocked_range<unsigned long>)#1}::operator()(tbb::detail::d1::blocked_range<unsigned long>) const [clone .isra.0] ()
#3 0x00005555563bc244 in tbb::detail::d1::start_for<tbb::detail::d1::blocked_range<unsigned long>, Slic3r::SeamPlacer::gather_seam_candidates(Slic3r::PrintObject const*, Slic3r::SeamPlacerImpl::GlobalModelInfo const&, Slic3r::SeamPosition)::{lambda(tbb::detail::d1::blocked_range<unsigned long>)#1}, tbb::detail::d1::auto_partitioner const>::execute(tbb::detail::d1::execution_data&) ()
#4 0x0000555556fae00b in tbb::detail::r1::market::process(rml::job&) ()
#5 0x0000555556f9e3d7 in tbb::detail::r1::rml::private_worker::thread_routine(void*) ()
#6 0x00007ffff6dbd732 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
#7 0x00007ffff6e382b8 in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
|
2.5.60 crashing for me on Mac every single time. Might be similar reason. Thin walls doesn't make any difference. 2.5.59-13 slices perfectly (same profiles used) |
Version
Version: 2.5.60.0
Build: SuperSlicer_2.5.60.0_2024-07-01
Operating system type + version
Operating System: Unix
System Architecture: 64 bit
System Version: Linux 6.12.4-1-MANJARO x86_64
Behavior*
Superslicer crashes during model slicing. Using version
![Screenshot_20250104_184527](https://private-user-images.githubusercontent.com/1571691/400170313-2d8e8a7d-049a-4f16-ba96-fc2991526a5a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTEzMjIsIm5iZiI6MTczOTI5MTAyMiwicGF0aCI6Ii8xNTcxNjkxLzQwMDE3MDMxMy0yZDhlOGE3ZC0wNDlhLTRmMTYtYmE5Ni1mYzI5OTE1MjZhNWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTYyMzQyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGM0OTA2N2Q0NjAwMzY2YjJjZWNiMTVjY2E1M2Y2M2E2OTgxYzk1NTJjYzE5NTkwMDRhNzZhMTY3ZjE4YTAzOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.wj7MZOZXIQkgvfya_cYiF-F6sH_cVrqpjpSf0VAIs3w)
SuperSlicer_2.5.59.13_2024-07-01
does not crash but reports the following error:Is this a new feature request?
No.
Project File (.3MF) where problem occurs
Superslicer2.5.59.13_linux_64_error_project.zip
The text was updated successfully, but these errors were encountered: