GNU bug report logs -
#24515
25.1; [w32] grep cause dead lock?
Previous Next
Reported by: "vzex1111" <vzex1111 <at> gmail.com>
Date: Fri, 23 Sep 2016 05:34:02 UTC
Severity: normal
Tags: fixed
Found in version 25.1
Fixed in version 25.3
Done: Noam Postavsky <npostavs <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 24515 in the body.
You can then email your comments to 24515 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24515
; Package
emacs
.
(Fri, 23 Sep 2016 05:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"vzex1111" <vzex1111 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 23 Sep 2016 05:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
I use grep-find function to grep something, and it sometimes cause emacs
no response, version is 25.1, 24.5 has no problem.
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24515
; Package
emacs
.
(Fri, 23 Sep 2016 06:17:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 24515 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
emacs version : i686 x64 windows 25.1
2016-09-23
vzex1111
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24515
; Package
emacs
.
(Fri, 23 Sep 2016 09:57:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 24515 <at> debbugs.gnu.org (full text, mbox):
> How about if we install this with a user option, off by default, that
> switches to the new format when turned on?
This sounds sensible, but I'm not sure whether it's worth complicating
the patch by adding checks for this new user option in `eval.c`,
`debug.el` and `edebug.el`.
> Then we could collect user experience for some time, and make this the
> default if everyone likes it.
How do you plan on informing and surveying users? Would a discussion on
emacs-devel be the way to do this or do you have something different in
mind?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24515
; Package
emacs
.
(Fri, 23 Sep 2016 10:07:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 24515 <at> debbugs.gnu.org (full text, mbox):
> Date: Fri, 23 Sep 2016 11:55:41 +0200
> From: Vasilij Schneidermann <v.schneidermann <at> gmail.com>
> Cc: Clément Pit--Claudel <clement.pit <at> gmail.com>
>
> > How about if we install this with a user option, off by default, that
> > switches to the new format when turned on?
>
> This sounds sensible, but I'm not sure whether it's worth complicating
> the patch by adding checks for this new user option in `eval.c`,
> `debug.el` and `edebug.el`.
It's a complication, sure. But it doesn't sound too complicated, and
given the fears of breaking someone's code, I think it's justified.
> > Then we could collect user experience for some time, and make this the
> > default if everyone likes it.
>
> How do you plan on informing and surveying users? Would a discussion on
> emacs-devel be the way to do this or do you have something different in
> mind?
I thought just watching the discussions and the bug tracker would be
enough. Then, a couple of releases from now, we could ask whether
making it the default would be okay, and see how people react.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24515
; Package
emacs
.
(Fri, 23 Sep 2016 13:26:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 24515 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2016-09-23 05:55, Eli Zaretskii <eliz <at> gnu.org> wrote:
> How about if we install this with a user option, off by default, that
> switches to the new format when turned on?
I like this idea :) In that case, we should probably mention the options in NEWS, adding a note that code should be updated.
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24515
; Package
emacs
.
(Fri, 23 Sep 2016 16:35:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 24515 <at> debbugs.gnu.org (full text, mbox):
>>>>> "CP" == Clément Pit--Claudel <clement.pit <at> gmail.com> writes:
PC> On 2016-09-23 05:55, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> How about if we install this with a user option, off by default, that
>> switches to the new format when turned on?
CP> I like this idea :) In that case, we should probably mention the options
PC> in NEWS, adding a note that code should be updated.
I third the appreciation of having a user option.
--
John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24515
; Package
emacs
.
(Tue, 05 Jun 2018 23:49:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 24515 <at> debbugs.gnu.org (full text, mbox):
found 24515 25.1
retitle 24515 25.1; [w32] grep cause dead lock?
tags 24515 + moreinfo
quit
"vzex1111" <vzex1111 <at> gmail.com> writes:
> I use grep-find function to grep something, and it sometimes cause emacs
> no response, version is 25.1, 24.5 has no problem.
> emacs version : i686 x64 windows 25.1
> 2016-09-23
Does this still happen in Emacs 26? What version of grep do you use?
Does the string you're grepping for matter? Do the file names matter?
Can you reproduce this from 'emacs -Q'?
bug Marked as found in versions 25.1.
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 05 Jun 2018 23:49:02 GMT)
Full text and
rfc822 format available.
Changed bug title to '25.1; [w32] grep cause dead lock?' from '[25.1]grep cause dead lock?'
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 05 Jun 2018 23:49:02 GMT)
Full text and
rfc822 format available.
Added tag(s) moreinfo.
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Tue, 05 Jun 2018 23:49:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24515
; Package
emacs
.
(Wed, 06 Jun 2018 21:48:01 GMT)
Full text and
rfc822 format available.
Message #32 received at 24515 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
tags 24515 fixed
close 24515 25.3
quit
[Message part 2 (message/rfc822, inline)]
PGh0bWw+DQo8aGVhZD4NCiAgICA8bWV0YSBodHRwLWVxdWl2PSdDb250ZW50LVR5cGUnIGNvbnRl
bnQ9J3RleHQvaHRtbDsgY2hhcnNldD1VVEYtOCc+DQo8L2hlYWQ+DQo8Ym9keT4NCjxzdHlsZT4N
CiAgICBmb250ew0KICAgICAgICBsaW5lLWhlaWdodDogMS42Ow0KICAgIH0NCiAgICB1bCxvbHsN
CiAgICAgICAgcGFkZGluZy1sZWZ0OiAyMHB4Ow0KICAgICAgICBsaXN0LXN0eWxlLXBvc2l0aW9u
OiBpbnNpZGU7DQogICAgfQ0KPC9zdHlsZT4NCjxkaXYgc3R5bGUgPSAnZm9udC1mYW1pbHk6IuW+
rui9r+mbhem7kSI7IGxpbmUtaGVpZ2h0OjEuNjsnPg0KICAgIDxkaXY+CjxkaXY+PHNwYW4+YWN0
dWFsbHksIGluIHRoZSB2ZXJzaW9uIDI1LjMuMSwgdGhlIGZ1bmN0aW9uIHdvcmsgd2VsbCBhZ2Fp
biAuPC9zcGFuPjwvZGl2Pgo8ZGl2PjxzcGFuPjxicj48L3NwYW4+PC9kaXY+CjxkaXY+PHNwYW4+
PGJyPjwvc3Bhbj48L2Rpdj4KPGRpdiBpZD0ibnRlcy1wY21haWwtc2lnbmF0dXJlIiBzdHlsZT0i
Zm9udC1mYW1pbHk6J+W+rui9r+mbhem7kSciPgogICAgPHN0eWxlIHR5cGU9InRleHQvY3NzIj4K
ICAgICAgICBhI250ZXMtcGNtYWlsLXNpZ25hdHVyZS1kZWZhdWx0OmhvdmVyIHsKICAgICAgICAg
ICAgdGV4dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU7CiAgICAgICAgICAgIGNvbG9yOiAjMTk5Y2Zm
OwogICAgICAgICAgICBjdXJzb3I6IHBvaW50ZXI7CiAgICAgICAgfQogICAgICAgIGEjbnRlcy1w
Y21haWwtc2lnbmF0dXJlLWRlZmF1bHQ6YWN0aXZlIHsKICAgICAgICAgICAgdGV4dC1kZWNvcmF0
aW9uOiB1bmRlcmxpbmU7CiAgICAgICAgICAgIGNvbG9yOiAjMjQ2ZmNlOwogICAgICAgICAgICBj
dXJzb3I6IHBvaW50ZXI7CiAgICAgICAgfQogICAgPC9zdHlsZT4KCiAgICAgICAgICAgICAgICA8
Zm9udCBzdHlsZT0icGFkZGluZzogMDsgbWFyZ2luOjA7Ij4KICAgICAgICAgICAgICAgICAgICA8
ZGl2IGlkPSJudGVzLXBjbWFpbC1zaWduYXR1cmUtZGVmYXVsdCIgc3R5bGU9ImZvbnQtc2l6ZTox
NHB4OyBjb2xvcjojMDAwOyB0ZXh0LWRlY29yYXRpb246IG5vbmU7Ij7lj5Hoh6rnvZHmmJPpgq7n
rrHlpKfluIg8L2Rpdj4gICAgICAgICAgICAgICAgPC9mb250PgoKPC9kaXY+PC9kaXY+PGRpdiBj
bGFzcz0iSi1yZXBseSIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6I2YyZjJmMjtjb2xvcjpibGFj
aztwYWRkaW5nLXRvcDo2cHg7cGFkZGluZy1ib3R0b206NnB4O2JvcmRlci1yYWRpdXM6M3B4Oy1t
b3otYm9yZGVyLXJhZGl1czozcHg7LXdlYmtpdC1ib3JkZXItcmFkaXVzOjNweDttYXJnaW4tdG9w
OjQ1cHg7bWFyZ2luLWJvdHRvbToyMHB4O2ZvbnQtZmFtaWx5Oiflvq7ova/pm4Xpu5EnOyI+CiAg
ICA8ZGl2IHN0eWxlPSJmb250LXNpemU6MTJweDtsaW5lLWhlaWdodDoxLjU7d29yZC1icmVhazpi
cmVhay1hbGw7bWFyZ2luLWxlZnQ6MTBweDttYXJnaW4tcmlnaHQ6MTBweCI+T24gPHNwYW4gY2xh
c3M9Im1haWwtZGF0ZSI+Ni82LzIwMTggMDc6NDg8L3NwYW4+77yMPGEgY2xhc3M9Im1haWwtdG8i
IHN0eWxlPSJ0ZXh0LWRlY29yYXRpb246bm9uZTtjb2xvcjojMmE4M2YyOyIgaHJlZj0ibWFpbHRv
Om5wb3N0YXZzQGdtYWlsLmNvbSI+Tm9hbSBQb3N0YXZza3kmbHQ7bnBvc3RhdnNAZ21haWwuY29t
Jmd0OzwvYT4gd3JvdGXvvJogPC9kaXY+CjwvZGl2Pgo8YmxvY2txdW90ZSBpZD0ibnRlcy1wY21h
aWwtcXVvdGUiIHN0eWxlPSJtYXJnaW46IDA7IHBhZGRpbmc6IDA7IGZvbnQtc2l6ZTogMTRweDsg
Zm9udC1mYW1pbHk6ICflvq7ova/pm4Xpu5EnOyI+CmZvdW5kIDI0NTE1IDI1LjE8YnI+cmV0aXRs
ZSAyNDUxNSAyNS4xOyBbdzMyXSBncmVwIGNhdXNlIGRlYWQgbG9jaz88YnI+dGFncyAyNDUxNSAr
IG1vcmVpbmZvPGJyPnF1aXQ8YnI+PGJyPiJ2emV4MTExMSIgJmx0O3Z6ZXgxMTExQGdtYWlsLmNv
bSZndDsgd3JpdGVzOjxicj4gIDxicj4gPGJsb2NrcXVvdGUgY2xhc3M9Im1tYnFjMSI+SSB1c2Ug
Z3JlcC1maW5kIGZ1bmN0aW9uIHRvIGdyZXAgc29tZXRoaW5nLCBhbmQgaXQgc29tZXRpbWVzIGNh
dXNlIGVtYWNzPGJyPiBubyByZXNwb25zZSwgdmVyc2lvbiBpcyAyNS4xLCAyNC41IGhhcyBubyBw
cm9ibGVtLjxicj4gIDwvYmxvY2txdW90ZT48YnI+IDxibG9ja3F1b3RlIGNsYXNzPSJtbWJxYzEi
PmVtYWNzIHZlcnNpb24gOiBpNjg2IHg2NCB3aW5kb3dzIDI1LjE8YnI+IDIwMTYtMDktMjM8YnI+
PC9ibG9ja3F1b3RlPjxicj5Eb2VzIHRoaXMgc3RpbGwgaGFwcGVuIGluIEVtYWNzIDI2PyAmbmJz
cDtXaGF0IHZlcnNpb24gb2YgZ3JlcCBkbyB5b3UgdXNlPzxicj5Eb2VzIHRoZSBzdHJpbmcgeW91
J3JlIGdyZXBwaW5nIGZvciBtYXR0ZXI/ICZuYnNwO0RvIHRoZSBmaWxlIG5hbWVzIG1hdHRlcj88
YnI+Q2FuIHlvdSByZXByb2R1Y2UgdGhpcyBmcm9tICdlbWFjcyAtUSc/PGJyPjwvYmxvY2txdW90
ZT48IS0t8J+YgC0tPg0KPC9kaXY+DQo8L2JvZHk+DQo8L2h0bWw+
Added tag(s) fixed.
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Wed, 06 Jun 2018 21:48:02 GMT)
Full text and
rfc822 format available.
bug marked as fixed in version 25.3, send any further explanations to
24515 <at> debbugs.gnu.org and "vzex1111" <vzex1111 <at> gmail.com>
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Wed, 06 Jun 2018 21:48:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#24515
; Package
emacs
.
(Wed, 06 Jun 2018 21:52:01 GMT)
Full text and
rfc822 format available.
Message #39 received at 24515 <at> debbugs.gnu.org (full text, mbox):
tags 24515 - moreinfo
quit
> From: vzex1111 <vzex1111 <at> gmail.com>
> Subject: Re: bug#24515: [25.1]grep cause dead lock?
> To: Noam Postavsky <npostavs <at> gmail.com>
> Date: Wed, 6 Jun 2018 09:40:59 +0800 (20 hours, 8 minutes, 18 seconds ago)
>
> PGh0bWw+DQo8aGVhZD4NCiAgICA8bWV0YSBodHRwLWVxdWl2PSdDb250ZW50LVR5cGUnIGNvbnRl
Hmm, that forwarding didn't work out. It was supposed to say:
actually, in the version 25.3.1, the function work well again .
Removed tag(s) moreinfo.
Request was from
Noam Postavsky <npostavs <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Wed, 06 Jun 2018 21:52:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 05 Jul 2018 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.