-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Command Line #85
Comments
Correction, the bug doesn't happen just sometimes, it happens in 8 out of 10 iterations. Something about UWP app debugging? |
it's a known issue caused by windbg. Discussed over here: |
Thanks. So as i can see on the thread, no solution is found yet :( |
Yes: the problem is in Microsoft Debugging Tools for Windows AFAICT so I cannot fix it. I also do not know what causes it, nor do I know how to work around it. I do have plans to allow BugId to work as a JIT debugger which should make this problem non-existent. Note that this would be a mayor code rewrite which will require quite some time to implement so don't hold your breath. You can create a wrapper for EdgeHTML and use that; this will allow you to fuzz Edge's HTML rendering and JavaScript engines without actually using Edge. That should be faster and less error prone. I have plans to create and publish such a wrapper myself for this purpose. |
I'll leave this open even if I cannot fix it as it has not been resolved and this bug might help others work around it. |
Just figured out that on fresh win10 x64 v1703.15063.608 this is not an issue and works just fine, but after updating to 1803.17134.376 it starts happening again. It seems like EDGE is the actual problem, maybe they switched it to full-UWP app or something? |
yeah man, this annoying issue starts with April updates as i posted on other issue. Anyone has tested on 1809? I have no received the update and it's not available yet from free vms (https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/). I read that this update was retired by MS. But it should be available now or very soon. |
Work around: I confirmed the following allows you to use BugId with Edge:
I'll see if I can add code to do this automatically. |
Still not working for me, same message pops up. Also, immediately after killing browser_broker.exe, it spawns again :( |
Oh, we all do.... we all do... :'( |
I think this issue no longer exists, please let me know if it does. |
Python version: 2.7.15 x64
BugID Version: 2018-10-17
When fuzzing EDGE on win10 x64 version 1803(build 17134.376), sometimes this happens:
Then it waits for user to press OK, and a few more minutes later, it restarts and start generating new .html tests. Btw, i'm using the setup described on the blog: https://bugid.skylined.nl/20181017001.html
The text was updated successfully, but these errors were encountered: