Auteur: Dvir L Date: À: pcre-dev Sujet: [pcre-dev] signal 7 (code 1) (Invalid address alignment) on 32bit
device
Hello,
I'm using pcre 8.34 on a 32 bit Android device.
When calling pcre_compile , with a pattern that contains "{1}" , I'm
getting -
signal 7 (code 1) (Invalid address alignment).
It works fine on 64 bit device or without the "{1}" within the pattern.
Any help would be appreciated !