Sublime Forum

Sublime3 dev build 3184 crashes

#1

It keeps on crashing when i open a folder (4.5G overall size). Any way to identify the underlying issue (like plugins causing this)?

0 Likes

#2

Are you using a 32bit build?

0 Likes

#3

I dont think so, how do i confirm?

0 Likes

#4

Help -> About

got any Java files in that directory?

0 Likes

#5

i just see copyright notice and build version(btw i am on mac os mojave). It doesn’t say about 32/64 bit info.
Yes. This directory has lot of java projects.

0 Likes

#6

oh yeah, sorry, I thought it said in the about box but wasn’t at a computer to check. You can open the ST console and type sublime.arch() Enter to find this out.
probably you are running into

0 Likes

#7

Thanks @kingkeith. Could be related. Will wait for new build!

0 Likes

#8

@wbond Latest dev build 3185 didnt help in my case. Something is still broken (keeps on crashing not necessarily with large folder but with small java project)

0 Likes

#9

Before upgrade crash stack trace
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.sublimetext.3 0x000000010eb39a30 next_token(usubstring) + 48
1 com.sublimetext.3 0x000000010eb3a48a lex(lex_working_memory&, LexerState*, usubstring, std::__1::vector<TokenInfo, std::__1::allocator >&) + 2042
2 com.sublimetext.3 0x000000010eb4c447 TokenStorage::tokenise(BucketContainer<tree_list<TokenBuffer, TokenBuffer::token_list_ops>, TokenStorage::TokenBufferFactory>::iterator, long long, LexerState*, usubstring) + 663
3 com.sublimetext.3 0x000000010eb4a30f TokenStorage::insertCharacters(long long, usubstring) + 671
4 com.sublimetext.3 0x000000010ee3bf63 process_read_data(ReadData*) + 1310
5 com.sublimetext.3 0x000000010ee3b127 FileBufferSource::beginRead(TextBuffer*, TokenStorage*) + 623
6 com.sublimetext.3 0x000000010ee78983 TextBuffer::associate(BufferSource*) + 207
7 com.sublimetext.3 0x000000010ebec9b4 crawl_app_loader::callback_finished() + 1366
8 com.sublimetext.3 0x000000010ecacf53 setup_operation::request_finished() + 33
9 com.sublimetext.3 0x000000010ec6ed8c catalogue_rescan_operation::merge_finished(catalogue::dir*) + 160
10 com.sublimetext.3 0x000000010ec7000e catalogue_rescan_operation::scan_callback::main_scan_single_dir(substring, std::__1::vector<file_info, std::__1::allocator<file_info> > const&) + 3916
11 com.sublimetext.3 0x000000010ec54fc3 result_helper::process_main() + 15
12 com.sublimetext.3 0x000000010ecf06ec -[WorkQueueCallback processItems:] + 151
13 com.apple.Foundation 0x00007fff4836fbab __NSThreadPerformPerform + 327
14 com.apple.CoreFoundation 0x00007fff45f91475 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
15 com.apple.CoreFoundation 0x00007fff45f9141b __CFRunLoopDoSource0 + 108
16 com.apple.CoreFoundation 0x00007fff45f74eb5 __CFRunLoopDoSources0 + 195
17 com.apple.CoreFoundation 0x00007fff45f7445e __CFRunLoopRun + 1219
18 com.apple.CoreFoundation 0x00007fff45f73d48 CFRunLoopRunSpecific + 463
19 com.apple.Foundation 0x00007fff482da4aa -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 280
20 com.sublimetext.3 0x000000010ecf8803 px_run_event_loop() + 137
21 com.sublimetext.3 0x000000010eb2e29a main + 5700
22 com.sublimetext.3 0x000000010eb2c9c4 start + 52

1 Like