namndev / QDict

This is an open source Android dictionary application which support 'stardict' format dictionaries.
https://www.namndev.com/2015-05-13-qdict/
84 stars 32 forks source link

App crash when trying to look up in dictionary converted from babylon #12

Open malloboany opened 5 years ago

malloboany commented 5 years ago

I have converted a Babylon dictionary to stardict format by pyglossary library, then I move files to Qdict directory, when I tried to write a word, suggestions came correctly but when I choose word to look up , unfortunately the app crashes :(, maybe it is a native code error.

The logger: ` 03-19 21:18:11.445 23229-23229/com.annie.dictionary A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 23229 (nnie.dictionary)

                                                        [ 03-19 21:18:11.449  2251: 2251 W/         ]
                                                        debuggerd: handling request: pid=23229 uid=10086 gid=10086 tid=23229

03-19 21:18:11.631 23529-23529/? A/DEBUG: 03-19 21:18:11.632 23529-23529/? A/DEBUG: Build fingerprint: 'samsung/a5xeltexx/a5xelte:7.0/NRD90M/A510FXXS7CSA6:user/release-keys' 03-19 21:18:11.632 23529-23529/? A/DEBUG: Revision: '9' 03-19 21:18:11.632 23529-23529/? A/DEBUG: ABI: 'arm' 03-19 21:18:11.632 23529-23529/? A/DEBUG: pid: 23229, tid: 23229, name: nnie.dictionary >>> com.annie.dictionary <<< 03-19 21:18:11.632 23529-23529/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 03-19 21:18:11.632 23529-23529/? A/DEBUG: r0 00000000 r1 00000079 r2 ffffffff r3 e019d3e4 03-19 21:18:11.632 23529-23529/? A/DEBUG: r4 ffa08290 r5 e2357200 r6 00000123 r7 00000000 03-19 21:18:11.632 23529-23529/? A/DEBUG: r8 ffa083d0 r9 ead05400 sl 00000000 fp ffa0835c 03-19 21:18:11.632 23529-23529/? A/DEBUG: ip ec9e7658 sp ffa081e0 lr e9636dd5 pc ec9aeab4 cpsr 400f0030 03-19 21:18:11.637 23529-23529/? A/DEBUG: backtrace: 03-19 21:18:11.637 23529-23529/? A/DEBUG: #00 pc 00050ab4 /system/lib/libc.so (__strchr_chk+3) 03-19 21:18:11.637 23529-23529/? A/DEBUG: #01 pc 007fa28c `

alecksmart commented 5 years ago

I am having the same issue