PrusaSlicer is a tool I use much. If not daily, at least weekly. I install it as usual from quarterly packages. This works fine most of the time.
However, after the latest upgrade (2.8.0_3 -> 2.8.1_3) it core dumps when doing "upload and print".
Details:
gdb session
gdb backtrace
not sure if it helps anyone.
However, after the latest upgrade (2.8.0_3 -> 2.8.1_3) it core dumps when doing "upload and print".
Details:
Code:
root@kg-core1:~ # freebsd-version -ku
13.4-RELEASE-p3
13.4-RELEASE-p3
root@kg-core1:~ # pkg info Prusa\*
PrusaSlicer-2.8.1_3
Code:
tingo@kg-core1:~ $ gdb /usr/local/bin/prusa-slicer prusa-slicer.core
GNU gdb (GDB) 15.1 [GDB v15.1 for FreeBSD]
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-portbld-freebsd13.4".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/local/bin/prusa-slicer...
(No debugging symbols found in /usr/local/bin/prusa-slicer)
[New LWP 104190]
[New LWP 104340]
[New LWP 104341]
[New LWP 104342]
[New LWP 104343]
[New LWP 104345]
[New LWP 104346]
[New LWP 104349]
[New LWP 104350]
[New LWP 104351]
[New LWP 104352]
[New LWP 104353]
[New LWP 104354]
[New LWP 104355]
[New LWP 104371]
[New LWP 104372]
[New LWP 104373]
[New LWP 104516]
[New LWP 104525]
[New LWP 104526]
--Type <RET> for more, q to quit, c to continue without paging--
[New LWP 104527]
[New LWP 104528]
[New LWP 104531]
warning: Could not load shared library symbols for [vdso].
Do you need "set solib-search-path" or "set sysroot"?
Core was generated by `prusa-slicer'.
Program terminated with signal SIGILL, Illegal instruction.
Privileged opcode.
#0 0x0000000001732b3b in _ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEEC2B8se180100ILi0EEEPKw ()
[Current thread is 1 (LWP 104190)]
Code:
(gdb) bt
#0 0x0000000001732b3b in _ZNSt3__112basic_stringIwNS_11char_traitsIwEENS_9allocatorIwEEEC2B8se180100ILi0EEEPKw ()
#1 0x0000000001cb3ee8 in Slic3r::GUI::PrintHostQueueDialog::on_progress(Slic3r::GUI::PrintHostQueueDialog::Event&) ()
#2 0x000000083de717bc in wxEvtHandler::SearchDynamicEventTable(wxEvent&) () at /usr/local/lib/libwx_baseu-3.2.so.0
#3 0x000000083de714ea in wxEvtHandler::ProcessEventLocally(wxEvent&) () at /usr/local/lib/libwx_baseu-3.2.so.0
#4 0x000000083de71358 in wxEvtHandler::ProcessEvent(wxEvent&) () at /usr/local/lib/libwx_baseu-3.2.so.0
#5 0x000000083de70f9e in wxEvtHandler::ProcessPendingEvents() () at /usr/local/lib/libwx_baseu-3.2.so.0
#6 0x000000083dd43b2a in wxAppConsoleBase::ProcessPendingEvents() () at /usr/local/lib/libwx_baseu-3.2.so.0
#7 0x000000083ec1c4e7 in wxApp::DoIdle() () at /usr/local/lib/libwx_gtk3u_core-3.2.so.0
#8 0x000000083ec1dc73 in ??? () at /usr/local/lib/libwx_gtk3u_core-3.2.so.0
#9 0x000000084baa050b in ??? () at /usr/local/lib/libglib-2.0.so.0
#10 0x000000084baa08cd in ??? () at /usr/local/lib/libglib-2.0.so.0
#11 0x000000084baa0be9 in g_main_loop_run () at /usr/local/lib/libglib-2.0.so.0
#12 0x000000084798b49a in gtk_main () at /usr/local/lib/libgtk-3.so.0
#13 0x000000083ec33135 in wxGUIEventLoop::DoRun() () at /usr/local/lib/libwx_gtk3u_core-3.2.so.0
#14 0x000000083dd7bff8 in wxEventLoopBase::Run() () at /usr/local/lib/libwx_baseu-3.2.so.0
#15 0x000000083dd43126 in wxAppConsoleBase::MainLoop() () at /usr/local/lib/libwx_baseu-3.2.so.0
#16 0x000000083ddbdb76 in wxEntry(int&, wchar_t**) () at /usr/local/lib/libwx_baseu-3.2.so.0
#17 0x0000000001732033 in Slic3r::GUI::GUI_Run(Slic3r::GUI::GUI_InitParams&) ()
#18 0x0000000000d1ed96 in Slic3r::CLI::run(int, char**) ()
#19 0x0000000000d23520 in main ()
(gdb)