rematch
rematch copied to clipboard
Matching tasks should have a timeout.
In case we get no reply from the server, (for any reason), matching tasks should have a timeout.
Currently, we have to manually kill the IDA in order to stop the task.
In case of no reply from the server, task progress periodic check will get an error and stop.
On Sun, Jun 11, 2017, 06:06 Shift [email protected] wrote:
In case we get no reply from the server, (for any reason), matching tasks should have a timeout.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nirizr/rematch/issues/300, or mute the thread https://github.com/notifications/unsubscribe-auth/ADdqV2EI75RDKwEUmZYbgOv5zo5j8sMSks5sC-YsgaJpZM4N2Y10 .
It doesn't happen, IDA halts, blocks, and I have to kill it manually.
Can you write steps to reproduce?
On Sun, Jun 11, 2017, 06:28 Shift [email protected] wrote:
It doesn't occur, IDA halts.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/nirizr/rematch/issues/300#issuecomment-307629096, or mute the thread https://github.com/notifications/unsubscribe-auth/ADdqV665icQrI8UppA3UrdPcIzFwzSMJks5sC-togaJpZM4N2Y10 .
- Open IDA 6.95.
- Add a new project.
- Click the "Match" dialog, (and make sure you're logged in and the server && celery tasks are up).
- Either pick a function or the whole project to diff.
- Click diff.
Expected result: IDA will hang with a dialog mentioning "Please do not make any ground breaking changes" but since it is blocking it not possible to kill the dialog or the task.