------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1335 --- Comment #5 from Zoltan Herczeg <[email protected]> 2013-01-26 10:45:11 --- (In reply to comment #4) > Created an attachment (id=605) --> (http://bugs.exim.org/attachment.cgi?id=605) [details] > Terminal output from gdb session > Thanks. It seems the segfault happens when the input is read. The rbx contains the current input position on x86-64. Could you try "x/8cb $rbx-4" This will print 8 characters from current input position - 4. And also the $pc-64 does not work, as the segfault happened at 0x00000001001e2d30, and the dump starts from that address instead 0x00000001001e2d30-64. Perhaps the spaces around the binary operators confuses the mac? -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
