DGA-MI-SSI / YaCo

YaCo is an Hex-Rays IDA plugin. When enabled, multiple users can work simultaneously on the same binary. Any modification done by any user is synchronized through git version control.
GNU General Public License v3.0
313 stars 36 forks source link

Freezes when asks for a remote origin #45

Closed a1ext closed 6 years ago

a1ext commented 6 years ago

Hi,

After the plugin had asked for a remote origin IDA showed Running Python script waitbox. So IDA just freezes and I neither enter it nor close any of dialogs/IDA windows.

image

This usually happens when a python script asks for some input and the ask box is not closed for some time. This could be solved using execute_ui_requests...

bamiaux commented 6 years ago

Sorry, I don't know how to reproduce it. Can you describe the steps involved ? We're using ask_str to get the remote address, I've let it run for at least 5 minutes and I don't see any "Running python script".

a1ext commented 6 years ago

@bamiaux ok, I got it, it seems this was because of other plugin written in python, need to dig that. Thanks