Sublime Forum

ST3: OSX Hang on launch

#1

I have a setup which causes ST3 (3054) to hang on launch - any tips on how to work around it is greatly appreciated! So far I’ve tried to reinstall from scratch, including removing everything under ~/Library/Application Support/Sublime Text/ without success.

Call graph:
2389 Thread_56276575 DispatchQueue_1: com.apple.main-thread (serial)
+ 2389 start (in Sublime Text) + 52 [0x1068cb824]
+ 2389 main (in Sublime Text) + 3343 [0x1068cc53b]
+ 2389 px_run_event_loop() (in Sublime Text) + 178 [0x106acc7f9]
+ 2389 -[NSApplication run] (in AppKit) + 517 [0x7fff8a57d1a3]
+ 2389 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit) + 128 [0x7fff8a585df2]
+ 2389 _DPSNextEvent (in AppKit) + 685 [0x7fff8a586533]
+ 2389 BlockUntilNextEventMatchingListInMode (in HIToolbox) + 62 [0x7fff83085ae3]
+ 2389 ReceiveNextEventCommon (in HIToolbox) + 166 [0x7fff83085b94]
+ 2389 RunCurrentEventLoopInMode (in HIToolbox) + 209 [0x7fff83085eb4]
+ 2389 CFRunLoopRunSpecific (in CoreFoundation) + 290 [0x7fff816c30e2]
+ 2389 __CFRunLoopRun (in CoreFoundation) + 789 [0x7fff816c37f5]
+ 2389 __CFRunLoopDoSources0 (in CoreFoundation) + 245 [0x7fff816a0455]
+ 2389 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION (in CoreFoundation) + 17 [0x7fff816a0b31]
+ 2389 __NSThreadPerformPerform (in Foundation) + 225 [0x7fff81e1e5ca]
+ 2389 ns_work_queue_runner::run_items() (in Sublime Text) + 189 [0x106acb799]
+ 2389 result_helper::main_work_item::operator()() (in Sublime Text) + 19 [0x106a9132d]
+ 2389 zip_read_file_result::run_main() (in Sublime Text) + 66 [0x106abf99e]
+ 2389 read_file_async_operation::proxy_callback::main_file_read(const_substring, unsigned char const*, unsigned long long) (in Sublime Text) + 84 [0x106a91008]
+ 2389 load_settings_operation::callback_finished() (in Sublime Text) + 47 [0x106a9a2d3]
+ 2389 base_app_loader::settings_loaded() (in Sublime Text) + 788 [0x1068d2c08]
+ 2389 base_app_loader::callback_finished() (in Sublime Text) + 356 [0x1068d1c10]
+ 2389 app_loader::on_app_ready() (in Sublime Text) + 910 [0x1068ced64]
+ 2389 app_loader::restore_session() (in Sublime Text) + 76 [0x1068cf264]
+ 2389 window_list::restore_session(value const&, value const&) (in Sublime Text) + 850 [0x1069771e0]
+ 2389 window_list::new_window(int, const_substring) (in Sublime Text) + 866 [0x106975610]
+ 2389 edit_window::edit_window(window_list*, int, std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > const&, async_file_system*, resource_loader*, file_watcher*, settings_loader*, plugin_loader*, command_loader*, menu_loader*, SP, SP, addon_factory*) (in Sublime Text) + 3388 [0x1068e02f6]
+ 2389 console_panel::console_panel(resource_loader*, settings_loader*, window_factory&) (in Sublime Text) + 772 [0x1068dd934]
+ 2389 history_log_listener::replay(log_listener*) (in Sublime Text) + 114 [0x1068de5ee]
+ 2389 console_panel::on_message_logged(log_header, char const*) (in Sublime Text) + 241 [0x1068de007]
+ 2389 TextBuffer::insertCharacters(long long, usubstring, bool) (in Sublime Text) + 664 [0x1069aa9c0]
+ 2389 TextBuffer::endAction(bool, bool) (in Sublime Text) + 378 [0x1069aa04e]
+ 2389 scroll_area_control::on_preferred_size_changed() (in Sublime Text) + 56 [0x106a945ec]
+ 2389 skyline_text_control::calculate_size() (in Sublime Text) + 51 [0x106a53d87]
+ 2389 TokenStorage::layoutExtents(unsigned int) (in Sublime Text) + 32 [0x106a16670]
+ 2389 TokenBuffer::updateLayout() (in Sublime Text) + 58 [0x1069fa4ea]
+ 2389 TokenBuffer::reflowLayout() (in Sublime Text) + 341 [0x1069fa365]
+ 2389 TokenBuffer::calculateLayout(unsigned int, LayoutInfo const&) (in Sublime Text) + 1115 [0x1069f9bab]
+ 2389 TokenWordWrapper::processToken(Token*) (in Sublime Text) + 274 [0x1069fae12]
+ 2389 TokenWordWrapper::processWord(usubstring, float, Token*) (in Sublime Text) + 241,254,… [0x1069fb1d1,0x1069fb1de,…]
2389 Thread_56276589

0 Likes