Skip to content

Instantly share code, notes, and snippets.

@niw
Created October 28, 2021 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niw/fac5be3449878ce49b9031028f535940 to your computer and use it in GitHub Desktop.
Save niw/fac5be3449878ce49b9031028f535940 to your computer and use it in GitHub Desktop.
Thread 7 Crashed:
0 ??? 0x7ff89214e940 ???
1 libsystem_kernel.dylib 0x7ff801c93112 __pthread_kill + 10
2 libsystem_c.dylib 0x7ff801c15d10 abort + 123
3 libsystem_c.dylib 0x7ff801c150be __assert_rtn + 314
4 AppKit 0x7ff805195628 -[_NSAsynchronousPreparation preparedResult] + 1153
5 AppKit 0x7ff804cc9808 -[NSImageView _shownImage] + 787
6 AppKit 0x7ff8047e0e37 -[NSImageView alignmentRectInsets] + 72
7 AppKit 0x7ff8047596e6 -[NSView alignmentRectForFrame:] + 47
8 AppKit 0x7ff8048bf719 -[NSView _recursiveGatherAllKeyViewCandidatesInArray:] + 455
9 AppKit 0x7ff8048bf4ca _NSComputeFirstKeyViewVisuallyInDirection + 60
10 AppKit 0x7ff8048bf2ec -[NSWindow _findFirstKeyViewInDirection:forKeyLoopGroupingView:] + 235
11 AppKit 0x7ff8048bee20 _replacementKeyViewAlongKeyViewPath + 273
12 AppKit 0x7ff8048be8b9 -[NSView nextValidKeyView] + 221
13 AppKit 0x7ff804f54800 -[NSView _setHidden:setNeedsDisplay:] + 323
14 nativeUpdater 0x10430976f std::__1::__function::__func<-[AppDelegate applicationDidFinishLaunching:]::$_0::operator()() const::'lambda'(bool), std::__1::allocator<-[AppDelegate applicationDidFinishLaunching:]::$_0::operator()() const::'lambda'(bool)>, void (bool)>::operator()(bool&&) + 95
15 nativeUpdater 0x104309ca2 WindowNull::setIndeterminate(bool) + 34
16 nativeUpdater 0x10431e9f2 pistonUpdate(mojang::net::NetQueue&, std::__1::vector<UpdateEntry, std::__1::allocator<UpdateEntry> > const&, mojang::filesystem::path const&, mojang::filesystem::path const&, std::__1::function<void (double)>, std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)>) + 834
17 nativeUpdater 0x10432b92d UpdateBootstrap(mojang::net::NetQueue&, UpdateEntry const&, Window&, Settings&) + 701
18 nativeUpdater 0x10430f471 commonMain(mojang::net::NetQueue&, Window*, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >&) + 2753
19 nativeUpdater 0x104307f4e std::__1::__async_assoc_state<void, std::__1::__async_func<-[AppDelegate applicationDidFinishLaunching:]::$_0> >::__execute() + 1566
20 nativeUpdater 0x10430b4be void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (std::__1::__async_assoc_state<void, std::__1::__async_func<-[AppDelegate applicationDidFinishLaunching:]::$_0> >::*)(), std::__1::__async_assoc_state<void, std::__1::__async_func<-[AppDelegate applicationDidFinishLaunching:]::$_0> >*> >(void*) + 62
21 libsystem_pthread.dylib 0x7ff801cc9514 _pthread_start + 125
22 libsystem_pthread.dylib 0x7ff801cc502f thread_start + 15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment