Freeze idea when parsing logs

Issue #1925 resolved
Aliaksandr Luferau created an issue

When i trying to open some logs then the whole IDE is freezes and only able to kill it by process manager;

logs from IDE (for #com.illuminatedcloud.client.ApexLogUtil)

2021-06-25 17:30:23,343 [ 166178]   INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: #com.illuminatedcloud.client.ApexLogUtil 
2021-06-25 17:30:26,257 [ 169092]   INFO - y.ReflectionServiceFactoryBean - Creating Service {urn:partner.soap.sforce.com}PartnerService from class com.sforce.soap.partner.PartnerApi 
2021-06-25 17:30:27,880 [ 170715]   INFO - cloud.client.ForceComApiClient - Login successful for connection 'tigris_actonomy'. 
2021-06-25 17:30:27,881 [ 170716]   INFO - y.ReflectionServiceFactoryBean - Creating Service {urn:partner.soap.sforce.com}PartnerService from class com.sforce.soap.partner.PartnerApi 
2021-06-25 17:30:27,913 [ 170748]   INFO - cloud.client.ForceComApiClient - JAXB initialization for com.sforce.soap.partner.SessionHeader took 17 ms. 
2021-06-25 17:30:27,929 [ 170764]   INFO - cloud.client.ForceComApiClient - JAXB initialization for com.sforce.soap.partner.CallOptions took 16 ms. 
2021-06-25 17:30:27,932 [ 170767]   INFO - y.ReflectionServiceFactoryBean - Creating Service {urn:tooling.soap.sforce.com}ToolingService from class com.sforce.soap.tooling.ToolingApi 
2021-06-25 17:30:28,171 [ 171006]   INFO - cloud.client.ForceComApiClient - JAXB initialization for com.sforce.soap.tooling.SessionHeader took 46 ms. 
2021-06-25 17:30:28,225 [ 171060]   INFO - cloud.client.ForceComApiClient - JAXB initialization for com.sforce.soap.tooling.CallOptions took 54 ms. 
2021-06-25 17:30:37,255 [ 180090]   INFO - ndow.log.LogAnalyzerToolWindow - Retrieved 572817 byte log body in 2 s 683 ms. 
2021-06-25 17:30:37,304 [ 180139]   WARN - minatedcloud.log.ApexLogHeader - Failed to find log category = CALLOUT, log category level = INTERNAL. 
2021-06-25 17:30:37,307 [ 180142]   INFO - ndow.log.LogAnalyzerToolWindow - Parsed 572817 byte log body in 47 ms. 
2021-06-25 17:30:37,311 [ 180146]   INFO - oolwindow.log.LogAnalyzerPanel - Printed log body to the console view in 3 ms. 
2021-06-25 17:31:48,138 [ 250973]   WARN - pl.local.NativeFileWatcherImpl - Watcher terminated with exit code 1 
2021-06-25 17:31:48,139 [ 250974]   INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: C:\Program Files\JetBrains\IntelliJ IDEA 2018.3\bin\fsnotifier64.exe 

Comments (3)

  1. Scott Wells repo owner

    Hi. I'd need to see the thread dumps from when it's frozen. They're available under the same directory as idea.log. You can either attach them here or email them to support@illuminatedcloud.com.

  2. Scott Wells repo owner

    Issue tracker grooming. If this is still an issue, please feel free to reopen, ideally with a concrete reproduction scenario.

  3. Log in to comment