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

libhoudini.so Error #2

Closed
samsoft00 opened this issue Nov 22, 2014 · 7 comments
Closed

libhoudini.so Error #2

samsoft00 opened this issue Nov 22, 2014 · 7 comments

Comments

@samsoft00
Copy link

Please help, after adding the project as a module and do the requirement, it fail to load pdf, it give error concerning libhoudini.so, what can i do please?

11-22 05:54:40.793 2720-2720/com.samsoft.cbc.studio I/TAG﹕ /storage/emulated/0/wiley-php-5-for-dummies.pdf
11-22 05:54:40.797 2720-2720/com.samsoft.cbc.studio D/dalvikvm﹕ Trying to load lib /data/app-lib/com.samsoft.cbc.studio-1/libmupdf.so 0xa5083288
11-22 05:54:40.805 2720-2720/com.samsoft.cbc.studio W/linker﹕ libhoudini.so has text relocations. This is wasting memory and is a security risk. Please fix.
11-22 05:54:40.873 2720-2720/com.samsoft.cbc.studio A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x000000b4 (code=1), thread 2720 (soft.cbc.studio)

@tekinarslan
Copy link
Owner

Hi,
My library does not contain libhoudini.so, only contain and use libmupdf.so. Do you use x86 intel based device ?Our library only ARM support nowadays. Also,
You must doesnt change library package name

@samsoft00
Copy link
Author

Thanks @tekinarslan i didn't change the library package name, i added it as a module to my project (Mupdflibrary), concerning the device, i'm using genymotion device to run the application. is there a way to solve this? also, how can i load pdf from assets folder using the library.. get Error when i change this.. Environment.getExternalStorageDirectory().getAbsolutePath() + File.separator + filename. Appreciate your help. thanks

@tekinarslan
Copy link
Owner

Genymotion emulator is intel x86 based.when I update library with x86
support, problem will solved. You can not directly read PDF from asset, you
should read it and open pdf from bytes .

On Sat, Nov 22, 2014, 6:26 PM Oyewole S. Abayomi notifications@github.com
wrote:

Thanks @tekinarslan https://github.com/tekinarslan i didn't change the
library package name, i added it as a module to my project (Mupdflibrary),
concerning the device, i'm using genymotion device to run the application.
is there a way to solve this? also, how can i load pdf from assets folder
using the library.. get Error when i change this..
Environment.getExternalStorageDirectory().getAbsolutePath() +
File.separator + filename. Appreciate your help. thanks


Reply to this email directly or view it on GitHub
#2 (comment)
.

@samsoft00
Copy link
Author

Oh, which means i have to wait... okay, Hope to see the x86 support soon. Thanks!

@samsoft00
Copy link
Author

Please, how soon will you add x86 support, can't wait!

@tekinarslan
Copy link
Owner

I compile source and will support x86 tomorrow If any problem can not occur.

@samsoft00
Copy link
Author

I appreciate. Lets me know once its ready!

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