[Bug 200479] Re: tc crashed with SIGSEGV in prio_print_opt()won

2008-03-26 Thread Andrew Over
This is a dup of 187227, however, that is marked as a dup of 182840, which seems to be inaccessible to the general public. Not sure what is going with 182840 nor why it is private. -- tc crashed with SIGSEGV in prio_print_opt()won https://bugs.launchpad.net/bugs/200479 You received this bug

[Bug 187227] Re: tc crashed with SIGSEGV in prio_print_opt()

2008-02-28 Thread Andrew Over
*** This bug is a duplicate of bug 182840 *** https://bugs.launchpad.net/bugs/182840 This bug is marked as a dup of 182840, but I do not have permission to view that bug (marking something as a dup of a private bug is not particularly useful). A quick analysis of this bug shows that it stems

[Bug 127850] match operator broken on amd64

2007-07-23 Thread Andrew Over
Public bug reported: The match operator returns an invalid result and fails to correctly set RSTART and RLENGTH on an unsuccessful match. Test case courtesy of Alain Ketterlin on the bug-gnu-utils mailing list at http://lists.gnu.org/archive/html/bug-gnu-utils/2007-07/msg00033.html { r =

[Bug 127850] Re: match operator broken on amd64

2007-07-23 Thread Andrew Over
** Description changed: The match operator returns an invalid result and fails to correctly set - RSTART and RLENGTH on an unsuccessful match. + RSTART and RLENGTH on an empty match. Test case courtesy of Alain Ketterlin on the bug-gnu-utils mailing list at

[Bug 127850] Re: match operator broken on amd64

2007-07-23 Thread Andrew Over
Further examination reveals this to be a problem with the handling of multibyte characters. It was working in my x86 chroot owing to different locale settings. builtin.c has the following: #ifdef MBS_SUPPORT if (gawk_mb_cur_max 1) { t1 = str2wstr(t1,