unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 8265@debbugs.gnu.org
Subject: bug#8265: 24.0.50; windows emacs hanging calling svn
Date: Wed, 16 Mar 2011 19:00:53 -0400	[thread overview]
Message-ID: <sv7hbyn00q.fsf@tbox.wtc.algo> (raw)
In-Reply-To: <83lj0epvll.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 17 Mar 2011 00:08:06 +0200")

> * Eli Zaretskii <ryvm@tah.bet> [2011-03-17 00:08:06 +0200]:
>
>> Debugger entered--Lisp error: (error "Running svn status -v foo.cpp...FAILED (status 1)")
>
> I don't use svn; what kind of text is that command supposed to output?
> E.g., what does it show if you run it from the command prompt under
> the same conditions?

for a modified file:
--------------------------
M            11693    11346 sds          foo/bar/baz.h
--------------------------
for an unmodified file:
--------------------------
             11693     9843 sds         foo/bar/baz.h
--------------------------

> Also, can you run this under Cygwin's strace and show the system call
> where it (whatever "it" means) hangs?

when I try to attach strace or gdb to the svn process, they hang too.
when I attach with visual studio, nothing happens (I don't know how to
get the information you require: stack is not displayed &c).
when I do "break all", I get a message "the process appears to be
deadlocked (or is not running any user-mode code). all threads have been
stopped".
the call stack then is:
>	ntdll.dll!7d61c846() 	
 	[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]	
 	ntdll.dll!7d628630() 	
 	ntdll.dll!7d62852e() 	
 	ntdll.dll!7d625142() 	
 	ntdll.dll!7d61f60d() 	
 	kernel32.dll!7d4dfb75() 	
 	AcLua.dll!715634e3() 	
 	AcLua.dll!7156356b() 	
 	AcLua.dll!71568720() 	
 	AcLua.dll!7156e8b1() 	
 	AcLua.dll!7156ee8d() 	
 	shimeng.dll!71af64d2() 	
 	shimeng.dll!71af6d49() 	
 	ntdll.dll!7d64a4ce() 	
 	psapi.dll!76b73695() 	
 	psapi.dll!76b73695() 	
 	cygwin1.dll!610adbe5() 	
 	kernel32.dll!7d503fe0() 	
 	kernel32.dll!7d503f9a() 	
 	cygwin1.dll!6109cea3() 	
 	cygwin1.dll!61005380() 	
 	cygwin1.dll!6100243f() 	
 	cygwin1.dll!610223e3() 	
 	cygwin1.dll!610e9b51() 	
 	cygwin1.dll!610e9b51() 	
 	cygwin1.dll!6111d0b2() 	
 	cygwin1.dll!6111e2dc() 	
 	cygwin1.dll!6111e360() 	
 	cygwin1.dll!6113f7e3() 	
 	cygwin1.dll!610054a6() 	
 	cygwin1.dll!6111c284() 	
 	cygwin1.dll!610050cb() 	
 	cygwin1.dll!61007050() 	
 	cygwin1.dll!610d0513() 	
 	cygwin1.dll!61004cb6() 	
 	cygwin1.dll!61004d5b() 	
 	ntdll.dll!7d6262a8() 	
 	ntdll.dll!7d62630d() 	
 	ntdll.dll!7d6264ef() 	
 	ntdll.dll!7d6264ff() 	

when I do "detach all", I get an error "cannot detach".
when I do "terminate all", emacs behaves as is svn terminated normally
and successfully.
please let me know if I could do anything else, but I would appreciate
_detailed_ instructions on any operation with visual studio.

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.5 (Final) X
http://openvotingconsortium.org http://www.memritv.org http://dhimmi.com
http://pmw.org.il http://truepeace.org http://mideasttruth.com
If you want it done right, you have to do it yourself





  reply	other threads:[~2011-03-16 23:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-16 20:15 bug#8265: 24.0.50; windows emacs hanging calling svn Sam Steingold
     [not found] ` <handler.8265.B.13003065675707.ack@debbugs.gnu.org>
2011-03-16 21:16   ` bug#8265: Acknowledgement (24.0.50; windows emacs hanging calling svn) Sam Steingold
2011-03-16 22:08 ` bug#8265: 24.0.50; windows emacs hanging calling svn Eli Zaretskii
2011-03-16 23:00   ` Sam Steingold [this message]
2011-03-17  2:16     ` Stefan Monnier
2011-03-17 23:23       ` Christoph Scholtes
2011-03-18  8:17         ` Eli Zaretskii
2013-02-21  6:08           ` Glenn Morris
2013-02-21 18:43             ` Sam Steingold
2013-02-21 19:04               ` Glenn Morris
2011-03-17  6:34     ` Eli Zaretskii
2011-03-17 17:57       ` Sam Steingold
2011-03-17 19:27         ` Eli Zaretskii
2011-03-17 20:46           ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=sv7hbyn00q.fsf@tbox.wtc.algo \
    --to=sds@gnu.org \
    --cc=8265@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).