Re: hg diff getting slower ? (Debian GNU/linux kernel 4.7.0-1)

2017-01-27 Thread Gregory Szorc
On Fri, Jan 27, 2017 at 6:55 AM, ISHIKAWA,chiaki wrote: > On 2017/01/10 8:37, Gregory Szorc wrote: > >> On Sat, Jan 7, 2017 at 9:31 AM, ISHIKAWA,chiaki > > wrote: >> >> Hi, >> >> I have used hg (mercurial) satisfactorily until about a month ago or >> so. >>

Re: hg diff getting slower ? (Debian GNU/linux kernel 4.7.0-1)

2017-01-27 Thread ISHIKAWA,chiaki
On 2017/01/10 8:37, Gregory Szorc wrote: On Sat, Jan 7, 2017 at 9:31 AM, ISHIKAWA,chiaki mailto:ishik...@yk.rim.or.jp>> wrote: Hi, I have used hg (mercurial) satisfactorily until about a month ago or so. Somehow hg diff has become very slow. I am using it on two Debian GNU/Linux

Re: Strange crash under Debian: sftkdb_fixupTemplateOut => __memset_sse2_unaligned_erms

2017-01-27 Thread ISHIKAWA,chiaki
Sorry for top-posting, but It turns out a few added patch lines to address the changes in the code in December were causing the issue. I figured out the issue. In the code, unsigned long value was assigned (-1) to indicate an invalid value. [I think it is not a great coding practice, but I