зеркало из https://github.com/mozilla/pjs.git
Bug 743766 - Handle IllegalArgumentException in RedirOutputThread. r=ctalbert, a=test-only
This commit is contained in:
Родитель
f4dd0e8abc
Коммит
f112513ee8
|
@ -137,6 +137,11 @@ public class RedirOutputThread extends Thread
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
catch (java.lang.IllegalArgumentException e)
|
||||||
|
{
|
||||||
|
// Bug 743766: InputStream.available() unexpectedly throws this sometimes
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pProc.destroy();
|
pProc.destroy();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче