Killeroo / PowerPing

Advanced command-line ping tool
MIT License
196 stars 28 forks source link

Executable file verification hangs on #139

Open bulletproof93 opened 2 months ago

bulletproof93 commented 2 months ago

Hi,

I have raised an issue recently regarding TTL #136. I flicked through the changelog, but cannot see what cause my current issue. My project has method which verifies executable file. In-short, it checks if the file exists and may be ran. Quite strange, but it works with 1.3.4, but when it comes to verification on 1.3.5, it hangs on. I cleaned my local repo cache, I tried with 1.3.5 x86 and still the same. What's more interesting, the same thing happens on 1.3.3.

I cannot find the root cause, so I thought that I can ask about it here. Do you have any suggestions or thoughts?

bulletproof93 commented 2 months ago

Hi,

I found a workaround, but it might be connected to InputStreams in PowerPing itself. To make it pass I had to add a short code which read data via streams. It hangs on without it, so there might be a potential problem in your code that somehow streams are overloaded or anything else.