prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.71k stars 1.93k forks source link

MacOS 2.6 Alpha6 Crash on project load #10319

Closed pwnpanda closed 1 year ago

pwnpanda commented 1 year ago

Description of the bug

When loading projects, the application crashes fatally and reliably. See a few crash reports and 3mf files below. (Crash 2 is in comment below)

It seems to be related to loading projects with some kind of problematic setting enabled? May also be related to #9871 .

Please let me know if there is anything else I can do to assist!

Case 1 File 1: [LED_Stand_v1.3mf.zip](https://github.com/prusa3d/PrusaSlicer/files/11200879/LED_Stand_v1.3mf.zip) ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: PrusaSlicer [14991] Path: /private/var/folders/*/PrusaSlicer.app/Contents/MacOS/PrusaSlicer Identifier: com.prusa3d.slic3r/ Version: PrusaSlicer PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529 (PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time: 2023-04-11 15:17:00.8004 +0200 OS Version: macOS 13.3.1 (22E261) Report Version: 12 Bridge OS Version: 7.4 (20P4252) Anonymous UUID: DCE9662F-A7A4-1E28-98EA-B95C1906DF15 Time Awake Since Boot: 770 seconds System Integrity Protection: disabled Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000000000e8 Exception Codes: 0x0000000000000001, 0x00000000000000e8 Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 Terminating Process: exc handler [14991] VM Region Info: 0xe8 is not in any region. Bytes before following region: 140737487945496 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> shared memory 7ffffff9c000-7ffffff9d000 [ 4K] r-x/r-x SM=SHM Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread 0 PrusaSlicer 0x10c87d5c2 Slic3r::_3MF_Importer::_load_model_from_file(std::__1::basic_string, std::__1::allocator> const&, Slic3r::Model&, Slic3r::DynamicPrintConfig&, Slic3r::ConfigSubstitutionContext&) + 5858 1 PrusaSlicer 0x10c89c36c Slic3r::load_3mf(char const*, Slic3r::DynamicPrintConfig&, Slic3r::ConfigSubstitutionContext&, Slic3r::Model*, bool) + 940 2 PrusaSlicer 0x10ca06d78 Slic3r::Model::read_from_archive(std::__1::basic_string, std::__1::allocator> const&, Slic3r::DynamicPrintConfig*, Slic3r::ConfigSubstitutionContext*, Slic3r::enum_bitmask) + 376 3 PrusaSlicer 0x10d3a1b26 Slic3r::GUI::Plater::priv::load_files(std::__1::vector> const&, bool, bool, bool) + 3990 4 PrusaSlicer 0x10d3b8b49 Slic3r::GUI::Plater::load_project(wxString const&) + 537 5 PrusaSlicer 0x10d397a4e Slic3r::GUI::Plater::load_files(wxArrayString const&, bool) + 2814 6 PrusaSlicer 0x10d396ef8 Slic3r::GUI::PlaterDropTarget::OnDropFiles(int, int, wxArrayString const&) + 120 7 PrusaSlicer 0x10f11115f wxFileDropTarget::OnData(int, int, wxDragResult) + 63 8 PrusaSlicer 0x10f2b7683 wxWidgetCocoaImpl::performDragOperation(void*, NSView*, void*) + 259 9 PrusaSlicer 0x10f2b6c93 wxOSX_performDragOperation(objc_object*, objc_selector*, id) + 51 10 AppKit 0x7ff80a8ee334 NSCoreDragReceiveMessageProc + 672 11 HIServices 0x7ff80ccf2cfb CallReceiveMessageCollectionWithMessage + 103 12 HIServices 0x7ff80cced700 DoMultipartDropMessage + 105 13 HIServices 0x7ff80cced4f6 DoDropMessage + 42 14 HIServices 0x7ff80ccf0b58 CoreDragMessageHandler + 871 15 CoreFoundation 0x7ff8075f83ed __CFMessagePortPerform + 1107 16 CoreFoundation 0x7ff8075565a3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41 17 CoreFoundation 0x7ff8075564e3 __CFRunLoopDoSource1 + 540 18 CoreFoundation 0x7ff807555161 __CFRunLoopRun + 2694 19 CoreFoundation 0x7ff807554071 CFRunLoopRunSpecific + 560 20 HIToolbox 0x7ff810fbcfcd RunCurrentEventLoopInMode + 292 21 HIToolbox 0x7ff810fbcdde ReceiveNextEventCommon + 657 22 HIToolbox 0x7ff810fbcb38 _BlockUntilNextEventMatchingListInModeWithFilter + 64 23 AppKit 0x7ff80a5e67a0 _DPSNextEvent + 858 24 AppKit 0x7ff80a5e564a -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1214 25 AppKit 0x7ff80a5d7cb8 -[NSApplication run] + 586 26 PrusaSlicer 0x10f29a8ba wxGUIEventLoop::OSXDoRun() + 186 27 PrusaSlicer 0x10f385b5d wxCFEventLoop::DoRun() + 29 28 PrusaSlicer 0x10f2fc595 wxEventLoopBase::Run() + 85 29 PrusaSlicer 0x10f2d42e4 wxAppConsoleBase::MainLoop() + 116 30 PrusaSlicer 0x10f25a60a wxApp::OnRun() + 26 31 PrusaSlicer 0x10f32dc39 wxEntry(int&, wchar_t**) + 73 32 PrusaSlicer 0x10d333c38 Slic3r::GUI::GUI_Run(Slic3r::GUI::GUI_InitParams&) + 248 33 PrusaSlicer 0x10c6ef5c7 Slic3r::CLI::run(int, char**) + 21175 34 PrusaSlicer 0x10c6f4480 main + 352 35 dyld 0x7ff80712041f start + 1903 Thread 1: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 4:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x7ff80743b5b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff80744972d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8074425e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff80743b89a mach_msg + 19 4 CoreFoundation 0x7ff8075561af __CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff807554c30 __CFRunLoopRun + 1365 6 CoreFoundation 0x7ff807554071 CFRunLoopRunSpecific + 560 7 AppKit 0x7ff80a746909 _NSEventThread + 132 8 libsystem_pthread.dylib 0x7ff80747a1d3 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff807475bd3 thread_start + 15 Thread 5: 0 libsystem_kernel.dylib 0x7ff80743e0ee __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80747a758 _pthread_cond_wait + 1242 2 libc++.1.dylib 0x7ff8073b71e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 PrusaSlicer 0x10d5ee183 Slic3r::GUI::BoostThreadWorker::run() + 163 4 PrusaSlicer 0x10d7bdd18 boost::(anonymous namespace)::thread_proxy(void*) + 136 5 libsystem_pthread.dylib 0x7ff80747a1d3 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff807475bd3 thread_start + 15 Thread 6: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 7: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x000060000bcc54c0 rbx: 0x000060000a7c51c0 rcx: 0x000060000bcc5500 rdx: 0x0000000000000000 rdi: 0x000000003dcccccd rsi: 0x0000000000000000 rbp: 0x00007ff7b3815270 rsp: 0x00007ff7b3814af0 r8: 0x00007ff7b3815538 r9: 0x00007ff7b3814490 r10: 0x00000000ffffffff r11: 0x000000000000000c r12: 0x00006000029fb900 r13: 0x00007ff7b38154b8 r14: 0x00007f9eee10b860 r15: 0x0000000000000000 rip: 0x000000010c87d5c2 rfl: 0x0000000000010202 cr2: 0x00000000000000e8 Logical CPU: 12 Error Code: 0x00000006 (no mapping for user data write) Trap Number: 14 Thread 0 instruction stream: 48 89 ca 48 29 c2 48 83-c2 f0 f6 c2 10 75 2c 48 H..H).H......u,H 63 30 4c 8b 40 04 8b 58-0c 49 8b 7e 58 48 8b 34 c0L.@..X.I.~XH.4 f7 66 c7 86 e8 00 00 00-01 01 4c 89 86 ec 00 00 .f........L..... 00 89 9e f4 00 00 00 48-83 c0 10 48 83 fa 10 72 .......H...H...r 6d 66 2e 0f 1f 84 00 00-00 00 00 0f 1f 00 48 63 mf............Hc 10 48 8b 70 04 8b 78 0c-49 8b 5e 58 48 8b 14 d3 .H.p..x.I.^XH... [66]c7 82 e8 00 00 00 01-01 48 89 b2 ec 00 00 00 f........H...... <== 89 ba f4 00 00 00 48 63-50 10 48 8b 70 14 8b 78 ......HcP.H.p..x 1c 49 8b 5e 58 48 8b 14-d3 66 c7 82 e8 00 00 00 .I.^XH...f...... 01 01 48 89 b2 ec 00 00-00 89 ba f4 00 00 00 48 ..H............H 83 c0 20 48 39 c8 75 a6-66 0f 1f 44 00 00 4c 8b .. H9.u.f..D..L. b5 10 f9 ff ff 4d 85 f6-74 40 48 8b 9d 18 f9 ff .....M..t@H..... Binary Images: 0x10c6e1000 - 0x10fc98fff com.prusa3d.slic3r/ (PrusaSlicer PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529) /private/var/folders/*/PrusaSlicer.app/Contents/MacOS/PrusaSlicer 0x114e66000 - 0x114e75fff libobjc-trampolines.dylib (*) /usr/lib/libobjc-trampolines.dylib 0x1185b6000 - 0x118721fff com.apple.AMDRadeonX6000GLDriver (4.10.12) /System/Library/Extensions/AMDRadeonX6000GLDriver.bundle/Contents/MacOS/AMDRadeonX6000GLDriver 0x7ff80a5a8000 - 0x7ff80b5afff0 com.apple.AppKit (6.9) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7ff80ccda000 - 0x7ff80cd35ff8 com.apple.HIServices (1.22) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7ff8074d9000 - 0x7ff807975fef com.apple.CoreFoundation (6.9) <315a3f65-0954-3635-96dc-2f65c691d074> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff810f8e000 - 0x7ff811285ffd com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7ff80711a000 - 0x7ff8071b25a7 dyld (*) /usr/lib/dyld 0x7ff807474000 - 0x7ff80747ffff libsystem_pthread.dylib (*) <86dfa543-95fa-36b4-83c6-bf03d01b2aad> /usr/lib/system/libsystem_pthread.dylib 0x7ff80743a000 - 0x7ff807473ff7 libsystem_kernel.dylib (*) <08606a44-7008-3658-9f00-6c250b80e9c3> /usr/lib/system/libsystem_kernel.dylib 0x7ff8073a9000 - 0x7ff807424ff7 libc++.1.dylib (*) <63a9482e-9de0-3fe3-af7d-caeab837162e> /usr/lib/libc++.1.dylib 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 0 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=687.5M resident=0K(0%) swapped_out_or_unallocated=687.5M(100%) Writable regions: Total=2.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.6G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 256K 2 Activity Tracing 256K 1 CG backing stores 3824K 12 CG image 1644K 106 CG raster data 264K 24 ColorSync 256K 28 CoreAnimation 69.5M 213 CoreGraphics 36K 6 CoreImage 8K 2 CoreServices 164K 1 CoreUI image data 3216K 40 Foundation 16K 1 Kernel Alloc Once 8K 1 MALLOC 888.8M 90 MALLOC guard page 48K 10 MALLOC_MEDIUM (reserved) 1.5G 13 reserved VM address space (unallocated) MALLOC_NANO (reserved) 128.0M 1 reserved VM address space (unallocated) OpenGL GLSL 256K 3 STACK GUARD 56.0M 8 Stack 15.1M 10 VM_ALLOCATE 1372K 52 __CTF 824 1 __DATA 26.4M 404 __DATA_CONST 34.5M 235 __DATA_DIRTY 875K 128 __FONT_DATA 2352 1 __GLSLBUILTINS 5174K 1 __LINKEDIT 195.9M 4 __OBJC_RO 66.2M 1 __OBJC_RW 2012K 2 __TEXT 491.6M 426 dyld private memory 772K 4 mapped file 189.3M 30 shared memory 816K 25 =========== ======= ======= TOTAL 3.6G 1886 TOTAL, minus reserved VM space 2.0G 1886 ----------- Full Report ----------- {"app_name":"PrusaSlicer","timestamp":"2023-04-11 15:17:01.00 +0200","app_version":"PrusaSlicer PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529","slice_uuid":"aec92357-0808-3d77-9673-77a91cd7505e","build_version":"PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529","platform":1,"bundleID":"com.prusa3d.slic3r\/","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.3.1 (22E261)","roots_installed":0,"name":"PrusaSlicer","incident_id":"9D01AA97-7635-4B3E-9120-CBB8A434B99F"} { "uptime" : 770, "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookPro16,1", "coalitionID" : 1254, "osVersion" : { "train" : "macOS 13.3.1", "build" : "22E261", "releaseType" : "User" }, "captureTime" : "2023-04-11 15:17:00.8004 +0200", "incident" : "9D01AA97-7635-4B3E-9120-CBB8A434B99F", "pid" : 14991, "cpuType" : "X86-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2023-04-11 15:16:51.4909 +0200", "procStartAbsTime" : 764910681263, "procExitAbsTime" : 774219766622, "procName" : "PrusaSlicer", "procPath" : "\/private\/var\/folders\/*\/PrusaSlicer.app\/Contents\/MacOS\/PrusaSlicer", "bundleInfo" : {"CFBundleShortVersionString":"PrusaSlicer PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529","CFBundleVersion":"PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529","CFBundleIdentifier":"com.prusa3d.slic3r\/"}, "storeInfo" : {"deviceIdentifierForVendor":"B6D2DBE2-EED7-5DAD-93B8-98424984D07B","thirdParty":true}, "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "com.prusa3d.slic3r\/", "crashReporterKey" : "DCE9662F-A7A4-1E28-98EA-B95C1906DF15", "throttleTimeout" : 2147483647, "codeSigningID" : "com.prusa3d.slic3r\/", "codeSigningTeamID" : "DKPB65N43Z", "codeSigningFlags" : 570490881, "codeSigningValidationCategory" : 6, "codeSigningTrustLevel" : 0, "bridgeVersion" : {"build":"20P4252","train":"7.4"}, "sip" : "disabled", "vmRegionInfo" : "0xe8 is not in any region. Bytes before following region: 140737487945496\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n shared memory 7ffffff9c000-7ffffff9d000 [ 4K] r-x\/r-x SM=SHM ", "exception" : {"codes":"0x0000000000000001, 0x00000000000000e8","rawCodes":[1,232],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x00000000000000e8"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":14991}, "vmregioninfo" : "0xe8 is not in any region. Bytes before following region: 140737487945496\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n shared memory 7ffffff9c000-7ffffff9d000 [ 4K] r-x\/r-x SM=SHM ", "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 0, "threads" : [{"queue":"com.apple.main-thread","instructionState":{"instructionStream":{"bytes":[72,137,202,72,41,194,72,131,194,240,246,194,16,117,44,72,99,48,76,139,64,4,139,88,12,73,139,126,88,72,139,52,247,102,199,134,232,0,0,0,1,1,76,137,134,236,0,0,0,137,158,244,0,0,0,72,131,192,16,72,131,250,16,114,109,102,46,15,31,132,0,0,0,0,0,15,31,0,72,99,16,72,139,112,4,139,120,12,73,139,94,88,72,139,20,211,102,199,130,232,0,0,0,1,1,72,137,178,236,0,0,0,137,186,244,0,0,0,72,99,80,16,72,139,112,20,139,120,28,73,139,94,88,72,139,20,211,102,199,130,232,0,0,0,1,1,72,137,178,236,0,0,0,137,186,244,0,0,0,72,131,192,32,72,57,200,117,166,102,15,31,68,0,0,76,139,181,16,249,255,255,77,133,246,116,64,72,139,157,24,249,255],"offset":96}},"frames":[{"imageOffset":1689026,"symbol":"Slic3r::_3MF_Importer::_load_model_from_file(std::__1::basic_string, std::__1::allocator> const&, Slic3r::Model&, Slic3r::DynamicPrintConfig&, Slic3r::ConfigSubstitutionContext&)","symbolLocation":5858,"imageIndex":0},{"imageOffset":1815404,"symbol":"Slic3r::load_3mf(char const*, Slic3r::DynamicPrintConfig&, Slic3r::ConfigSubstitutionContext&, Slic3r::Model*, bool)","symbolLocation":940,"imageIndex":0},{"imageOffset":3300728,"symbol":"Slic3r::Model::read_from_archive(std::__1::basic_string, std::__1::allocator> const&, Slic3r::DynamicPrintConfig*, Slic3r::ConfigSubstitutionContext*, Slic3r::enum_bitmask)","symbolLocation":376,"imageIndex":0},{"imageOffset":13372198,"symbol":"Slic3r::GUI::Plater::priv::load_files(std::__1::vector> const&, bool, bool, bool)","symbolLocation":3990,"imageIndex":0},{"imageOffset":13466441,"symbol":"Slic3r::GUI::Plater::load_project(wxString const&)","symbolLocation":537,"imageIndex":0},{"imageOffset":13331022,"symbol":"Slic3r::GUI::Plater::load_files(wxArrayString const&, bool)","symbolLocation":2814,"imageIndex":0},{"imageOffset":13328120,"symbol":"Slic3r::GUI::PlaterDropTarget::OnDropFiles(int, int, wxArrayString const&)","symbolLocation":120,"imageIndex":0},{"imageOffset":44237151,"symbol":"wxFileDropTarget::OnData(int, int, wxDragResult)","symbolLocation":63,"imageIndex":0},{"imageOffset":45966979,"symbol":"wxWidgetCocoaImpl::performDragOperation(void*, NSView*, void*)","symbolLocation":259,"imageIndex":0},{"imageOffset":45964435,"symbol":"wxOSX_performDragOperation(objc_object*, objc_selector*, id)","symbolLocation":51,"imageIndex":0},{"imageOffset":3433268,"symbol":"NSCoreDragReceiveMessageProc","symbolLocation":672,"imageIndex":3},{"imageOffset":101627,"symbol":"CallReceiveMessageCollectionWithMessage","symbolLocation":103,"imageIndex":4},{"imageOffset":79616,"symbol":"DoMultipartDropMessage","symbolLocation":105,"imageIndex":4},{"imageOffset":79094,"symbol":"DoDropMessage","symbolLocation":42,"imageIndex":4},{"imageOffset":93016,"symbol":"CoreDragMessageHandler","symbolLocation":871,"imageIndex":4},{"imageOffset":1176557,"symbol":"__CFMessagePortPerform","symbolLocation":1107,"imageIndex":5},{"imageOffset":513443,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__","symbolLocation":41,"imageIndex":5},{"imageOffset":513251,"symbol":"__CFRunLoopDoSource1","symbolLocation":540,"imageIndex":5},{"imageOffset":508257,"symbol":"__CFRunLoopRun","symbolLocation":2694,"imageIndex":5},{"imageOffset":503921,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":5},{"imageOffset":192461,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":6},{"imageOffset":191966,"symbol":"ReceiveNextEventCommon","symbolLocation":657,"imageIndex":6},{"imageOffset":191288,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":64,"imageIndex":6},{"imageOffset":255904,"symbol":"_DPSNextEvent","symbolLocation":858,"imageIndex":3},{"imageOffset":251466,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1214,"imageIndex":3},{"imageOffset":195768,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":3},{"imageOffset":45848762,"symbol":"wxGUIEventLoop::OSXDoRun()","symbolLocation":186,"imageIndex":0},{"imageOffset":46811997,"symbol":"wxCFEventLoop::DoRun()","symbolLocation":29,"imageIndex":0},{"imageOffset":46249365,"symbol":"wxEventLoopBase::Run()","symbolLocation":85,"imageIndex":0},{"imageOffset":46084836,"symbol":"wxAppConsoleBase::MainLoop()","symbolLocation":116,"imageIndex":0},{"imageOffset":45585930,"symbol":"wxApp::OnRun()","symbolLocation":26,"imageIndex":0},{"imageOffset":46451769,"symbol":"wxEntry(int&, wchar_t**)","symbolLocation":73,"imageIndex":0},{"imageOffset":12921912,"symbol":"Slic3r::GUI::GUI_Run(Slic3r::GUI::GUI_InitParams&)","symbolLocation":248,"imageIndex":0},{"imageOffset":58823,"symbol":"Slic3r::CLI::run(int, char**)","symbolLocation":21175,"imageIndex":0},{"imageOffset":78976,"symbol":"main","symbolLocation":352,"imageIndex":0},{"imageOffset":25631,"symbol":"start","symbolLocation":1903,"imageIndex":7}],"id":54324,"triggered":true,"threadState":{"r13":{"value":140701845247160},"rax":{"value":105553314206912},"rflags":{"value":66050},"cpu":{"value":12},"r14":{"value":140320575633504},"rsi":{"value":0},"r8":{"value":140701845247288},"cr2":{"value":232},"rdx":{"value":0},"r10":{"value":4294967295},"r9":{"value":140701845243024},"r15":{"value":0},"rbx":{"value":105553292186048},"trap":{"value":14,"description":"(no mapping for user data write)"},"err":{"value":6},"r11":{"value":12},"rip":{"value":4505195970,"matchesCrashFrame":1},"rbp":{"value":140701845246576},"rsp":{"value":140701845244656},"r12":{"value":105553160288512},"rcx":{"value":105553314206976},"flavor":"x86_THREAD_STATE","rdi":{"value":1036831949}},"name":"slic3r_main"},{"id":54354,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":54360,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":54366,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":54407,"name":"com.apple.NSEventThread","frames":[{"imageOffset":5554,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":9},{"imageOffset":63277,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":9},{"imageOffset":34276,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":9},{"imageOffset":6298,"symbol":"mach_msg","symbolLocation":19,"imageIndex":9},{"imageOffset":512431,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":5},{"imageOffset":506928,"symbol":"__CFRunLoopRun","symbolLocation":1365,"imageIndex":5},{"imageOffset":503921,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":5},{"imageOffset":1698057,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":3},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":54473,"frames":[{"imageOffset":16622,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":9},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":8},{"imageOffset":57826,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":10},{"imageOffset":15782275,"symbol":"Slic3r::GUI::BoostThreadWorker::run()","symbolLocation":163,"imageIndex":0},{"imageOffset":17681688,"symbol":"boost::(anonymous namespace)::thread_proxy(void*)","symbolLocation":136,"imageIndex":0},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":8},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":8}]},{"id":54506,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]},{"id":54510,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":8}]}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 4503506944, "CFBundleShortVersionString" : "PrusaSlicer PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529", "CFBundleIdentifier" : "com.prusa3d.slic3r\/", "size" : 56328192, "uuid" : "aec92357-0808-3d77-9673-77a91cd7505e", "path" : "\/private\/var\/folders\/*\/PrusaSlicer.app\/Contents\/MacOS\/PrusaSlicer", "name" : "PrusaSlicer", "CFBundleVersion" : "PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529" }, { "source" : "P", "arch" : "x86_64h", "base" : 4645609472, "size" : 65536, "uuid" : "d2da3b5f-f5ba-3ef1-b99d-bc64a8487401", "path" : "\/usr\/lib\/libobjc-trampolines.dylib", "name" : "libobjc-trampolines.dylib" }, { "source" : "P", "arch" : "x86_64h", "base" : 4703608832, "CFBundleShortVersionString" : "4.10.12", "CFBundleIdentifier" : "com.apple.AMDRadeonX6000GLDriver", "size" : 1490944, "uuid" : "b75df7b7-9e8e-3bb2-a159-9a17d072f65b", "path" : "\/System\/Library\/Extensions\/AMDRadeonX6000GLDriver.bundle\/Contents\/MacOS\/AMDRadeonX6000GLDriver", "name" : "AMDRadeonX6000GLDriver", "CFBundleVersion" : "4.1.0" }, { "source" : "P", "arch" : "x86_64", "base" : 140703302320128, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 16809969, "uuid" : "af96f40f-d333-3647-9da4-eddc52df4753", "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit", "name" : "AppKit", "CFBundleVersion" : "2299.50.120" }, { "source" : "P", "arch" : "x86_64", "base" : 140703343419392, "CFBundleShortVersionString" : "1.22", "CFBundleIdentifier" : "com.apple.HIServices", "size" : 376825, "uuid" : "d5004cb2-8835-3c33-b7f4-31f2bab369ea", "path" : "\/System\/Library\/Frameworks\/ApplicationServices.framework\/Versions\/A\/Frameworks\/HIServices.framework\/Versions\/A\/HIServices", "name" : "HIServices" }, { "source" : "P", "arch" : "x86_64h", "base" : 140703251140608, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 4837360, "uuid" : "315a3f65-0954-3635-96dc-2f65c691d074", "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1971" }, { "source" : "P", "arch" : "x86_64", "base" : 140703413362688, "CFBundleShortVersionString" : "2.1.1", "CFBundleIdentifier" : "com.apple.HIToolbox", "size" : 3112958, "uuid" : "a6003e8b-72cc-3d98-b569-26102836c61f", "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox", "name" : "HIToolbox" }, { "source" : "P", "arch" : "x86_64", "base" : 140703247212544, "size" : 624040, "uuid" : "f22a1143-9732-3e23-a8b7-cbade6bb8301", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64", "base" : 140703250726912, "size" : 49152, "uuid" : "86dfa543-95fa-36b4-83c6-bf03d01b2aad", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703250489344, "size" : 237560, "uuid" : "08606a44-7008-3658-9f00-6c250b80e9c3", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703249895424, "size" : 507896, "uuid" : "63a9482e-9de0-3fe3-af7d-caeab837162e", "path" : "\/usr\/lib\/libc++.1.dylib", "name" : "libc++.1.dylib" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" } ], "sharedCache" : { "base" : 140703246589952, "size" : 21474836480, "uuid" : "1b64bf32-be7f-304b-add0-ce61655e2402" }, "vmSummary" : "ReadOnly portion of Libraries: Total=687.5M resident=0K(0%) swapped_out_or_unallocated=687.5M(100%)\nWritable regions: Total=2.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.6G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG backing stores 3824K 12 \nCG image 1644K 106 \nCG raster data 264K 24 \nColorSync 256K 28 \nCoreAnimation 69.5M 213 \nCoreGraphics 36K 6 \nCoreImage 8K 2 \nCoreServices 164K 1 \nCoreUI image data 3216K 40 \nFoundation 16K 1 \nKernel Alloc Once 8K 1 \nMALLOC 888.8M 90 \nMALLOC guard page 48K 10 \nMALLOC_MEDIUM (reserved) 1.5G 13 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 128.0M 1 reserved VM address space (unallocated)\nOpenGL GLSL 256K 3 \nSTACK GUARD 56.0M 8 \nStack 15.1M 10 \nVM_ALLOCATE 1372K 52 \n__CTF 824 1 \n__DATA 26.4M 404 \n__DATA_CONST 34.5M 235 \n__DATA_DIRTY 875K 128 \n__FONT_DATA 2352 1 \n__GLSLBUILTINS 5174K 1 \n__LINKEDIT 195.9M 4 \n__OBJC_RO 66.2M 1 \n__OBJC_RW 2012K 2 \n__TEXT 491.6M 426 \ndyld private memory 772K 4 \nmapped file 189.3M 30 \nshared memory 816K 25 \n=========== ======= ======= \nTOTAL 3.6G 1886 \nTOTAL, minus reserved VM space 2.0G 1886 \n", "legacyInfo" : { "threadTriggered" : { "name" : "slic3r_main", "queue" : "com.apple.main-thread" } }, "logWritingSignature" : "53c7aa38df148f04532afdf36eadd63b7e189b33", "trialInfo" : { "rollouts" : [ { "rolloutId" : "5f72dc58705eff005a46b3a9", "factorPackIds" : { }, "deploymentId" : 240000015 }, { "rolloutId" : "6112d17137f5d11121dcd4e2", "factorPackIds" : { }, "deploymentId" : 240000250 } ], "experiments" : [ ] } } Model: MacBookPro16,1, BootROM 1968.100.17.0.0 (iBridge: 20.16.4252.0.0,0), 8 processors, 8-Core Intel Core i9, 2.3 GHz, 32 GB, SMC Graphics: Intel UHD Graphics 630, Intel UHD Graphics 630, Built-In Graphics: AMD Radeon Pro 5500M, AMD Radeon Pro 5500M, PCIe, 4 GB Display: Color LCD, 3072 x 1920 Retina, MirrorOff, Online Display: 32G1WG4, 1920 x 1080 (1080p FHD - Full High Definition), Main, MirrorOff, Online Display: S24E450, 1080 x 1920, MirrorOff, Online Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2667 MHz, Micron, MT40A2G8NEA-062E:J Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2667 MHz, Micron, MT40A2G8NEA-062E:J AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Dec 9 2022 17:02:25 version 9.30.492.0.32.5.87 FWID 01-e7856862 Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB31Bus USB Device: USB2.0 HUB USB Device: USB2.0 HUB USB Device: USB 10/100 LAN USB Device: Mass Storage Device USB Device: USB 2.0 Hub USB Device: hub_device USB Device: hub_device USB Device: YubiKey OTP+FIDO+CCID USB Device: USB Receiver USB Device: Razer BlackWidow V3 Pro USB Device: Barcode Reader USB Device: T2Bus USB Device: composite_device USB Device: Touch Bar Backlight USB Device: Touch Bar Display USB Device: Apple Internal Keyboard / Trackpad USB Device: Headset USB Device: Ambient Light Sensor USB Device: FaceTime HD Camera (Built-in) USB Device: Apple T2 Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5 Thunderbolt Bus: MacBook Pro, Apple Inc., 63.5 ```

Project file & How to reproduce

  1. Open the application
  2. Import the file
  3. Select "open as project"
  4. Observe crash

image

Test file 1: LED_Stand_v1.3mf.zip

Test file 2: LED_Stand_v1_low_support_detailed.3mf.zip

Checklist of files included above

Version of PrusaSlicer

Version 2.6.0-alpha6+MacOS-x64

Operating system

MacOs Ventura 13.3.1

Printer model

Prusa Mini+

pwnpanda commented 1 year ago
Case 2 [LED_Stand_v1_low_support_detailed.3mf.zip](https://github.com/prusa3d/PrusaSlicer/files/11200924/LED_Stand_v1_low_support_detailed.3mf.zip) ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: PrusaSlicer [17234] Path: /private/var/folders/*/PrusaSlicer.app/Contents/MacOS/PrusaSlicer Identifier: com.prusa3d.slic3r/ Version: PrusaSlicer PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529 (PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529) Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 501 Date/Time: 2023-04-11 15:32:18.4293 +0200 OS Version: macOS 13.3.1 (22E261) Report Version: 12 Bridge OS Version: 7.4 (20P4252) Anonymous UUID: DCE9662F-A7A4-1E28-98EA-B95C1906DF15 Time Awake Since Boot: 1600 seconds System Integrity Protection: disabled Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000000000e8 Exception Codes: 0x0000000000000001, 0x00000000000000e8 Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 Terminating Process: exc handler [17234] VM Region Info: 0xe8 is not in any region. Bytes before following region: 140737487945496 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> shared memory 7ffffff9c000-7ffffff9d000 [ 4K] r-x/r-x SM=SHM Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread 0 PrusaSlicer 0x1098145c2 Slic3r::_3MF_Importer::_load_model_from_file(std::__1::basic_string, std::__1::allocator> const&, Slic3r::Model&, Slic3r::DynamicPrintConfig&, Slic3r::ConfigSubstitutionContext&) + 5858 1 PrusaSlicer 0x10983336c Slic3r::load_3mf(char const*, Slic3r::DynamicPrintConfig&, Slic3r::ConfigSubstitutionContext&, Slic3r::Model*, bool) + 940 2 PrusaSlicer 0x10999dd78 Slic3r::Model::read_from_archive(std::__1::basic_string, std::__1::allocator> const&, Slic3r::DynamicPrintConfig*, Slic3r::ConfigSubstitutionContext*, Slic3r::enum_bitmask) + 376 3 PrusaSlicer 0x10a338b26 Slic3r::GUI::Plater::priv::load_files(std::__1::vector> const&, bool, bool, bool) + 3990 4 PrusaSlicer 0x10a34fb49 Slic3r::GUI::Plater::load_project(wxString const&) + 537 5 PrusaSlicer 0x10a32ea4e Slic3r::GUI::Plater::load_files(wxArrayString const&, bool) + 2814 6 PrusaSlicer 0x10a32def8 Slic3r::GUI::PlaterDropTarget::OnDropFiles(int, int, wxArrayString const&) + 120 7 PrusaSlicer 0x10c0a815f wxFileDropTarget::OnData(int, int, wxDragResult) + 63 8 PrusaSlicer 0x10c24e683 wxWidgetCocoaImpl::performDragOperation(void*, NSView*, void*) + 259 9 PrusaSlicer 0x10c24dc93 wxOSX_performDragOperation(objc_object*, objc_selector*, id) + 51 10 AppKit 0x7ff80a8ee334 NSCoreDragReceiveMessageProc + 672 11 HIServices 0x7ff80ccf2cfb CallReceiveMessageCollectionWithMessage + 103 12 HIServices 0x7ff80cced700 DoMultipartDropMessage + 105 13 HIServices 0x7ff80cced4f6 DoDropMessage + 42 14 HIServices 0x7ff80ccf0b58 CoreDragMessageHandler + 871 15 CoreFoundation 0x7ff8075f83ed __CFMessagePortPerform + 1107 16 CoreFoundation 0x7ff8075565a3 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41 17 CoreFoundation 0x7ff8075564e3 __CFRunLoopDoSource1 + 540 18 CoreFoundation 0x7ff807555161 __CFRunLoopRun + 2694 19 CoreFoundation 0x7ff807554071 CFRunLoopRunSpecific + 560 20 HIToolbox 0x7ff810fbcfcd RunCurrentEventLoopInMode + 292 21 HIToolbox 0x7ff810fbcdde ReceiveNextEventCommon + 657 22 HIToolbox 0x7ff810fbcb38 _BlockUntilNextEventMatchingListInModeWithFilter + 64 23 AppKit 0x7ff80a5e67a0 _DPSNextEvent + 858 24 AppKit 0x7ff80a5e564a -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1214 25 AppKit 0x7ff80a5d7cb8 -[NSApplication run] + 586 26 PrusaSlicer 0x10c2318ba wxGUIEventLoop::OSXDoRun() + 186 27 PrusaSlicer 0x10c31cb5d wxCFEventLoop::DoRun() + 29 28 PrusaSlicer 0x10c293595 wxEventLoopBase::Run() + 85 29 PrusaSlicer 0x10c26b2e4 wxAppConsoleBase::MainLoop() + 116 30 PrusaSlicer 0x10c1f160a wxApp::OnRun() + 26 31 PrusaSlicer 0x10c2c4c39 wxEntry(int&, wchar_t**) + 73 32 PrusaSlicer 0x10a2cac38 Slic3r::GUI::GUI_Run(Slic3r::GUI::GUI_InitParams&) + 248 33 PrusaSlicer 0x1096865c7 Slic3r::CLI::run(int, char**) + 21175 34 PrusaSlicer 0x10968b480 main + 352 35 dyld 0x7ff80712041f start + 1903 Thread 1:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x7ff80743b5b2 mach_msg2_trap + 10 1 libsystem_kernel.dylib 0x7ff80744972d mach_msg2_internal + 78 2 libsystem_kernel.dylib 0x7ff8074425e4 mach_msg_overwrite + 692 3 libsystem_kernel.dylib 0x7ff80743b89a mach_msg + 19 4 CoreFoundation 0x7ff8075561af __CFRunLoopServiceMachPort + 145 5 CoreFoundation 0x7ff807554c30 __CFRunLoopRun + 1365 6 CoreFoundation 0x7ff807554071 CFRunLoopRunSpecific + 560 7 AppKit 0x7ff80a746909 _NSEventThread + 132 8 libsystem_pthread.dylib 0x7ff80747a1d3 _pthread_start + 125 9 libsystem_pthread.dylib 0x7ff807475bd3 thread_start + 15 Thread 2: 0 libsystem_kernel.dylib 0x7ff80743e0ee __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x7ff80747a758 _pthread_cond_wait + 1242 2 libc++.1.dylib 0x7ff8073b71e2 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18 3 PrusaSlicer 0x10a585183 Slic3r::GUI::BoostThreadWorker::run() + 163 4 PrusaSlicer 0x10a754d18 boost::(anonymous namespace)::thread_proxy(void*) + 136 5 libsystem_pthread.dylib 0x7ff80747a1d3 _pthread_start + 125 6 libsystem_pthread.dylib 0x7ff807475bd3 thread_start + 15 Thread 3: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 4: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 5: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 6: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 7: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 8: 0 libsystem_pthread.dylib 0x7ff807475bb0 start_wqthread + 0 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x000060000800e2c0 rbx: 0x00006000019aab60 rcx: 0x000060000800e300 rdx: 0x0000000000000000 rdi: 0x000000003dcccccd rsi: 0x0000000000000000 rbp: 0x00007ff7b687e270 rsp: 0x00007ff7b687daf0 r8: 0x00007ff7b687e538 r9: 0x00007ff7b687d490 r10: 0x00000000ffffffff r11: 0x000000000000000c r12: 0x0000600001702190 r13: 0x00007ff7b687e4b8 r14: 0x00007faee7999ed0 r15: 0x0000000000000000 rip: 0x00000001098145c2 rfl: 0x0000000000010202 cr2: 0x00000000000000e8 Logical CPU: 10 Error Code: 0x00000006 (no mapping for user data write) Trap Number: 14 Thread 0 instruction stream: 48 89 ca 48 29 c2 48 83-c2 f0 f6 c2 10 75 2c 48 H..H).H......u,H 63 30 4c 8b 40 04 8b 58-0c 49 8b 7e 58 48 8b 34 c0L.@..X.I.~XH.4 f7 66 c7 86 e8 00 00 00-01 01 4c 89 86 ec 00 00 .f........L..... 00 89 9e f4 00 00 00 48-83 c0 10 48 83 fa 10 72 .......H...H...r 6d 66 2e 0f 1f 84 00 00-00 00 00 0f 1f 00 48 63 mf............Hc 10 48 8b 70 04 8b 78 0c-49 8b 5e 58 48 8b 14 d3 .H.p..x.I.^XH... [66]c7 82 e8 00 00 00 01-01 48 89 b2 ec 00 00 00 f........H...... <== 89 ba f4 00 00 00 48 63-50 10 48 8b 70 14 8b 78 ......HcP.H.p..x 1c 49 8b 5e 58 48 8b 14-d3 66 c7 82 e8 00 00 00 .I.^XH...f...... 01 01 48 89 b2 ec 00 00-00 89 ba f4 00 00 00 48 ..H............H 83 c0 20 48 39 c8 75 a6-66 0f 1f 44 00 00 4c 8b .. H9.u.f..D..L. b5 10 f9 ff ff 4d 85 f6-74 40 48 8b 9d 18 f9 ff .....M..t@H..... Binary Images: 0x109678000 - 0x10cc2ffff com.prusa3d.slic3r/ (PrusaSlicer PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529) /private/var/folders/*/PrusaSlicer.app/Contents/MacOS/PrusaSlicer 0x111dfe000 - 0x111e0dfff libobjc-trampolines.dylib (*) /usr/lib/libobjc-trampolines.dylib 0x11554e000 - 0x1156b9fff com.apple.AMDRadeonX6000GLDriver (4.10.12) /System/Library/Extensions/AMDRadeonX6000GLDriver.bundle/Contents/MacOS/AMDRadeonX6000GLDriver 0x7ff80a5a8000 - 0x7ff80b5afff0 com.apple.AppKit (6.9) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7ff80ccda000 - 0x7ff80cd35ff8 com.apple.HIServices (1.22) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7ff8074d9000 - 0x7ff807975fef com.apple.CoreFoundation (6.9) <315a3f65-0954-3635-96dc-2f65c691d074> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7ff810f8e000 - 0x7ff811285ffd com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7ff80711a000 - 0x7ff8071b25a7 dyld (*) /usr/lib/dyld 0x7ff80743a000 - 0x7ff807473ff7 libsystem_kernel.dylib (*) <08606a44-7008-3658-9f00-6c250b80e9c3> /usr/lib/system/libsystem_kernel.dylib 0x7ff807474000 - 0x7ff80747ffff libsystem_pthread.dylib (*) <86dfa543-95fa-36b4-83c6-bf03d01b2aad> /usr/lib/system/libsystem_pthread.dylib 0x7ff8073a9000 - 0x7ff807424ff7 libc++.1.dylib (*) <63a9482e-9de0-3fe3-af7d-caeab837162e> /usr/lib/libc++.1.dylib 0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ??? External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 0 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=687.5M resident=0K(0%) swapped_out_or_unallocated=687.5M(100%) Writable regions: Total=2.8G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.8G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 256K 2 Activity Tracing 256K 1 CG backing stores 3824K 12 CG image 1648K 102 CG raster data 264K 24 ColorSync 260K 28 CoreAnimation 64.2M 189 CoreGraphics 28K 5 CoreImage 8K 2 CoreServices 128K 1 CoreUI image data 3296K 41 Foundation 16K 1 Kernel Alloc Once 8K 1 MALLOC 898.8M 93 MALLOC guard page 48K 10 MALLOC_MEDIUM (reserved) 1.7G 15 reserved VM address space (unallocated) MALLOC_NANO (reserved) 128.0M 1 reserved VM address space (unallocated) OpenGL GLSL 256K 3 STACK GUARD 56.0M 9 Stack 15.6M 11 VM_ALLOCATE 1340K 40 __CTF 824 1 __DATA 26.4M 404 __DATA_CONST 34.5M 235 __DATA_DIRTY 875K 128 __FONT_DATA 2352 1 __GLSLBUILTINS 5174K 1 __LINKEDIT 195.9M 4 __OBJC_RO 66.2M 1 __OBJC_RW 2012K 2 __TEXT 491.6M 426 dyld private memory 772K 4 mapped file 189.3M 30 shared memory 864K 33 =========== ======= ======= TOTAL 3.9G 1861 TOTAL, minus reserved VM space 2.0G 1861 ----------- Full Report ----------- {"app_name":"PrusaSlicer","timestamp":"2023-04-11 15:32:18.00 +0200","app_version":"PrusaSlicer PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529","slice_uuid":"aec92357-0808-3d77-9673-77a91cd7505e","build_version":"PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529","platform":1,"bundleID":"com.prusa3d.slic3r\/","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.3.1 (22E261)","roots_installed":0,"name":"PrusaSlicer","incident_id":"12A4E481-A7DF-41CA-AE15-C6A452A4E0C3"} { "uptime" : 1600, "procRole" : "Foreground", "version" : 2, "userID" : 501, "deployVersion" : 210, "modelCode" : "MacBookPro16,1", "coalitionID" : 1254, "osVersion" : { "train" : "macOS 13.3.1", "build" : "22E261", "releaseType" : "User" }, "captureTime" : "2023-04-11 15:32:18.4293 +0200", "incident" : "12A4E481-A7DF-41CA-AE15-C6A452A4E0C3", "pid" : 17234, "cpuType" : "X86-64", "roots_installed" : 0, "bug_type" : "309", "procLaunch" : "2023-04-11 15:31:42.5149 +0200", "procStartAbsTime" : 1655816360709, "procExitAbsTime" : 1691729655426, "procName" : "PrusaSlicer", "procPath" : "\/private\/var\/folders\/*\/PrusaSlicer.app\/Contents\/MacOS\/PrusaSlicer", "bundleInfo" : {"CFBundleShortVersionString":"PrusaSlicer PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529","CFBundleVersion":"PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529","CFBundleIdentifier":"com.prusa3d.slic3r\/"}, "storeInfo" : {"deviceIdentifierForVendor":"B6D2DBE2-EED7-5DAD-93B8-98424984D07B","thirdParty":true}, "parentProc" : "launchd", "parentPid" : 1, "coalitionName" : "com.prusa3d.slic3r\/", "crashReporterKey" : "DCE9662F-A7A4-1E28-98EA-B95C1906DF15", "throttleTimeout" : 2147483647, "codeSigningID" : "com.prusa3d.slic3r\/", "codeSigningTeamID" : "DKPB65N43Z", "codeSigningFlags" : 570490881, "codeSigningValidationCategory" : 6, "codeSigningTrustLevel" : 0, "bridgeVersion" : {"build":"20P4252","train":"7.4"}, "sip" : "disabled", "vmRegionInfo" : "0xe8 is not in any region. Bytes before following region: 140737487945496\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n shared memory 7ffffff9c000-7ffffff9d000 [ 4K] r-x\/r-x SM=SHM ", "exception" : {"codes":"0x0000000000000001, 0x00000000000000e8","rawCodes":[1,232],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x00000000000000e8"}, "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":17234}, "vmregioninfo" : "0xe8 is not in any region. Bytes before following region: 140737487945496\n REGION TYPE START - END [ VSIZE] PRT\/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n shared memory 7ffffff9c000-7ffffff9d000 [ 4K] r-x\/r-x SM=SHM ", "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0}, "faultingThread" : 0, "threads" : [{"queue":"com.apple.main-thread","instructionState":{"instructionStream":{"bytes":[72,137,202,72,41,194,72,131,194,240,246,194,16,117,44,72,99,48,76,139,64,4,139,88,12,73,139,126,88,72,139,52,247,102,199,134,232,0,0,0,1,1,76,137,134,236,0,0,0,137,158,244,0,0,0,72,131,192,16,72,131,250,16,114,109,102,46,15,31,132,0,0,0,0,0,15,31,0,72,99,16,72,139,112,4,139,120,12,73,139,94,88,72,139,20,211,102,199,130,232,0,0,0,1,1,72,137,178,236,0,0,0,137,186,244,0,0,0,72,99,80,16,72,139,112,20,139,120,28,73,139,94,88,72,139,20,211,102,199,130,232,0,0,0,1,1,72,137,178,236,0,0,0,137,186,244,0,0,0,72,131,192,32,72,57,200,117,166,102,15,31,68,0,0,76,139,181,16,249,255,255,77,133,246,116,64,72,139,157,24,249,255],"offset":96}},"frames":[{"imageOffset":1689026,"symbol":"Slic3r::_3MF_Importer::_load_model_from_file(std::__1::basic_string, std::__1::allocator> const&, Slic3r::Model&, Slic3r::DynamicPrintConfig&, Slic3r::ConfigSubstitutionContext&)","symbolLocation":5858,"imageIndex":0},{"imageOffset":1815404,"symbol":"Slic3r::load_3mf(char const*, Slic3r::DynamicPrintConfig&, Slic3r::ConfigSubstitutionContext&, Slic3r::Model*, bool)","symbolLocation":940,"imageIndex":0},{"imageOffset":3300728,"symbol":"Slic3r::Model::read_from_archive(std::__1::basic_string, std::__1::allocator> const&, Slic3r::DynamicPrintConfig*, Slic3r::ConfigSubstitutionContext*, Slic3r::enum_bitmask)","symbolLocation":376,"imageIndex":0},{"imageOffset":13372198,"symbol":"Slic3r::GUI::Plater::priv::load_files(std::__1::vector> const&, bool, bool, bool)","symbolLocation":3990,"imageIndex":0},{"imageOffset":13466441,"symbol":"Slic3r::GUI::Plater::load_project(wxString const&)","symbolLocation":537,"imageIndex":0},{"imageOffset":13331022,"symbol":"Slic3r::GUI::Plater::load_files(wxArrayString const&, bool)","symbolLocation":2814,"imageIndex":0},{"imageOffset":13328120,"symbol":"Slic3r::GUI::PlaterDropTarget::OnDropFiles(int, int, wxArrayString const&)","symbolLocation":120,"imageIndex":0},{"imageOffset":44237151,"symbol":"wxFileDropTarget::OnData(int, int, wxDragResult)","symbolLocation":63,"imageIndex":0},{"imageOffset":45966979,"symbol":"wxWidgetCocoaImpl::performDragOperation(void*, NSView*, void*)","symbolLocation":259,"imageIndex":0},{"imageOffset":45964435,"symbol":"wxOSX_performDragOperation(objc_object*, objc_selector*, id)","symbolLocation":51,"imageIndex":0},{"imageOffset":3433268,"symbol":"NSCoreDragReceiveMessageProc","symbolLocation":672,"imageIndex":3},{"imageOffset":101627,"symbol":"CallReceiveMessageCollectionWithMessage","symbolLocation":103,"imageIndex":4},{"imageOffset":79616,"symbol":"DoMultipartDropMessage","symbolLocation":105,"imageIndex":4},{"imageOffset":79094,"symbol":"DoDropMessage","symbolLocation":42,"imageIndex":4},{"imageOffset":93016,"symbol":"CoreDragMessageHandler","symbolLocation":871,"imageIndex":4},{"imageOffset":1176557,"symbol":"__CFMessagePortPerform","symbolLocation":1107,"imageIndex":5},{"imageOffset":513443,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__","symbolLocation":41,"imageIndex":5},{"imageOffset":513251,"symbol":"__CFRunLoopDoSource1","symbolLocation":540,"imageIndex":5},{"imageOffset":508257,"symbol":"__CFRunLoopRun","symbolLocation":2694,"imageIndex":5},{"imageOffset":503921,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":5},{"imageOffset":192461,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":6},{"imageOffset":191966,"symbol":"ReceiveNextEventCommon","symbolLocation":657,"imageIndex":6},{"imageOffset":191288,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":64,"imageIndex":6},{"imageOffset":255904,"symbol":"_DPSNextEvent","symbolLocation":858,"imageIndex":3},{"imageOffset":251466,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1214,"imageIndex":3},{"imageOffset":195768,"symbol":"-[NSApplication run]","symbolLocation":586,"imageIndex":3},{"imageOffset":45848762,"symbol":"wxGUIEventLoop::OSXDoRun()","symbolLocation":186,"imageIndex":0},{"imageOffset":46811997,"symbol":"wxCFEventLoop::DoRun()","symbolLocation":29,"imageIndex":0},{"imageOffset":46249365,"symbol":"wxEventLoopBase::Run()","symbolLocation":85,"imageIndex":0},{"imageOffset":46084836,"symbol":"wxAppConsoleBase::MainLoop()","symbolLocation":116,"imageIndex":0},{"imageOffset":45585930,"symbol":"wxApp::OnRun()","symbolLocation":26,"imageIndex":0},{"imageOffset":46451769,"symbol":"wxEntry(int&, wchar_t**)","symbolLocation":73,"imageIndex":0},{"imageOffset":12921912,"symbol":"Slic3r::GUI::GUI_Run(Slic3r::GUI::GUI_InitParams&)","symbolLocation":248,"imageIndex":0},{"imageOffset":58823,"symbol":"Slic3r::CLI::run(int, char**)","symbolLocation":21175,"imageIndex":0},{"imageOffset":78976,"symbol":"main","symbolLocation":352,"imageIndex":0},{"imageOffset":25631,"symbol":"start","symbolLocation":1903,"imageIndex":7}],"id":74625,"triggered":true,"threadState":{"r13":{"value":140701896008888},"rax":{"value":105553250542272},"rflags":{"value":66050},"cpu":{"value":10},"r14":{"value":140389186641616},"rsi":{"value":0},"r8":{"value":140701896009016},"cr2":{"value":232},"rdx":{"value":0},"r10":{"value":4294967295},"r9":{"value":140701896004752},"r15":{"value":0},"rbx":{"value":105553143180128},"trap":{"value":14,"description":"(no mapping for user data write)"},"err":{"value":6},"r11":{"value":12},"rip":{"value":4454434242,"matchesCrashFrame":1},"rbp":{"value":140701896008304},"rsp":{"value":140701896006384},"r12":{"value":105553140392336},"rcx":{"value":105553250542336},"flavor":"x86_THREAD_STATE","rdi":{"value":1036831949}},"name":"slic3r_main"},{"id":74672,"name":"com.apple.NSEventThread","frames":[{"imageOffset":5554,"symbol":"mach_msg2_trap","symbolLocation":10,"imageIndex":8},{"imageOffset":63277,"symbol":"mach_msg2_internal","symbolLocation":78,"imageIndex":8},{"imageOffset":34276,"symbol":"mach_msg_overwrite","symbolLocation":692,"imageIndex":8},{"imageOffset":6298,"symbol":"mach_msg","symbolLocation":19,"imageIndex":8},{"imageOffset":512431,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":145,"imageIndex":5},{"imageOffset":506928,"symbol":"__CFRunLoopRun","symbolLocation":1365,"imageIndex":5},{"imageOffset":503921,"symbol":"CFRunLoopRunSpecific","symbolLocation":560,"imageIndex":5},{"imageOffset":1698057,"symbol":"_NSEventThread","symbolLocation":132,"imageIndex":3},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":74686,"frames":[{"imageOffset":16622,"symbol":"__psynch_cvwait","symbolLocation":10,"imageIndex":8},{"imageOffset":26456,"symbol":"_pthread_cond_wait","symbolLocation":1242,"imageIndex":9},{"imageOffset":57826,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock&)","symbolLocation":18,"imageIndex":10},{"imageOffset":15782275,"symbol":"Slic3r::GUI::BoostThreadWorker::run()","symbolLocation":163,"imageIndex":0},{"imageOffset":17681688,"symbol":"boost::(anonymous namespace)::thread_proxy(void*)","symbolLocation":136,"imageIndex":0},{"imageOffset":25043,"symbol":"_pthread_start","symbolLocation":125,"imageIndex":9},{"imageOffset":7123,"symbol":"thread_start","symbolLocation":15,"imageIndex":9}]},{"id":75294,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":75551,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":75556,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":75564,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":75626,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]},{"id":75627,"frames":[{"imageOffset":7088,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":9}]}], "usedImages" : [ { "source" : "P", "arch" : "x86_64", "base" : 4452745216, "CFBundleShortVersionString" : "PrusaSlicer PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529", "CFBundleIdentifier" : "com.prusa3d.slic3r\/", "size" : 56328192, "uuid" : "aec92357-0808-3d77-9673-77a91cd7505e", "path" : "\/private\/var\/folders\/*\/PrusaSlicer.app\/Contents\/MacOS\/PrusaSlicer", "name" : "PrusaSlicer", "CFBundleVersion" : "PrusaSlicer-2.6.0-alpha6+MacOS-x64-202303311529" }, { "source" : "P", "arch" : "x86_64h", "base" : 4594851840, "size" : 65536, "uuid" : "d2da3b5f-f5ba-3ef1-b99d-bc64a8487401", "path" : "\/usr\/lib\/libobjc-trampolines.dylib", "name" : "libobjc-trampolines.dylib" }, { "source" : "P", "arch" : "x86_64h", "base" : 4652851200, "CFBundleShortVersionString" : "4.10.12", "CFBundleIdentifier" : "com.apple.AMDRadeonX6000GLDriver", "size" : 1490944, "uuid" : "b75df7b7-9e8e-3bb2-a159-9a17d072f65b", "path" : "\/System\/Library\/Extensions\/AMDRadeonX6000GLDriver.bundle\/Contents\/MacOS\/AMDRadeonX6000GLDriver", "name" : "AMDRadeonX6000GLDriver", "CFBundleVersion" : "4.1.0" }, { "source" : "P", "arch" : "x86_64", "base" : 140703302320128, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.AppKit", "size" : 16809969, "uuid" : "af96f40f-d333-3647-9da4-eddc52df4753", "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit", "name" : "AppKit", "CFBundleVersion" : "2299.50.120" }, { "source" : "P", "arch" : "x86_64", "base" : 140703343419392, "CFBundleShortVersionString" : "1.22", "CFBundleIdentifier" : "com.apple.HIServices", "size" : 376825, "uuid" : "d5004cb2-8835-3c33-b7f4-31f2bab369ea", "path" : "\/System\/Library\/Frameworks\/ApplicationServices.framework\/Versions\/A\/Frameworks\/HIServices.framework\/Versions\/A\/HIServices", "name" : "HIServices" }, { "source" : "P", "arch" : "x86_64h", "base" : 140703251140608, "CFBundleShortVersionString" : "6.9", "CFBundleIdentifier" : "com.apple.CoreFoundation", "size" : 4837360, "uuid" : "315a3f65-0954-3635-96dc-2f65c691d074", "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation", "name" : "CoreFoundation", "CFBundleVersion" : "1971" }, { "source" : "P", "arch" : "x86_64", "base" : 140703413362688, "CFBundleShortVersionString" : "2.1.1", "CFBundleIdentifier" : "com.apple.HIToolbox", "size" : 3112958, "uuid" : "a6003e8b-72cc-3d98-b569-26102836c61f", "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox", "name" : "HIToolbox" }, { "source" : "P", "arch" : "x86_64", "base" : 140703247212544, "size" : 624040, "uuid" : "f22a1143-9732-3e23-a8b7-cbade6bb8301", "path" : "\/usr\/lib\/dyld", "name" : "dyld" }, { "source" : "P", "arch" : "x86_64", "base" : 140703250489344, "size" : 237560, "uuid" : "08606a44-7008-3658-9f00-6c250b80e9c3", "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib", "name" : "libsystem_kernel.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703250726912, "size" : 49152, "uuid" : "86dfa543-95fa-36b4-83c6-bf03d01b2aad", "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib", "name" : "libsystem_pthread.dylib" }, { "source" : "P", "arch" : "x86_64", "base" : 140703249895424, "size" : 507896, "uuid" : "63a9482e-9de0-3fe3-af7d-caeab837162e", "path" : "\/usr\/lib\/libc++.1.dylib", "name" : "libc++.1.dylib" }, { "size" : 0, "source" : "A", "base" : 0, "uuid" : "00000000-0000-0000-0000-000000000000" } ], "sharedCache" : { "base" : 140703246589952, "size" : 21474836480, "uuid" : "1b64bf32-be7f-304b-add0-ce61655e2402" }, "vmSummary" : "ReadOnly portion of Libraries: Total=687.5M resident=0K(0%) swapped_out_or_unallocated=687.5M(100%)\nWritable regions: Total=2.8G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.8G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 256K 2 \nActivity Tracing 256K 1 \nCG backing stores 3824K 12 \nCG image 1648K 102 \nCG raster data 264K 24 \nColorSync 260K 28 \nCoreAnimation 64.2M 189 \nCoreGraphics 28K 5 \nCoreImage 8K 2 \nCoreServices 128K 1 \nCoreUI image data 3296K 41 \nFoundation 16K 1 \nKernel Alloc Once 8K 1 \nMALLOC 898.8M 93 \nMALLOC guard page 48K 10 \nMALLOC_MEDIUM (reserved) 1.7G 15 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 128.0M 1 reserved VM address space (unallocated)\nOpenGL GLSL 256K 3 \nSTACK GUARD 56.0M 9 \nStack 15.6M 11 \nVM_ALLOCATE 1340K 40 \n__CTF 824 1 \n__DATA 26.4M 404 \n__DATA_CONST 34.5M 235 \n__DATA_DIRTY 875K 128 \n__FONT_DATA 2352 1 \n__GLSLBUILTINS 5174K 1 \n__LINKEDIT 195.9M 4 \n__OBJC_RO 66.2M 1 \n__OBJC_RW 2012K 2 \n__TEXT 491.6M 426 \ndyld private memory 772K 4 \nmapped file 189.3M 30 \nshared memory 864K 33 \n=========== ======= ======= \nTOTAL 3.9G 1861 \nTOTAL, minus reserved VM space 2.0G 1861 \n", "legacyInfo" : { "threadTriggered" : { "name" : "slic3r_main", "queue" : "com.apple.main-thread" } }, "logWritingSignature" : "53c7aa38df148f04532afdf36eadd63b7e189b33", "trialInfo" : { "rollouts" : [ { "rolloutId" : "5f72dc58705eff005a46b3a9", "factorPackIds" : { }, "deploymentId" : 240000015 }, { "rolloutId" : "6112d17137f5d11121dcd4e2", "factorPackIds" : { }, "deploymentId" : 240000250 } ], "experiments" : [ ] } } ```
kubispe1 commented 1 year ago

Thanks we will look into it. SPE-1662

FidelCapo commented 1 year ago

This issue should be fixed and fix will be part of next release. Closing.

pwnpanda commented 1 year ago

@FidelCapo Thanks! 👍