Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Aborted Pointer tag truncated error #418

Open
anzhi0708 opened this issue Dec 15, 2022 · 2 comments
Open

[Android] Aborted Pointer tag truncated error #418

anzhi0708 opened this issue Dec 15, 2022 · 2 comments

Comments

@anzhi0708
Copy link

IMG_20221215_142904

Pointer tag for 0x76ca5e1860 was truncated.

  • Java version
    openjdk 17

  • Python version
    3.10

  • uname -a
    Linux localhost 4.14.180-perf+ #2 SMP PREEMPT Fri Oct 21 23:24:28 CST 2022 aarch64 Android

@combacsa
Copy link
Contributor

Could you provide a way to reproduce your problem? It's my first time seeing uname -a prints out aarch64 Android. I have several Android smartphones, but I'm not so sure the exact way to reproduce this.

재현방법이 어떻게 될까요? 제가 안드로이드 네이티브 개발환경에 익숙하지 않아서, 어떤 어떤 절차를 거치면 비슷한 환경을 재현할 수 있을지 정보를 조금 더 주시면 해결 방법을 찾기 시작할 수 있을 것 같습니다.

@anzhi0708
Copy link
Author

구글 검색을 해봤는데 Android API 버전의 문제일 수 있고, openjdk 개발자의 legacy code 의 문제(32-bit -> 64-bit 때)가 일 수도 있다는 생각 들었습니다. 개발 환경의 부분에서는 Termux를 사용하고 있는데, pip install konlpy 그리고 from konlpy.tag import Kkma; kkma = KKma() 객체를 구조하기 시도하면 break하게 됩니다. 그냥 간단하게 사용방법 소개에 따라서 패키지를 설치해서, Kkma 유형을 import 한 후 객체를 구조하려고 했는데 그때가 되면 생길 문제입니다. konlpy의 문제가 아닐 수가 있습니다.

image

구체적으로 저도 개발자가 아니라서 그냥 취미로 한국어를, 그리고 파이썬을 배우고 있는거라서 잘 모르겠습니다. Termux를 해보는 의향이 있으시면 F-droid를 통해서 설치하시면 됩니다. Java로 개발된 일종의 Linux simulator인 것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants