X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=XxecO2rWkWwhXuOFIAVkXbAzfxFiy LG0ThYb00u2pXdaxk3ep2edw/AjGNikWkgRO9nSFxl4J3Wy1yj8PfspAzwKTr4/1 Cm/0ec7rtqL+q9ReLiQyDPBs3SPQqdgSnBg8M3lmFJaIjyRrpl4W9jAS9Sb6uGnG MSXVuR2Pn3bNKo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type; s=default; bh=s1LDNcUuF511vS0gT6i2tA0LL1s=; b=bGp 0JI42t/p/8UYypTQWOWhEyBndV2O7NH94mBmofAIGE4axI2dsFiGW6C2jY/QNhPQ gn14vADUioDi9b1K95ivXrxHpTiMCJaqBlERNPoLoIvbAxdk1SAuOFq69bvyrtJb L/rSTXH/gTWizKI6/DzVjpt/x/gnoyFPRwriIEgg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,TW_BZ autolearn=ham version=3.3.1 To: cygwin AT cygwin DOT com From: Katsumi Yamaoka Subject: bzr problem Date: Thu, 11 Jul 2013 13:32:48 +0900 Lines: 26 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Gnus/5.130008 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin) Hi, Recently /usr/bin/bzr doesn't work well. For the Emacs trunk, those two commands achieve the purpose even if issuing a warning: $ bzr update $ bzr commit -m "Bla bla" Usually a warning is like: 0 [main] python2.7 1264 child_info_fork::abort: address space needed by 'math.dll' (0x800000) is already occupied But it is sometimes: 1 [main] python2.7 5784 child_info_fork::abort: unable to remap _ARC4.dll to same address as parent (0xBE0000) - try running rebaseall Rebaseall doesn't help. Reinstalling bzr+python doesn't, either. How can I fix this problem? And what is worse is that bzr fails to commit changes when I use `bzr commit' (w/o arg) to try to write a commit message by using an EDITOR. At that time, bzr issues similar `child_info_fork' messages, fails to start an editor, and quits. (I cannot show an actual session, since I now have no change to commit to the Emacs trunk, sorry). Thanks in advance. Regards, -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple