Skip to content
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

[Multithreading] Process hang and does not terminate properly #42

Open
micheletufano opened this issue Nov 20, 2018 · 3 comments
Open

Comments

@micheletufano
Copy link

On an app I tested, the process hangs even if all the threads finished generating the mutants.

@micheletufano
Copy link
Author

Just an update: I tested MutAPK on ~60 apps and it happened 2 times on 2 different apps.
It's not high priority, but it would be better to investigate.

@caev03
Copy link
Collaborator

caev03 commented Nov 21, 2018

Are those 2 applications the ones with higher amount of mutants generated ? or maybe the bigger apks ? I am just trying to find common things between those apps.

Can you please send me the apks.

@micheletufano
Copy link
Author

Hi Camilo, no, they are no the ones with the highest number of mutants. They are pretty average.

I'm attaching here the apk and the log file:

As you can see, the log doesn't show any error/exceptions at the end, but the process didn't finish and it was still waiting, so I had to manually kill it (so the next app could start automatically).

I don't remember the second app, I didn't keep the name.

Not sure exactly how we could fix this, but maybe let's check whether there are some good practices for multithreading that avoid this (which is rare anyway).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants