unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1644: 23.0.60; Emacs client loops
@ 2008-12-19 23:31 Lennart Borgman (gmail)
  2008-12-20  1:26 ` Jason Rumney
  2008-12-24 11:05 ` bug#1644: marked as done (23.0.60; Emacs client loops) Emacs bug Tracking System
  0 siblings, 2 replies; 7+ messages in thread
From: Lennart Borgman (gmail) @ 2008-12-19 23:31 UTC (permalink / raw)
  To: emacs-pretest-bug

With a fresh checkout from today Emacs client seems to loop. I do not
know exactly what happens but I get a lot of message boxes saying
"Emacsclient ERROR" from it. Sometimes I am able to reboot, sometimes I
have to turn off the computer power.

emacsclientw.exe is called with only the file name as a parameter when
this happens.

Sorry for not giving more information right now, but it is a bit
cumbersome to collect it.

I do not see this error when I use an emacs + emacs client built 2008-11-24.



In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-12-19
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1644: 23.0.60; Emacs client loops
  2008-12-19 23:31 bug#1644: 23.0.60; Emacs client loops Lennart Borgman (gmail)
@ 2008-12-20  1:26 ` Jason Rumney
  2008-12-20  1:43   ` Lennart Borgman
  2008-12-24 11:05 ` bug#1644: marked as done (23.0.60; Emacs client loops) Emacs bug Tracking System
  1 sibling, 1 reply; 7+ messages in thread
From: Jason Rumney @ 2008-12-20  1:26 UTC (permalink / raw)
  To: Lennart Borgman (gmail), 1644; +Cc: emacs-pretest-bug

Lennart Borgman (gmail) wrote:
> Sorry for not giving more information right now, but it is a bit
> cumbersome to collect it.
>   

Pertinent information would be whether you have applied your usual patches.

I cannot reproduce the problem here, having tried both with and without 
Emacs running.







^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1644: 23.0.60; Emacs client loops
  2008-12-20  1:26 ` Jason Rumney
@ 2008-12-20  1:43   ` Lennart Borgman
  2008-12-24 10:48     ` Lennart Borgman
  0 siblings, 1 reply; 7+ messages in thread
From: Lennart Borgman @ 2008-12-20  1:43 UTC (permalink / raw)
  To: Jason Rumney; +Cc: emacs-pretest-bug, 1644

On Sat, Dec 20, 2008 at 2:26 AM, Jason Rumney <jasonr@f2s.com> wrote:
> Lennart Borgman (gmail) wrote:
>>
>> Sorry for not giving more information right now, but it is a bit
>> cumbersome to collect it.
>>
>
> Pertinent information would be whether you have applied your usual patches.

This is without any patches (otherwise I would have said so).

> I cannot reproduce the problem here, having tried both with and without
> Emacs running.

I can reproduce it, but I have only done it using the Firefox add-on
"It's All Text" so far. I have no recipe starting from "emacs -Q", but
I thought that this must be a rather big bug.






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1644: 23.0.60; Emacs client loops
  2008-12-20  1:43   ` Lennart Borgman
@ 2008-12-24 10:48     ` Lennart Borgman
  2008-12-24 10:59       ` Jason Rumney
  0 siblings, 1 reply; 7+ messages in thread
From: Lennart Borgman @ 2008-12-24 10:48 UTC (permalink / raw)
  To: Jason Rumney; +Cc: emacs-pretest-bug, 1644

On Sat, Dec 20, 2008 at 2:43 AM, Lennart Borgman
<lennart.borgman@gmail.com> wrote:
> On Sat, Dec 20, 2008 at 2:26 AM, Jason Rumney <jasonr@f2s.com> wrote:
>> Lennart Borgman (gmail) wrote:
>>>
>>> Sorry for not giving more information right now, but it is a bit
>>> cumbersome to collect it.
>>>
>>
>> Pertinent information would be whether you have applied your usual patches.
>
> This is without any patches (otherwise I would have said so).
>
>> I cannot reproduce the problem here, having tried both with and without
>> Emacs running.
>
> I can reproduce it, but I have only done it using the Firefox add-on
> "It's All Text" so far. I have no recipe starting from "emacs -Q", but
> I thought that this must be a rather big bug.

I am not sure yet, but I believe this might have been a problem with
the Firefox add-on. I contacted the author. He did not reply, but he
uploaded a new version. With this new version and a new Emacs I can no
longer reproduce the problem. (Please notice however that I have also
built a new Emacs today.)






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1644: 23.0.60; Emacs client loops
  2008-12-24 10:48     ` Lennart Borgman
@ 2008-12-24 10:59       ` Jason Rumney
  2008-12-24 11:02         ` Lennart Borgman
  0 siblings, 1 reply; 7+ messages in thread
From: Jason Rumney @ 2008-12-24 10:59 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: emacs-pretest-bug, 1644-done

Lennart Borgman wrote:
> I am not sure yet, but I believe this might have been a problem with
> the Firefox add-on.

This is likely, given that emacsclient does not create any threads, and 
MessageBox (the windows api call used for displaying messages when not 
running at the command line) does not return until you dismiss the 
dialog. So if multiple emacsclient error dialogs are appearing on the 
screen at once as your report described, then there must be multiple 
instances running.








^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1644: 23.0.60; Emacs client loops
  2008-12-24 10:59       ` Jason Rumney
@ 2008-12-24 11:02         ` Lennart Borgman
  0 siblings, 0 replies; 7+ messages in thread
From: Lennart Borgman @ 2008-12-24 11:02 UTC (permalink / raw)
  To: Jason Rumney; +Cc: emacs-pretest-bug, 1644-done

On Wed, Dec 24, 2008 at 11:59 AM, Jason Rumney <jasonr@f2s.com> wrote:
> Lennart Borgman wrote:
>>
>> I am not sure yet, but I believe this might have been a problem with
>> the Firefox add-on.
>
> This is likely, given that emacsclient does not create any threads, and
> MessageBox (the windows api call used for displaying messages when not
> running at the command line) does not return until you dismiss the dialog.
> So if multiple emacsclient error dialogs are appearing on the screen at once
> as your report described, then there must be multiple instances running.

Yes, I can confirm that this was the case. I was able to see that in
some further tests (where my pc was not completely blocked).






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#1644: marked as done (23.0.60; Emacs client loops)
  2008-12-19 23:31 bug#1644: 23.0.60; Emacs client loops Lennart Borgman (gmail)
  2008-12-20  1:26 ` Jason Rumney
@ 2008-12-24 11:05 ` Emacs bug Tracking System
  1 sibling, 0 replies; 7+ messages in thread
From: Emacs bug Tracking System @ 2008-12-24 11:05 UTC (permalink / raw)
  To: Jason Rumney

[-- Attachment #1: Type: text/plain, Size: 848 bytes --]


Your message dated Wed, 24 Dec 2008 18:59:55 +0800
with message-id <4952162B.6040403@f2s.com>
and subject line Re: bug#1644: 23.0.60; Emacs client loops
has caused the Emacs bug report #1644,
regarding 23.0.60; Emacs client loops
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
1644: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1644
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3173 bytes --]

From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; Emacs client loops
Date: Sat, 20 Dec 2008 00:31:36 +0100
Message-ID: <494C2ED8.5030005@gmail.com>

With a fresh checkout from today Emacs client seems to loop. I do not
know exactly what happens but I get a lot of message boxes saying
"Emacsclient ERROR" from it. Sometimes I am able to reboot, sometimes I
have to turn off the computer power.

emacsclientw.exe is called with only the file name as a parameter when
this happens.

Sorry for not giving more information right now, but it is a bit
cumbersome to collect it.

I do not see this error when I use an emacs + emacs client built 2008-11-24.



In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-12-19
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'



[-- Attachment #3: Type: message/rfc822, Size: 3353 bytes --]

From: Jason Rumney <jasonr@f2s.com>
To: Lennart Borgman <lennart.borgman@gmail.com>
Cc: 1644-done@emacsbugs.donarmstrong.com, emacs-pretest-bug@gnu.org
Subject: Re: bug#1644: 23.0.60; Emacs client loops
Date: Wed, 24 Dec 2008 18:59:55 +0800
Message-ID: <4952162B.6040403@f2s.com>

Lennart Borgman wrote:
> I am not sure yet, but I believe this might have been a problem with
> the Firefox add-on.

This is likely, given that emacsclient does not create any threads, and 
MessageBox (the windows api call used for displaying messages when not 
running at the command line) does not return until you dismiss the 
dialog. So if multiple emacsclient error dialogs are appearing on the 
screen at once as your report described, then there must be multiple 
instances running.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-12-24 11:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-19 23:31 bug#1644: 23.0.60; Emacs client loops Lennart Borgman (gmail)
2008-12-20  1:26 ` Jason Rumney
2008-12-20  1:43   ` Lennart Borgman
2008-12-24 10:48     ` Lennart Borgman
2008-12-24 10:59       ` Jason Rumney
2008-12-24 11:02         ` Lennart Borgman
2008-12-24 11:05 ` bug#1644: marked as done (23.0.60; Emacs client loops) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).