Re: bzr emacs(24.4.50.1) crashes when using auto-revert-tail-mode

2014-06-25 Thread Ken Brown
On 6/20/2014 10:32 AM, Eli Zaretskii wrote: Date: Fri, 20 Jun 2014 15:27:14 +0100 From: Ken Brown Why did you need to step through the Glib code? AFAIU, the file monitor did trigger, so what I would first look at is the data it delivers back to Emacs, not how the monitor works internally. Did

Re: bzr emacs(24.4.50.1) crashes when using auto-revert-tail-mode

2014-06-20 Thread Ken Brown
On 6/20/2014 2:04 PM, Eli Zaretskii wrote: >> Date: Thu, 19 Jun 2014 09:11:37 -0400 >> From: Ken Brown >> >> On 6/18/2014 1:46 PM, Ken Brown wrote: >>> On 6/18/2014 11:06 AM, Filipp Gunbin wrote: I'm not sure whether this is Cygwin-specific, but I'm not able to test it on other OS, so her

Re: bzr emacs(24.4.50.1) crashes when using auto-revert-tail-mode

2014-06-20 Thread Eli Zaretskii
> Date: Thu, 19 Jun 2014 09:11:37 -0400 > From: Ken Brown > > On 6/18/2014 1:46 PM, Ken Brown wrote: > > On 6/18/2014 11:06 AM, Filipp Gunbin wrote: > >> I'm not sure whether this is Cygwin-specific, but I'm not able to test > >> it on other OS, so here are the steps to reproduce: > >> > >> emacs

Re: bzr emacs(24.4.50.1) crashes when using auto-revert-tail-mode

2014-06-19 Thread Filipp Gunbin
On 19/06/2014 17:11 +0400, Ken Brown wrote: > On 6/18/2014 1:46 PM, Ken Brown wrote: > I'm afraid I ran into a brick wall trying to debug this. I wanted to > see what gfile-add-watch was doing, so I ran emacs under gdb with a > breakpoint at Fgfile_add_watch and then a breakpoint at g_file_monito

Re: bzr emacs(24.4.50.1) crashes when using auto-revert-tail-mode

2014-06-19 Thread Filipp Gunbin
Ken, On 18/06/2014 21:46 +0400, Ken Brown wrote: > On 6/18/2014 11:06 AM, Filipp Gunbin wrote: >> C-x C-r > > You mean C-x C-f I did C-x C-r but that should not matter. > >> M-x auto-revert-tail-mode >> wait for few seconds -> emacs crashes > > I can confirm this, but on 32-bit Cygwin only; t

Re: bzr emacs(24.4.50.1) crashes when using auto-revert-tail-mode

2014-06-19 Thread Ken Brown
On 6/18/2014 1:46 PM, Ken Brown wrote: > On 6/18/2014 11:06 AM, Filipp Gunbin wrote: >> I'm not sure whether this is Cygwin-specific, but I'm not able to test >> it on other OS, so here are the steps to reproduce: >> >> emacs -Q >> C-x C-r > > You mean C-x C-f > >> M-x auto-revert-tail-mode >> w

Re: bzr emacs(24.4.50.1) crashes when using auto-revert-tail-mode

2014-06-18 Thread Ken Brown
On 6/18/2014 11:06 AM, Filipp Gunbin wrote: I'm not sure whether this is Cygwin-specific, but I'm not able to test it on other OS, so here are the steps to reproduce: emacs -Q C-x C-r You mean C-x C-f M-x auto-revert-tail-mode wait for few seconds -> emacs crashes I can confirm this, but