OSDN Git Service

libdvm should block SIGPIPE like the RI does.
authorElliott Hughes <enh@google.com>
Wed, 21 Aug 2013 20:10:37 +0000 (13:10 -0700)
committerElliott Hughes <enh@google.com>
Wed, 21 Aug 2013 20:10:37 +0000 (13:10 -0700)
commit8723464b85290c1b348bf3e29d06e6d0a291fd4c
tree6dc130a1e1b4c7ba42d78e8978ac954a0caeae24
parent32f79fd8c258b7afbf419ba31a81b4e391a73b17
libdvm should block SIGPIPE like the RI does.

Normally AndroidRuntime.cpp patches over this lapse, but that means
that tests run by vogar or any other kind of "bare" VM doesn't handle
SIGPIPE correctly. I'll remove the workaround from AndroidRuntime.cpp.

Bug: 10211309
Change-Id: I51380486867af011d58ddbefbdef8d120f736ad9
vm/Init.cpp