-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
crashing if multi-process indexing is disabled #617
Comments
Not sure what might cause this. There were also no related changes since 2018.3.13 that I can think of. Maybe the indexer commands are malformed. Can you please enable logging and send the log file to mail@sourcetrail.com? Is this happening for every project? |
Logs sent. tictactoe is working fine .. I don't have any other project at hand atm. |
I don't see anything unusual in the logs, but the callstack you posted shows that the crash is in the Clang code. I guess that this is caused by some combination of command line arguments passed to the Clang tool. Are you using a JSON compilation database file for the project setup? If so, would it be possible for you to send us the entry for the first X compilation unit of that file (where X equals the number of threads that you use for indexing)? I guess, that those will be enough for us to reproduce the issue, because it crashes for you right on start, |
Sent a stripped compile database that triggers the crash. |
Thank you very much! We managed to reproduce your issue using the compilation database you sent! |
Fixed with 2018.3.55 The crash occurred for some compiler flags in the compile commands that for some reason caused clang internal errors, that we didn't properly deal with. Thanks again for reporting this! |
While investigating #616, if I turn off multi-processing indexing, sourcetrail crashes shortly after starting indexing:
The text was updated successfully, but these errors were encountered: