Closed
Bug 777702
Opened 14 years ago
Closed 13 years ago
need NSS tests workaround because kill -USR1 not working on Android 2.3.7
Categories
(NSS :: Test, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: KaiE, Unassigned)
References
Details
I'm following the instructions from bug 772144 and test on Android 2.3.7 (CM 7.2.0).
Unfortunately the "clean kill" attempt performed by the test suite, which uses "kill -USR1" doesn't work. selfserv never gets the signal. Using the numerical value (kill -10) doesn't help either.
Comment 1•14 years ago
|
||
the numerical value should work.
| Reporter | ||
Comment 2•14 years ago
|
||
kill -s 10
kill -s USR1
kill -10
kill -USR1
none worked
As a temporary measure I'm using an unlean kill (TERM).
| Reporter | ||
Comment 3•14 years ago
|
||
On Android 4, kill -USR1 works fine.
Comment 4•14 years ago
|
||
(In reply to Kai Engert (:kaie) from comment #3)
> On Android 4, kill -USR1 works fine.
CM? Because on stock android, iirc, it doesn't, you need to use the numericals
| Reporter | ||
Comment 5•13 years ago
|
||
Given that it works on newer Android, maybe we don't need to fix this bug.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•