-
Notifications
You must be signed in to change notification settings - Fork 645
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
AndroidBitmap_lockPixels() failed ! error=-3 #21
Comments
Hmm, looks like -3 from lockPixels is Can you give a little more information about your environment? What bitmap, what android version, device/emulator, etc? |
I'm working on my Nexus 5 on 4.4.2. Thanks. |
I have the same problem on
|
The Implementation using native threads works at least as fast, and this error does not occur: blur.c |
Hi,
I get an "AndroidBitmap_lockPixels() failed ! error=-3" randomly
with "Fatal signal 11 (SIGSEGV) at 0x41609c6c (code=2), thread 15102 (pool-2-thread-3)"
I tried to catch this error but no way for the moment ?
Is there a solution ?
Thank you.
The text was updated successfully, but these errors were encountered: