------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1295 --- Comment #21 from Christian Persch (GNOME) <[email protected]> 2012-10-19 16:43:51 --- (In reply to comment #20) > I am back to do some PCRE work. Christian could you explain me when the mask > must be applied? For all input characters? Or it only applies for the pattern? To each input character for the matching process, but not to the pattern passed to pcre32_compile(). > Btw, at the moment the following pattern crashes on my 64 bit machine (only in > -32 mode): > > /[\P{Any}]/8mWS > > (gdb) bt > #0 find_minlength (code=0x77a7f8, startcode=0x77a7f8, options=536872962, > recurse_depth=0) > at ../pcre-8.32/pcre_study.c:336 > #1 0x0000000000505812 in pcre32_study (external_re=0x77a7c0, options=0, > errorptr=0x7fffffffbf08) > at ../pcre-8.32/pcre_study.c:1421 > #2 0x00000000004066d5 in main (argc=1, argv=0x7fffffffe368) at > ../pcre-8.32/pcretest.c:4242 I'll see if I can find the problem. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
