Android News
| Main | Simple Headline |
android-ndk (Google Group)
(2009/9/8 12:26:26)
How to cache SIGBUS signal in my native library?
(2009/9/8 12:26:26)
Hi all,
I wrote some code to cache some signal in my native share library ,
like this:
signal(SIGSEGV, handler);
signal(SIGBUS, handler);
...
I found i can't catch the SIGBUS signal(vm was crashed) in my code
when it was delivered to process, but the
debuggerd process work. If a
execution time : 0.289 sec



