GNU bug report logs -
#2753
23.0.91; Hang with psvn.el
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2753 in the body.
You can then email your comments to 2753 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2753
; Package
emacs
.
(Mon, 23 Mar 2009 14:05:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Abrahams <dave <at> boostpro.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 23 Mar 2009 14:05:06 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.
Your bug report will be posted to the emacs-pretest-bug <at> gnu.org mailing list.
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
I have a subversion working copy that, when visited with `M-x
svn-status', if I do `U', Emacs hangs. `ps waux | grep svn' in the
shell shows that no subversion process is running.
I'm using psvn.el 34661 2008-12-10 19:42:22Z xsteve
If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Emacs.app/Contents/Resources/etc/DEBUG for instructions.
In GNU Emacs 23.0.91.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43)
of 2009-03-05 on black.local
Windowing system distributor `Apple', version 10.3.949
configured using `configure '--with-ns''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: nil
value of $XMODIFIERS: nil
locale-coding-system: nil
default-enable-multibyte-characters: t
Major mode: Lisp Interaction
Minor modes in effect:
show-paren-mode: t
server-mode: t
global-auto-revert-mode: t
delete-selection-mode: t
tooltip-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
M-x r e p o r <tab> <return>
Recent messages:
Loading /Users/dave/elisp/custom...done
Loading /Users/dave/elisp/config.d/global-keybindings...done
Loading /Users/dave/elisp/config.d/mailcrypt-config...done
Loading /Users/dave/elisp/config.d/manual-autoloads...done
Loading /Users/dave/elisp/config.d/more-init...done
Loading /Users/dave/elisp/config.d/my-loaddefs...done
Loading /Users/dave/elisp/config.d/window-splitting...done
Loading /Users/dave/elisp/autoload.d/lisp-mode-setup...done
Loading /Users/dave/elisp/init.el (source)...done
For information about GNU Emacs and the GNU system, type C-h C-a.
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2753
; Package
emacs
.
(Mon, 23 Mar 2009 15:30:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Stefan Monnier <monnier <at> IRO.UMontreal.CA>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 23 Mar 2009 15:30:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 2753 <at> emacsbugs.donarmstrong.com (full text, mbox):
> I have a subversion working copy that, when visited with `M-x
> svn-status', if I do `U', Emacs hangs. `ps waux | grep svn' in the
> shell shows that no subversion process is running.
By "hang" do you mean that you have to kill it, or does C-g bring it
back to life?
If C-g brings it back to life, then please enable "Options => Enter
Debugger on Quit/C-g", reproduce then problem and show us the backtrace
you (hopefully) get when you then hit C-g.
If it doesn't, then please run your Emacs under GDB (starting in the
emacs/src directory) and when Emacs hangs, do C-z to get back into the
debugger and type "xbacktrace" (as well as "bt") to show us the
Lisp stack.
Stefan
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2753
; Package
emacs
.
(Mon, 23 Mar 2009 16:10:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
David Abrahams <dave <at> boostpro.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 23 Mar 2009 16:10:05 GMT)
Full text and
rfc822 format available.
Message #15 received at 2753 <at> emacsbugs.donarmstrong.com (full text, mbox):
on Mon Mar 23 2009, Stefan Monnier <monnier-AT-IRO.UMontreal.CA> wrote:
>> I have a subversion working copy that, when visited with `M-x
>> svn-status', if I do `U', Emacs hangs. `ps waux | grep svn' in the
>> shell shows that no subversion process is running.
>
> By "hang" do you mean that you have to kill it, or does C-g bring it
> back to life?
Have to kill it.
> If C-g brings it back to life, then please enable "Options => Enter
> Debugger on Quit/C-g", reproduce then problem and show us the backtrace
> you (hopefully) get when you then hit C-g.
>
> If it doesn't, then please run your Emacs under GDB (starting in the
> emacs/src directory) and when Emacs hangs, do C-z to get back into the
> debugger and type "xbacktrace" (as well as "bt") to show us the
> Lisp stack.
I'll remember that for next time; apparently Stefan Reichör's February
fix to psvn fixed my problem.
Thanks for your response.
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
bug reassigned from package `emacs' to `emacs,ns'.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Tue, 24 Mar 2009 00:50:03 GMT)
Full text and
rfc822 format available.
Tags added: moreinfo
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Tue, 24 Mar 2009 00:50:03 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to David Abrahams <dave <at> boostpro.com>
Request was from
Glenn Morris <rgm+emacsbugs <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Wed, 17 Jun 2009 21:00:04 GMT)
Full text and
rfc822 format available.
Forcibly Merged 2753 2754.
Request was from
Glenn Morris <rgm+emacsbugs <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Wed, 17 Jun 2009 21:00:04 GMT)
Full text and
rfc822 format available.
Removed tag(s) moreinfo.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Wed, 02 Sep 2009 00:35:04 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to David Abrahams <dave <at> boostpro.com>
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Wed, 02 Sep 2009 00:35:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Wed, 30 Sep 2009 14:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 years and 269 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.