[pcre-dev] [Bug 1437] Using PCRE-8.34 on x86-64 Linux with …

Top Page
Delete this message
Author: Shlomi Fish
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1437] Using PCRE-8.34 on x86-64 Linux with --enable-jit and --enable-utf , grep -iP '^S' gets stuck on a binary file consuming a lot of CPU for many seconds
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1437




--- Comment #9 from Shlomi Fish <shlomif@???> 2014-01-24 07:00:36 ---
Created an attachment (id=685)
--> (http://bugs.exim.org/attachment.cgi?id=685)
gdb output with the new cmds.gdb

This is the output with this cmds.gdb:

[QUOTE]

set args -iP '^S' ~/conf/bugs/gnu-grep/1.dat
r
display/x $rax
display/x $rbx
display/x $r15
display/i $pc
while (1)
    # disassemble $pc-64,$pc+64
    si
end


[/QUOTE]

This is per Zoltan’s request.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email