Closed Bug 777702 Opened 12 years ago Closed 12 years ago

need NSS tests workaround because kill -USR1 not working on Android 2.3.7

Categories

(NSS :: Test, defect)

3.14
ARM
Android
defect
Not set
normal

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.
the numerical value should work.
kill -s 10
kill -s USR1
kill -10
kill -USR1

none worked


As a temporary measure I'm using an unlean kill (TERM).
On Android 4, kill -USR1 works fine.
(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
Given that it works on newer Android, maybe we don't need to fix this bug.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.