-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Hard Crashes when application is idle #10890
Comments
Thanks, reproduced. This is not a new issue in 2.6.0. In fact, it has been there since 2.4.0, when we implemented dark mode. It is also not macOS specific, the same happens on Windows. The backtrace you provided helped greatly to find the problem, which only happens in quite specific scenario. It crashes when you have Height Range Modifier opened, a specific layer selected and you change the color theme of your system. There is a bug in the code that updates the controls in the object list. I assume that you have automatic color scheme enabled in your system, which gives the impression that it crashes after some time, but it is not the case. Can you confirm that? |
Just had this problem, good to know that this is a known bug. Luckily, I didn't lose any progress on anything important. I feel as if some sort of warning about this known bug should be included. Dark mode is marked as experimental, but if there is a known unsolved (?) bug that causes crashes, an indication of that would be convenient. |
@KaiCollins1 We will fix the bug in the next release, there is little else that we can do. |
No - I have Light mode enabled and not Automatic mode. |
Same crash. Mine doesn't seem related to dark mode either. It's happened to me during daytime hours and not during a switch from light to dark. I do not recall having this crash until 2.6.0 final, although I may have just gotten lucky with the betas. I can post the trace the next time it happens. |
@arshish1612 @ctilley83 The build to test: PrusaSlicer-2.6.0+1-lm-10890-MacOS-universal-g52bc770eb Thanks. |
Testing.. Will update |
Been running for 7 hours now.. No Crash as yet |
@arshish1612 Thanks. I don't know how often were you experiencing the crashes before, but I take it as a confirmation that the fix solved the problem. If you notice the crash in that build later, please, let us know. |
@lukasmatena Looking good. No crash as yet. App still open since last night. |
Is there a fix that I can implement in Windows until a patch is next released? I've just been closing PrusaSlicer every 10 minutes or so when using it, which becomes cumbersome after a while. |
This is fixed since 2.6.1-rc1. Closing. |
Description of the bug
Leaving the application open for extended periods causes a crash. Crash Log below.
Translated Report (Full Report Below)
Process: PrusaSlicer [73556]
Path: /Applications/PrusaSlicer.app/Contents/MacOS/PrusaSlicer
Identifier: com.prusa3d.slic3r/
Version: PrusaSlicer PrusaSlicer-2.6.0+MacOS-x64-202306191415 (PrusaSlicer-2.6.0+MacOS-x64-202306191415)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 503
Date/Time: 2023-06-23 22:32:14.1292 +0530
OS Version: macOS 13.4.1 (22F82)
Report Version: 12
Anonymous UUID: B2BEC73D-88BC-4331-AA92-941A726B5E63
Sleep/Wake UUID: 4A0E0FC9-5F5C-4809-9BB7-8019ECCF0B4C
Time Awake Since Boot: 43000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 slic3r_main Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
Exception Codes: 0x0000000000000001, 0x0000000000000010
Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11
Terminating Process: exc handler [73556]
VM Region Info: 0x10 is not in any region. Bytes before following region: 105553518919664
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
MALLOC_NANO (reserved) 600018000000-600020000000 [128.0M] rw-/rwx SM=NUL ...(unallocated)
Thread 0 Crashed:: slic3r_main Dispatch queue: com.apple.main-thread
0 PrusaSlicer 0x10129ee54 Slic3r::GUI::ObjectLayers::sys_color_changed() + 148
1 PrusaSlicer 0x1011cd784 Slic3r::GUI::Sidebar::sys_color_changed() + 240
2 PrusaSlicer 0x1011fef84 Slic3r::GUI::Plater::sys_color_changed() + 40
3 PrusaSlicer 0x1011b2c78 Slic3r::GUI::MainFrame::on_sys_color_changed() + 60
4 PrusaSlicer 0x102e2a1f0 wxEvtHandler::SearchDynamicEventTable(wxEvent&) + 252
5 PrusaSlicer 0x102e29ebc wxEvtHandler::ProcessEventLocally(wxEvent&) + 88
6 PrusaSlicer 0x102e29ce4 wxEvtHandler::ProcessEvent(wxEvent&) + 56
7 PrusaSlicer 0x102e2a39c wxEvtHandler::SafelyProcessEvent(wxEvent&) + 24
8 PrusaSlicer 0x102d62320 -[wxNonOwnedWindowController windowDidChangeBackingProperties:] + 400
9 CoreFoundation 0x1810a3180 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 148
10 CoreFoundation 0x18113eeec ___CFXRegistrationPost_block_invoke + 88
11 CoreFoundation 0x18113ee34 _CFXRegistrationPost + 440
12 CoreFoundation 0x1810744cc _CFXNotificationPost + 704
13 Foundation 0x181fd28f4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
14 AppKit 0x184aa5ac8 -[NSWindow _postWindowDidChangeBackingPropertiesAndDisplayWindowForPreviousBackingScaleFactor:previousColorSpace:] + 164
15 AppKit 0x1844952e4 __67-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]_block_invoke + 448
16 AppKit 0x1843115f8 NSPerformVisuallyAtomicChange + 108
17 AppKit 0x184495118 -[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:] + 96
18 AppKit 0x184312ad8 -[NSWindow _setFrameCommon:display:fromServer:] + 1856
19 AppKit 0x184a9f7e8 -[NSWindow(NSScreenLayout) _setFrame:fromAdjustmentToScreen:anchorIfNeeded:animate:] + 576
20 AppKit 0x1845b6400 -[NSWindow _adjustWindowToScreen] + 1100
21 AppKit 0x1845d5ce0 -[NSWindow _displayChangedSoAdjustWindows:] + 100
22 AppKit 0x184d42bd8 ___NSApplicationPerformScreenInvalidationReactions_block_invoke + 72
23 AppKit 0x1842c9360 -[NSApplication enumerateWindowsWithOptions:usingBlock:] + 236
24 AppKit 0x184d426ec ___NSApplicationReactToScreenInvalidation_block_invoke + 848
25 AppKit 0x184d420ac _NSApplicationReactToScreenInvalidation + 292
26 AppKit 0x184d42284 -[NSApplication(ScreenHandling) _reactToDisplayChanges:] + 372
27 AppKit 0x1848f3b54 _NSCGSDisplayConfigurationUpdateAndInvokeObservers + 416
28 AppKit 0x1848f3edc _NSCGSDisplayConfigurationDidReconfigureNotificationHandler + 308
29 SkyLight 0x185cc01b4 (anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*) + 888
30 SkyLight 0x186002344 CGSDatagramReadStream::dispatchMainQueueDatagrams() + 228
31 SkyLight 0x186002240 invocation function for block in CGSDatagramReadStream::mainQueueWakeup() + 28
32 libdispatch.dylib 0x180e1e874 _dispatch_call_block_and_release + 32
33 libdispatch.dylib 0x180e20400 _dispatch_client_callout + 20
34 libdispatch.dylib 0x180e2ebf8 _dispatch_main_queue_drain + 928
35 libdispatch.dylib 0x180e2e848 _dispatch_main_queue_callback_4CF + 44
36 CoreFoundation 0x1810efc54 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
37 CoreFoundation 0x1810ad3d4 __CFRunLoopRun + 1992
38 CoreFoundation 0x1810ac4b8 CFRunLoopRunSpecific + 612
39 HIToolbox 0x18a8f6c40 RunCurrentEventLoopInMode + 292
40 HIToolbox 0x18a8f6a7c ReceiveNextEventCommon + 648
41 HIToolbox 0x18a8f67d4 _BlockUntilNextEventMatchingListInModeWithFilter + 76
42 AppKit 0x1842cdd44 _DPSNextEvent + 636
43 AppKit 0x1842ccee0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716
44 AppKit 0x1842c1344 -[NSApplication run] + 464
45 PrusaSlicer 0x102d585cc wxGUIEventLoop::OSXDoRun() + 196
46 PrusaSlicer 0x102e33210 wxCFEventLoop::DoRun() + 40
47 PrusaSlicer 0x102db30dc wxEventLoopBase::Run() + 112
48 PrusaSlicer 0x102d8def4 wxAppConsoleBase::MainLoop() + 120
49 PrusaSlicer 0x102d1e0fc wxApp::OnRun() + 36
50 PrusaSlicer 0x102de105c wxEntry(int&, wchar_t**) + 88
51 PrusaSlicer 0x10117b05c Slic3r::GUI::GUI_Run(Slic3r::GUI::GUI_InitParams&) + 292
52 PrusaSlicer 0x10075f368 Slic3r::CLI::run(int, char**) + 18152
53 PrusaSlicer 0x100763d40 main + 204
54 dyld 0x180c77f28 start + 2236
Thread 1:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x180f8ff14 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x180fa2240 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x180f98b78 mach_msg_overwrite + 604
3 libsystem_kernel.dylib 0x180f90290 mach_msg + 24
4 CoreFoundation 0x1810ae7e4 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x1810ad0c4 __CFRunLoopRun + 1208
6 CoreFoundation 0x1810ac4b8 CFRunLoopRunSpecific + 612
7 AppKit 0x1843f8334 _NSEventThread + 172
8 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
9 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 2:
0 libsystem_kernel.dylib 0x180f93710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x180fd0574 _pthread_cond_wait + 1232
2 libc++.1.dylib 0x180ef8ef0 std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 28
3 PrusaSlicer 0x1013f5614 Slic3r::GUI::BoostThreadWorker::run() + 168
4 PrusaSlicer 0x1015882d4 boost::(anonymous namespace)::thread_proxy(void*) + 176
5 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
6 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 3:: slic3r_tbb_2
0 libsystem_kernel.dylib 0x180f8fe90 semaphore_wait_trap + 8
1 PrusaSlicer 0x1029b5044 tbb::detail::r1::rml::private_worker::run() + 412
2 PrusaSlicer 0x1029b4e9c tbb::detail::r1::rml::private_worker::thread_routine(void*) + 12
3 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
4 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 4:: slic3r_tbb_4
0 libsystem_kernel.dylib 0x180f8fe90 semaphore_wait_trap + 8
1 PrusaSlicer 0x1029b5044 tbb::detail::r1::rml::private_worker::run() + 412
2 PrusaSlicer 0x1029b4e9c tbb::detail::r1::rml::private_worker::thread_routine(void*) + 12
3 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
4 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 5:: slic3r_tbb_7
0 libsystem_kernel.dylib 0x180f8fe90 semaphore_wait_trap + 8
1 PrusaSlicer 0x1029b5044 tbb::detail::r1::rml::private_worker::run() + 412
2 PrusaSlicer 0x1029b4e9c tbb::detail::r1::rml::private_worker::thread_routine(void*) + 12
3 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
4 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 6:: slic3r_tbb_1
0 libsystem_kernel.dylib 0x180f8fe90 semaphore_wait_trap + 8
1 PrusaSlicer 0x1029b5044 tbb::detail::r1::rml::private_worker::run() + 412
2 PrusaSlicer 0x1029b4e9c tbb::detail::r1::rml::private_worker::thread_routine(void*) + 12
3 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
4 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 7:: slic3r_tbb_3
0 libsystem_kernel.dylib 0x180f8fe90 semaphore_wait_trap + 8
1 PrusaSlicer 0x1029b5044 tbb::detail::r1::rml::private_worker::run() + 412
2 PrusaSlicer 0x1029b4e9c tbb::detail::r1::rml::private_worker::thread_routine(void*) + 12
3 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
4 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 8:: slic3r_tbb_5
0 libsystem_kernel.dylib 0x180f8fe90 semaphore_wait_trap + 8
1 PrusaSlicer 0x1029b5044 tbb::detail::r1::rml::private_worker::run() + 412
2 PrusaSlicer 0x1029b4e9c tbb::detail::r1::rml::private_worker::thread_routine(void*) + 12
3 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
4 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 9:: slic3r_tbb_6
0 libsystem_kernel.dylib 0x180f8fe90 semaphore_wait_trap + 8
1 PrusaSlicer 0x1029b5044 tbb::detail::r1::rml::private_worker::run() + 412
2 PrusaSlicer 0x1029b4e9c tbb::detail::r1::rml::private_worker::thread_routine(void*) + 12
3 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
4 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 10:: slic3r_BgSlcPcs
0 libsystem_kernel.dylib 0x180f93710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x180fd0574 _pthread_cond_wait + 1232
2 libc++.1.dylib 0x180ef8ef0 std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 28
3 PrusaSlicer 0x10100a820 Slic3r::BackgroundSlicingProcess::thread_proc() + 244
4 PrusaSlicer 0x10100c8c8 boost::detail::thread_dataSlic3r::BackgroundSlicingProcess::start()::$_2::run() + 20
5 PrusaSlicer 0x1015882d4 boost::(anonymous namespace)::thread_proxy(void*) + 176
6 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
7 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 11:
0 libsystem_pthread.dylib 0x180fcad8c start_wqthread + 0
Thread 12:
0 libsystem_pthread.dylib 0x180fcad8c start_wqthread + 0
Thread 13:
0 libsystem_pthread.dylib 0x180fcad8c start_wqthread + 0
Thread 14:
0 libsystem_kernel.dylib 0x180f93710 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x180fd0574 _pthread_cond_wait + 1232
2 libc++.1.dylib 0x180ef8ef0 std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 28
3 PrusaSlicer 0x1014d26f0 Slic3r::ChannelSlic3r::PrintHostJob::pop() + 84
4 PrusaSlicer 0x1014d1fd4 Slic3r::PrintHostJobQueue::priv::bg_thread_main() + 212
5 PrusaSlicer 0x1014d3ff8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct>, Slic3r::PrintHostJobQueue::priv::start_bg_thread()::$_0>>(void*) + 44
6 libsystem_pthread.dylib 0x180fcffa8 _pthread_start + 148
7 libsystem_pthread.dylib 0x180fcada0 thread_start + 8
Thread 15:
0 libsystem_pthread.dylib 0x180fcad8c start_wqthread + 0
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000002 x2: 0xffffffffffffffff x3: 0x0000000000000000
x4: 0x0000000000000036 x5: 0x0000000000000036 x6: 0x0000000000000073 x7: 0x000000016f6a7498
x8: 0x0000000000000002 x9: 0x0000000000000002 x10: 0x69706f635f646461 x11: 0x00003631682d7365
x12: 0x00000001812de334 x13: 0x0000000000000065 x14: 0x000000010357f28d x15: 0x0000000004060401
x16: 0x0000000180ffc2b0 x17: 0x00000001e0ac6b20 x18: 0x0000000000000000 x19: 0x000060000223dc70
x20: 0x0000000000000005 x21: 0x00000001038130a8 x22: 0x0000000103737938 x23: 0x0000600007dc04e0
x24: 0x0000000000000005 x25: 0x0000600001969ca0 x26: 0x0000000000000000 x27: 0x0000004000000039
x28: 0x000000016f6a7808 fp: 0x000000016f6a7500 lr: 0x000000010129ee54
sp: 0x000000016f6a74d0 pc: 0x000000010129ee54 cpsr: 0x60001000
far: 0x0000000000000010 esr: 0x92000006 (Data Abort) byte read Translation fault
Binary Images:
0x100750000 - 0x1036d7fff com.prusa3d.slic3r/ (PrusaSlicer PrusaSlicer-2.6.0+MacOS-x64-202306191415) <7edebc2b-74b8-3298-a420-c408223e257a> /Applications/PrusaSlicer.app/Contents/MacOS/PrusaSlicer
0x10a21c000 - 0x10a227fff libobjc-trampolines.dylib () <570c31f7-94c6-3b86-ae44-1694db0a4bcd> /usr/lib/libobjc-trampolines.dylib
0x10b81c000 - 0x10b887fff com.apple.AppleMetalOpenGLRenderer (1.0) <01596a35-894c-3104-8314-40d3c08f18ca> /System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer
0x18102f000 - 0x181508fff com.apple.CoreFoundation (6.9) <203e4401-8c2e-3157-a24b-92f52551d43e> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x181fc9000 - 0x18298efff com.apple.Foundation (6.9) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x184295000 - 0x1851a3fff com.apple.AppKit (6.9) <041c7d21-21cc-3eea-ae53-d39f5ca6a24e> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x185cb5000 - 0x1860e0fff com.apple.SkyLight (1.600.0) <96676a53-b1e0-3d7e-b98b-b73873cd1880> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x180e1c000 - 0x180e63fff libdispatch.dylib () /usr/lib/system/libdispatch.dylib
0x18a8c6000 - 0x18abf9fff com.apple.HIToolbox (2.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x180c72000 - 0x180d00553 dyld () <2237410f-d39c-30ce-9a94-13aacb66b766> /usr/lib/dyld
0x180f8f000 - 0x180fc8fe7 libsystem_kernel.dylib () <34a49b54-82b2-37a1-9314-f6a4a2bb3ff8> /usr/lib/system/libsystem_kernel.dylib
0x180fc9000 - 0x180fd5fff libsystem_pthread.dylib () <46d35233-a051-3f4f-bba4-ba56dddc4d1a> /usr/lib/system/libsystem_pthread.dylib
0x180ee6000 - 0x180f72ff7 libc++.1.dylib () <54e8fbe1-df0d-33a2-b8fa-356565c12929> /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=1.4G resident=0K(0%) swapped_out_or_unallocated=1.4G(100%)
Writable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 3
Activity Tracing 256K 1
CG backing stores 3136K 8
CG image 4960K 128
CG raster data 192K 3
ColorSync 592K 30
CoreAnimation 100.8M 176
CoreGraphics 48K 3
CoreImage 112K 7
CoreUI image data 2336K 32
Foundation 32K 2
Kernel Alloc Once 32K 1
MALLOC 667.5M 501
MALLOC guard page 192K 9
MALLOC_MEDIUM (reserved) 888.0M 8 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 128.0M 1 reserved VM address space (unallocated)
OpenGL GLSL 256K 3
STACK GUARD 56.2M 16
Stack 47.5M 18
VM_ALLOCATE 134.0M 174
__AUTH 1531K 315
__AUTH_CONST 25.5M 531
__CTF 824 1
__DATA 9613K 517
__DATA_CONST 27.4M 535
__DATA_DIRTY 1691K 187
__FONT_DATA 2352 1
__GLSLBUILTINS 5174K 1
__INFO_FILTER 8 1
__LINKEDIT 825.0M 5
__OBJC_RO 66.3M 1
__OBJC_RW 2011K 1
__TEXT 602.0M 554
dyld private memory 320K 4
mapped file 219.0M 42
shared memory 976K 19
=========== ======= =======
TOTAL 3.7G 3839
TOTAL, minus reserved VM space 2.7G 3839
Full Report
{"app_name":"PrusaSlicer","timestamp":"2023-06-23 22:32:15.00 +0530","app_version":"PrusaSlicer PrusaSlicer-2.6.0+MacOS-x64-202306191415","slice_uuid":"7edebc2b-74b8-3298-a420-c408223e257a","build_version":"PrusaSlicer-2.6.0+MacOS-x64-202306191415","platform":1,"bundleID":"com.prusa3d.slic3r/","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.4.1 (22F82)","roots_installed":0,"name":"PrusaSlicer","incident_id":"B1332356-BF3F-4FD0-8DC4-F2C75D5A9034"}
{
"uptime" : 43000,
"procRole" : "Background",
"version" : 2,
"userID" : 503,
"deployVersion" : 210,
"modelCode" : "MacBookAir10,1",
"coalitionID" : 3023,
"osVersion" : {
"train" : "macOS 13.4.1",
"build" : "22F82",
"releaseType" : "User"
},
"captureTime" : "2023-06-23 22:32:14.1292 +0530",
"incident" : "B1332356-BF3F-4FD0-8DC4-F2C75D5A9034",
"pid" : 73556,
"translated" : false,
"cpuType" : "ARM-64",
"roots_installed" : 0,
"bug_type" : "309",
"procLaunch" : "2023-06-23 22:05:17.3031 +0530",
"procStartAbsTime" : 1012054856544,
"procExitAbsTime" : 1045058105221,
"procName" : "PrusaSlicer",
"procPath" : "/Applications/PrusaSlicer.app/Contents/MacOS/PrusaSlicer",
"bundleInfo" : {"CFBundleShortVersionString":"PrusaSlicer PrusaSlicer-2.6.0+MacOS-x64-202306191415","CFBundleVersion":"PrusaSlicer-2.6.0+MacOS-x64-202306191415","CFBundleIdentifier":"com.prusa3d.slic3r/"},
"storeInfo" : {"deviceIdentifierForVendor":"FD7524B6-0F1D-5849-A2CA-5AE3A0B5CA4A","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "com.prusa3d.slic3r/",
"crashReporterKey" : "B2BEC73D-88BC-4331-AA92-941A726B5E63",
"codeSigningID" : "com.prusa3d.slic3r/",
"codeSigningTeamID" : "DKPB65N43Z",
"codeSigningFlags" : 570495745,
"codeSigningValidationCategory" : 6,
"codeSigningTrustLevel" : 0,
"sleepWakeUUID" : "4A0E0FC9-5F5C-4809-9BB7-8019ECCF0B4C",
"sip" : "enabled",
"vmRegionInfo" : "0x10 is not in any region. Bytes before following region: 105553518919664\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n MALLOC_NANO (reserved) 600018000000-600020000000 [128.0M] rw-/rwx SM=NUL ...(unallocated)",
"exception" : {"codes":"0x0000000000000001, 0x0000000000000010","rawCodes":[1,16],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_INVALID_ADDRESS at 0x0000000000000010"},
"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":73556},
"vmregioninfo" : "0x10 is not in any region. Bytes before following region: 105553518919664\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n---> \n MALLOC_NANO (reserved) 600018000000-600020000000 [128.0M] rw-/rwx SM=NUL ...(unallocated)",
"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" : [{"triggered":true,"id":428549,"threadState":{"x":[{"value":0},{"value":2},{"value":18446744073709551615},{"value":0},{"value":54},{"value":54},{"value":115},{"value":6164214936},{"value":2},{"value":2},{"value":7597695043966887009},{"value":59585829106533},{"value":6462235444,"symbolLocation":0,"symbol":"__CFMacRomanCharToUnicharTable"},{"value":101},{"value":4351062669,"symbolLocation":20243,"symbol":"Slic3r::GUI::LayerIcon"},{"value":67503105},{"value":6459212464,"symbolLocation":0,"symbol":"_platform_memcmp"},{"value":8064363296},{"value":0},{"value":105553152171120},{"value":5},{"value":4353765544,"symbolLocation":0,"symbol":"typeinfo for wxWindow"},{"value":4352866616,"symbolLocation":0,"symbol":"typeinfo for Slic3r::GUI::ObjectLayers::PlusMinusButton"},{"value":105553248126176},{"value":5},{"value":105553142914208},{"value":0},{"value":274877907001},{"value":6164215816}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4314492500},"cpsr":{"value":1610616832},"fp":{"value":6164215040},"sp":{"value":6164214992},"esr":{"value":2449473542,"description":"(Data Abort) byte read Translation fault"},"pc":{"value":4314492500,"matchesCrashFrame":1},"far":{"value":16}},"name":"slic3r_main","queue":"com.apple.main-thread","frames":[{"imageOffset":11857492,"symbol":"Slic3r::GUI::ObjectLayers::sys_color_changed()","symbolLocation":148,"imageIndex":0},{"imageOffset":10999684,"symbol":"Slic3r::GUI::Sidebar::sys_color_changed()","symbolLocation":240,"imageIndex":0},{"imageOffset":11202436,"symbol":"Slic3r::GUI::Plater::sys_color_changed()","symbolLocation":40,"imageIndex":0},{"imageOffset":10890360,"symbol":"Slic3r::GUI::MainFrame::on_sys_color_changed()","symbolLocation":60,"imageIndex":0},{"imageOffset":40739312,"symbol":"wxEvtHandler::SearchDynamicEventTable(wxEvent&)","symbolLocation":252,"imageIndex":0},{"imageOffset":40738492,"symbol":"wxEvtHandler::ProcessEventLocally(wxEvent&)","symbolLocation":88,"imageIndex":0},{"imageOffset":40738020,"symbol":"wxEvtHandler::ProcessEvent(wxEvent&)","symbolLocation":56,"imageIndex":0},{"imageOffset":40739740,"symbol":"wxEvtHandler::SafelyProcessEvent(wxEvent&)","symbolLocation":24,"imageIndex":0},{"imageOffset":39920416,"symbol":"-[wxNonOwnedWindowController windowDidChangeBackingProperties:]","symbolLocation":400,"imageIndex":0},{"imageOffset":475520,"symbol":"CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER","symbolLocation":148,"imageIndex":3},{"imageOffset":1113836,"symbol":"___CFXRegistrationPost_block_invoke","symbolLocation":88,"imageIndex":3},{"imageOffset":1113652,"symbol":"_CFXRegistrationPost","symbolLocation":440,"imageIndex":3},{"imageOffset":283852,"symbol":"_CFXNotificationPost","symbolLocation":704,"imageIndex":3},{"imageOffset":39156,"symbol":"-[NSNotificationCenter postNotificationName:object:userInfo:]","symbolLocation":88,"imageIndex":4},{"imageOffset":8456904,"symbol":"-[NSWindow _postWindowDidChangeBackingPropertiesAndDisplayWindowForPreviousBackingScaleFactor:previousColorSpace:]","symbolLocation":164,"imageIndex":5},{"imageOffset":2097892,"symbol":"__67-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]_block_invoke","symbolLocation":448,"imageIndex":5},{"imageOffset":509432,"symbol":"NSPerformVisuallyAtomicChange","symbolLocation":108,"imageIndex":5},{"imageOffset":2097432,"symbol":"-[NSWindow _updateSettingsSendingScreenChangeNotificationToScreen:]","symbolLocation":96,"imageIndex":5},{"imageOffset":514776,"symbol":"-[NSWindow _setFrameCommon:display:fromServer:]","symbolLocation":1856,"imageIndex":5},{"imageOffset":8431592,"symbol":"-[NSWindow(NSScreenLayout) _setFrame:fromAdjustmentToScreen:anchorIfNeeded:animate:]","symbolLocation":576,"imageIndex":5},{"imageOffset":3281920,"symbol":"-[NSWindow _adjustWindowToScreen]","symbolLocation":1100,"imageIndex":5},{"imageOffset":3411168,"symbol":"-[NSWindow _displayChangedSoAdjustWindows:]","symbolLocation":100,"imageIndex":5},{"imageOffset":11197400,"symbol":"___NSApplicationPerformScreenInvalidationReactions_block_invoke","symbolLocation":72,"imageIndex":5},{"imageOffset":213856,"symbol":"-[NSApplication enumerateWindowsWithOptions:usingBlock:]","symbolLocation":236,"imageIndex":5},{"imageOffset":11196140,"symbol":"___NSApplicationReactToScreenInvalidation_block_invoke","symbolLocation":848,"imageIndex":5},{"imageOffset":11194540,"symbol":"_NSApplicationReactToScreenInvalidation","symbolLocation":292,"imageIndex":5},{"imageOffset":11195012,"symbol":"-[NSApplication(ScreenHandling) _reactToDisplayChanges:]","symbolLocation":372,"imageIndex":5},{"imageOffset":6679380,"symbol":"_NSCGSDisplayConfigurationUpdateAndInvokeObservers","symbolLocation":416,"imageIndex":5},{"imageOffset":6680284,"symbol":"_NSCGSDisplayConfigurationDidReconfigureNotificationHandler","symbolLocation":308,"imageIndex":5},{"imageOffset":45492,"symbol":"(anonymous namespace)::notify_datagram_handler(unsigned int, CGSDatagramType, void*, unsigned long, void*)","symbolLocation":888,"imageIndex":6},{"imageOffset":3461956,"symbol":"CGSDatagramReadStream::dispatchMainQueueDatagrams()","symbolLocation":228,"imageIndex":6},{"imageOffset":3461696,"symbol":"invocation function for block in CGSDatagramReadStream::mainQueueWakeup()","symbolLocation":28,"imageIndex":6},{"imageOffset":10356,"symbol":"_dispatch_call_block_and_release","symbolLocation":32,"imageIndex":7},{"imageOffset":17408,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":7},{"imageOffset":76792,"symbol":"_dispatch_main_queue_drain","symbolLocation":928,"imageIndex":7},{"imageOffset":75848,"symbol":"_dispatch_main_queue_callback_4CF","symbolLocation":44,"imageIndex":7},{"imageOffset":789588,"symbol":"CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE","symbolLocation":16,"imageIndex":3},{"imageOffset":517076,"symbol":"__CFRunLoopRun","symbolLocation":1992,"imageIndex":3},{"imageOffset":513208,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":3},{"imageOffset":199744,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":8},{"imageOffset":199292,"symbol":"ReceiveNextEventCommon","symbolLocation":648,"imageIndex":8},{"imageOffset":198612,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":8},{"imageOffset":232772,"symbol":"_DPSNextEvent","symbolLocation":636,"imageIndex":5},{"imageOffset":229088,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":716,"imageIndex":5},{"imageOffset":181060,"symbol":"-[NSApplication run]","symbolLocation":464,"imageIndex":5},{"imageOffset":39880140,"symbol":"wxGUIEventLoop::OSXDoRun()","symbolLocation":196,"imageIndex":0},{"imageOffset":40776208,"symbol":"wxCFEventLoop::DoRun()","symbolLocation":40,"imageIndex":0},{"imageOffset":40251612,"symbol":"wxEventLoopBase::Run()","symbolLocation":112,"imageIndex":0},{"imageOffset":40099572,"symbol":"wxAppConsoleBase::MainLoop()","symbolLocation":120,"imageIndex":0},{"imageOffset":39641340,"symbol":"wxApp::OnRun()","symbolLocation":36,"imageIndex":0},{"imageOffset":40439900,"symbol":"wxEntry(int&, wchar_t**)","symbolLocation":88,"imageIndex":0},{"imageOffset":10661980,"symbol":"Slic3r::GUI::GUI_Run(Slic3r::GUI::GUI_InitParams&)","symbolLocation":292,"imageIndex":0},{"imageOffset":62312,"symbol":"Slic3r::CLI::run(int, char**)","symbolLocation":18152,"imageIndex":0},{"imageOffset":81216,"symbol":"main","symbolLocation":204,"imageIndex":0},{"imageOffset":24360,"symbol":"start","symbolLocation":2236,"imageIndex":9}]},{"id":428581,"name":"com.apple.NSEventThread","frames":[{"imageOffset":3860,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":10},{"imageOffset":78400,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":10},{"imageOffset":39800,"symbol":"mach_msg_overwrite","symbolLocation":604,"imageIndex":10},{"imageOffset":4752,"symbol":"mach_msg","symbolLocation":24,"imageIndex":10},{"imageOffset":522212,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":3},{"imageOffset":516292,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":3},{"imageOffset":513208,"symbol":"CFRunLoopRunSpecific","symbolLocation":612,"imageIndex":3},{"imageOffset":1454900,"symbol":"_NSEventThread","symbolLocation":172,"imageIndex":5},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":428593,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":11},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&)","symbolLocation":28,"imageIndex":12},{"imageOffset":13260308,"symbol":"Slic3r::GUI::BoostThreadWorker::run()","symbolLocation":168,"imageIndex":0},{"imageOffset":14910164,"symbol":"boost::(anonymous namespace)::thread_proxy(void*)","symbolLocation":176,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":430659,"name":"slic3r_tbb_2","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":10},{"imageOffset":36065348,"symbol":"tbb::detail::r1::rml::private_worker::run()","symbolLocation":412,"imageIndex":0},{"imageOffset":36064924,"symbol":"tbb::detail::r1::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":430660,"name":"slic3r_tbb_4","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":10},{"imageOffset":36065348,"symbol":"tbb::detail::r1::rml::private_worker::run()","symbolLocation":412,"imageIndex":0},{"imageOffset":36064924,"symbol":"tbb::detail::r1::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":430661,"name":"slic3r_tbb_7","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":10},{"imageOffset":36065348,"symbol":"tbb::detail::r1::rml::private_worker::run()","symbolLocation":412,"imageIndex":0},{"imageOffset":36064924,"symbol":"tbb::detail::r1::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":430662,"name":"slic3r_tbb_1","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":10},{"imageOffset":36065348,"symbol":"tbb::detail::r1::rml::private_worker::run()","symbolLocation":412,"imageIndex":0},{"imageOffset":36064924,"symbol":"tbb::detail::r1::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":430663,"name":"slic3r_tbb_3","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":10},{"imageOffset":36065348,"symbol":"tbb::detail::r1::rml::private_worker::run()","symbolLocation":412,"imageIndex":0},{"imageOffset":36064924,"symbol":"tbb::detail::r1::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":430664,"name":"slic3r_tbb_5","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":10},{"imageOffset":36065348,"symbol":"tbb::detail::r1::rml::private_worker::run()","symbolLocation":412,"imageIndex":0},{"imageOffset":36064924,"symbol":"tbb::detail::r1::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":430665,"name":"slic3r_tbb_6","frames":[{"imageOffset":3728,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":10},{"imageOffset":36065348,"symbol":"tbb::detail::r1::rml::private_worker::run()","symbolLocation":412,"imageIndex":0},{"imageOffset":36064924,"symbol":"tbb::detail::r1::rml::private_worker::thread_routine(void*)","symbolLocation":12,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":432183,"name":"slic3r_BgSlcPcs","frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":11},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&)","symbolLocation":28,"imageIndex":12},{"imageOffset":9152544,"symbol":"Slic3r::BackgroundSlicingProcess::thread_proc()","symbolLocation":244,"imageIndex":0},{"imageOffset":9160904,"symbol":"boost::detail::thread_dataSlic3r::BackgroundSlicingProcess::start()::$_2::run()","symbolLocation":20,"imageIndex":0},{"imageOffset":14910164,"symbol":"boost::(anonymous namespace)::thread_proxy(void*)","symbolLocation":176,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":432796,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":434156,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":434234,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]},{"id":434245,"frames":[{"imageOffset":18192,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":10},{"imageOffset":30068,"symbol":"_pthread_cond_wait","symbolLocation":1232,"imageIndex":11},{"imageOffset":77552,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&)","symbolLocation":28,"imageIndex":12},{"imageOffset":14165744,"symbol":"Slic3r::ChannelSlic3r::PrintHostJob::pop()","symbolLocation":84,"imageIndex":0},{"imageOffset":14163924,"symbol":"Slic3r::PrintHostJobQueue::priv::bg_thread_main()","symbolLocation":212,"imageIndex":0},{"imageOffset":14172152,"symbol":"void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct>, Slic3r::PrintHostJobQueue::priv::start_bg_thread()::$_0>>(void*)","symbolLocation":44,"imageIndex":0},{"imageOffset":28584,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":11},{"imageOffset":7584,"symbol":"thread_start","symbolLocation":8,"imageIndex":11}]},{"id":434249,"frames":[{"imageOffset":7564,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":11}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64",
"base" : 4302635008,
"CFBundleShortVersionString" : "PrusaSlicer PrusaSlicer-2.6.0+MacOS-x64-202306191415",
"CFBundleIdentifier" : "com.prusa3d.slic3r/",
"size" : 49840128,
"uuid" : "7edebc2b-74b8-3298-a420-c408223e257a",
"path" : "/Applications/PrusaSlicer.app/Contents/MacOS/PrusaSlicer",
"name" : "PrusaSlicer",
"CFBundleVersion" : "PrusaSlicer-2.6.0+MacOS-x64-202306191415"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4464951296,
"size" : 49152,
"uuid" : "570c31f7-94c6-3b86-ae44-1694db0a4bcd",
"path" : "/usr/lib/libobjc-trampolines.dylib",
"name" : "libobjc-trampolines.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4488019968,
"CFBundleShortVersionString" : "1.0",
"CFBundleIdentifier" : "com.apple.AppleMetalOpenGLRenderer",
"size" : 442368,
"uuid" : "01596a35-894c-3104-8314-40d3c08f18ca",
"path" : "/System/Library/Extensions/AppleMetalOpenGLRenderer.bundle/Contents/MacOS/AppleMetalOpenGLRenderer",
"name" : "AppleMetalOpenGLRenderer",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6459420672,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5087232,
"uuid" : "203e4401-8c2e-3157-a24b-92f52551d43e",
"path" : "/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1977"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6475780096,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 10248192,
"uuid" : "d5337cc6-a075-3ca0-b5bf-b49da8878337",
"path" : "/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "1977"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6512267264,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 15790080,
"uuid" : "041c7d21-21cc-3eea-ae53-d39f5ca6a24e",
"path" : "/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2299.60.124"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6539661312,
"CFBundleShortVersionString" : "1.600.0",
"CFBundleIdentifier" : "com.apple.SkyLight",
"size" : 4374528,
"uuid" : "96676a53-b1e0-3d7e-b98b-b73873cd1880",
"path" : "/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight",
"name" : "SkyLight"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6457245696,
"size" : 294912,
"uuid" : "c2fd3094-b465-39a4-b774-16583ff53c4b",
"path" : "/usr/lib/system/libdispatch.dylib",
"name" : "libdispatch.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6619422720,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3358720,
"uuid" : "d800278b-4e6c-3032-b56f-027a938a51d6",
"path" : "/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6455500800,
"size" : 582996,
"uuid" : "2237410f-d39c-30ce-9a94-13aacb66b766",
"path" : "/usr/lib/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6458765312,
"size" : 237544,
"uuid" : "34a49b54-82b2-37a1-9314-f6a4a2bb3ff8",
"path" : "/usr/lib/system/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6459002880,
"size" : 53248,
"uuid" : "46d35233-a051-3f4f-bba4-ba56dddc4d1a",
"path" : "/usr/lib/system/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6458073088,
"size" : 577528,
"uuid" : "54e8fbe1-df0d-33a2-b8fa-356565c12929",
"path" : "/usr/lib/libc++.1.dylib",
"name" : "libc++.1.dylib"
},
{
"size" : 0,
"source" : "A",
"base" : 0,
"uuid" : "00000000-0000-0000-0000-000000000000"
}
],
"sharedCache" : {
"base" : 6454837248,
"size" : 3551641600,
"uuid" : "be59bb71-7b69-3efc-86a8-5625a077ae2e"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=1.4G resident=0K(0%) swapped_out_or_unallocated=1.4G(100%)\nWritable regions: Total=1.9G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.9G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 384K 3 \nActivity Tracing 256K 1 \nCG backing stores 3136K 8 \nCG image 4960K 128 \nCG raster data 192K 3 \nColorSync 592K 30 \nCoreAnimation 100.8M 176 \nCoreGraphics 48K 3 \nCoreImage 112K 7 \nCoreUI image data 2336K 32 \nFoundation 32K 2 \nKernel Alloc Once 32K 1 \nMALLOC 667.5M 501 \nMALLOC guard page 192K 9 \nMALLOC_MEDIUM (reserved) 888.0M 8 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 128.0M 1 reserved VM address space (unallocated)\nOpenGL GLSL 256K 3 \nSTACK GUARD 56.2M 16 \nStack 47.5M 18 \nVM_ALLOCATE 134.0M 174 \n__AUTH 1531K 315 \n__AUTH_CONST 25.5M 531 \n__CTF 824 1 \n__DATA 9613K 517 \n__DATA_CONST 27.4M 535 \n__DATA_DIRTY 1691K 187 \n__FONT_DATA 2352 1 \n__GLSLBUILTINS 5174K 1 \n__INFO_FILTER 8 1 \n__LINKEDIT 825.0M 5 \n__OBJC_RO 66.3M 1 \n__OBJC_RW 2011K 1 \n__TEXT 602.0M 554 \ndyld private memory 320K 4 \nmapped file 219.0M 42 \nshared memory 976K 19 \n=========== ======= ======= \nTOTAL 3.7G 3839 \nTOTAL, minus reserved VM space 2.7G 3839 \n",
"legacyInfo" : {
"threadTriggered" : {
"name" : "slic3r_main",
"queue" : "com.apple.main-thread"
}
},
"logWritingSignature" : "cdae8d4ccf7fae2aecb3969b84d377f9380b390c",
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "62fe74515312cd4599bd3c80",
"factorPackIds" : {
"MYRIAD_BOOSTS" : "62fe74805312cd4599bd3c81"
},
"deploymentId" : 240000006
},
{
"rolloutId" : "639124e81d92412bfb4880b3",
"factorPackIds" : {
],
"experiments" : [
{
"treatmentId" : "c28e4ee6-1b08-4f90-8e05-2809e78310a3",
"experimentId" : "6317d2003d24842ff850182a",
"deploymentId" : 400000013
}
]
}
}
Model: MacBookAir10,1, BootROM 8422.121.1, proc 8:4:4 processors, 16 GB, SMC
Graphics: Apple M1, Apple M1, Built-In
Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online
Memory Module: LPDDR4, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4378), wl0: Jan 12 2023 05:52:26 version 18.20.383.14.7.8.149 FWID 01-1469d19d
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
Thunderbolt Bus: MacBook Air, Apple Inc.
Thunderbolt Bus: MacBook Air, Apple Inc.
Project file & How to reproduce
Just leave the application running and idle for a while with an object sliced
Checklist of files included above
Version of PrusaSlicer
2.6
Operating system
Macbook Air M1 - 13.3.1 (a)
Printer model
FLSUN V400
The text was updated successfully, but these errors were encountered: