Bitsum Community Forum

General Category => Process Lasso => Topic started by: jeroen3 on May 29, 2015, 05:36:14 PM

Title: Process lasso gui stops responding after a while [VIEW / DISABLE PROCESS ICONS]
Post by: jeroen3 on May 29, 2015, 05:36:14 PM
Somehow the processlasso gui stops responding when opened for a while (~5 min).
I do not know much of debugging Windows apps. But this is what I got from process explorer stack view of the looping thread processgovernor+0xde30 in wait:DelayExectution.

ntoskrnl.exe!memset+0x61a
ntoskrnl.exe!KeWaitForMultipleObjects+0xd52
ntoskrnl.exe!KeWaitForMutexObject+0x19f
ntoskrnl.exe!_misaligned_access+0xba4
ntoskrnl.exe!_misaligned_access+0x1821
ntoskrnl.exe!KeWaitForMultipleObjects+0xf5d
ntoskrnl.exe!KeDelayExecutionThread+0x186
ntoskrnl.exe!NtWaitForSingleObject+0x16e
ntoskrnl.exe!KeSynchronizeExecution+0x3a23
ntdll.dll!NtDelayExecution+0xa
KERNELBASE.dll!SleepEx+0xb3
ProcessGovernor.exe+0x7802
kernel32.dll!BaseThreadInitThunk+0xd
ntdll.dll!RtlUserThreadStart+0x21

This only happens on my Desktop machine.

The governor seems to work fine.
Win7x64, with MSE.
Title: Re: Process lasso gui stops responding after a while.
Post by: edkiefer on May 29, 2015, 06:41:06 PM
Hi

Which version is this ?

Do you have "show processes icon in list" on, if so turn off an retry (setting is under view menu ).
Title: Re: Process lasso gui stops responding after a while.
Post by: jeroen3 on May 30, 2015, 12:03:54 PM
I've reset the settings, and reïnstalled multiple times. But somehow not all settings aren't getting reset.
For example, probalance insights are not reset.

Is there a manual deïnstallation procedure to follow?

Version: 8.0.6.4 x64
Engine: 1450200
Icons are turned off now.

Disabling icons seem to avoid the issue.
Title: Re: Process lasso gui stops responding after a while.
Post by: edkiefer on May 30, 2015, 12:56:16 PM
Right , it's rare but some users have issue with process icons ,might be a DLL thing .

To uninstall so you start over fresh , after uninstall go to user PL folder "C:\Users\*user name*\AppData\Roaming\ProcessLasso " and delete anything you want in there (settings are in config fodler ,  ProLasso.ini file ).
Then install and your starting fresh ,settings wise .
Title: Re: Process lasso gui stops responding after a while.
Post by: Jeremy Collake on June 03, 2015, 07:02:34 AM
Those icons may cause more trouble than they are worth. We hear of problems from users with bad shell extensions installed, but at what rate is the issue actually seen overall? Unknown. I've tried just about everything to avoid the problem, but can't get around it. Maybe we'll disable them by default going forward, with a more apparent toggle to turn them on.
Title: Re: Process lasso gui stops responding after a while.
Post by: BenYeeHua on June 03, 2015, 11:45:28 AM
Quote from: Jeremy Collake on June 03, 2015, 07:02:34 AM
Those icons may cause more trouble than they are worth. We hear of problems from users with bad shell extensions installed, but at what rate is the issue actually seen overall? Unknown. I've tried just about everything to avoid the problem, but can't get around it. Maybe we'll disable them by default going forward, with a more apparent toggle to turn them on.
So I guess you can't doing something like adding a blacklist and blocking them to inject into PL? :P
Title: Re: Process lasso gui stops responding after a while.
Post by: Jeremy Collake on June 03, 2015, 11:47:38 AM
No, I really can't stop the DLLs from injecting themselves without a lot of effort that may cause complications of it's own.
Title: Re: Process lasso gui stops responding after a while.
Post by: BenYeeHua on June 03, 2015, 11:56:58 AM
Quote from: Jeremy Collake on June 03, 2015, 11:47:38 AM
No, I really can't stop the DLLs from injecting themselves without a lot of effort that may cause complications of it's own.
So I guess I found the reason that why most browsers are very easy to crash now. :P

Anyways, maybe just detect them, then disallow this function to be enabled if shell extensions are installed?  ???
Title: Re: Process lasso gui stops responding after a while.
Post by: Jeremy Collake on June 03, 2015, 12:02:01 PM
Yea, I can do that, but then need to build and maintain a list of the problematic DLLs.
Title: Re: Process lasso gui stops responding after a while.
Post by: BenYeeHua on June 03, 2015, 12:18:40 PM
This will be hard...
There are a lot of them.....

I guess most File Sync software (like Google Drive, Dropbox) are having the shell extensions, and there are a lot of File Sync software... :P
Title: Re: Process lasso gui stops responding after a while.
Post by: Jeremy Collake on June 05, 2015, 07:04:30 PM
Well, there are others. I test against all the major cloud service provider software; Google Drive, OneDrive, DropBox, and more... Also test against a lot of other common shell extensions. I really don't see this problem, have never seen it in *any* test bed, leading me to believe it is still very rare, it just happens to be the one thing that causes complication for this small minority of users. It is still an area of research for sure. I've changed the implementation multiple times trying to mitigate it, but that doesn't seem to matter.
Title: Re: Process lasso gui stops responding after a while.
Post by: BenYeeHua on June 06, 2015, 10:18:33 AM
Ya, always hate to fix something that it don't happen on the test bed, or on yourself. :P