From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: problem merging from bzr Date: Wed, 18 Apr 2012 19:04:18 +0200 Message-ID: References: <83mx696lki.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334772855 24622 80.91.229.3 (18 Apr 2012 18:14:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 18 Apr 2012 18:14:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 18 20:14:14 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SKZOK-0003Ek-UL for ged-emacs-devel@m.gmane.org; Wed, 18 Apr 2012 20:14:09 +0200 Original-Received: from localhost ([::1]:49935 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKYJg-0003uI-Ti for ged-emacs-devel@m.gmane.org; Wed, 18 Apr 2012 13:05:16 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKYJB-00037w-BL for emacs-devel@gnu.org; Wed, 18 Apr 2012 13:04:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKYJ5-0003mr-4W for emacs-devel@gnu.org; Wed, 18 Apr 2012 13:04:44 -0400 Original-Received: from mx1.bahnhof.se ([213.80.101.11]:54717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKYIy-0003lK-2L; Wed, 18 Apr 2012 13:04:32 -0400 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx1-reinject (Postfix) with ESMTP id 89AAB2955CA; Wed, 18 Apr 2012 19:04:32 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF1) Original-Received: from mf1.bahnhof.se ([127.0.0.1]) by localhost (mf1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v9JksOW9SD1U; Wed, 18 Apr 2012 19:04:29 +0200 (CEST) Original-Received: from exodia.localdomain (h-235-102.a149.priv.bahnhof.se [85.24.235.102]) by mf1.bahnhof.se (Postfix) with ESMTP id D6463AEA876; Wed, 18 Apr 2012 19:04:28 +0200 (CEST) Original-Received: from chopper.vpn.verona.se (DIR-655.a149.priv.bahnhof.se [192.168.200.86]) by exodia.localdomain (Postfix) with ESMTP id 7B1D54E000D; Wed, 18 Apr 2012 19:04:18 +0200 (CEST) In-Reply-To: <83mx696lki.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 18 Apr 2012 19:39:41 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: FreeBSD 6.x (1) X-Received-From: 213.80.101.11 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149776 Archived-At: Eli Zaretskii writes: >> From: joakim@verona.se >> Date: Wed, 18 Apr 2012 12:25:27 +0200 >> >> I get this weird behaviour all af a sudden: >> >> bzr merge >> >> Merging from remembered submit location bzr+ssh://jave@bzr.savannah.gnu.org/emacs/trunk/ >> Killedhing revisions:Inserting stream:repacking texts:texts 26866/48438 >> >> Notice the "Killed" message in there. This is when I try to merge my >> "xwidgets" branch from upstream. > > Could be OOM (out-of-memory) kill by the OS. Look for relevant > messages in /var/log/messages (assuming this is GNU/Linux). In dmesg: [140591.887966] Out of memory: Kill process 1898 (bzr) score 642 or sacrifice child Interesting. Some more statistics, since I seem to have forgot that in my last mail: Fedora 17 Beta (So could be the culprit of course, but its stable otherwise) Bazaar (bzr) 2.5.0 Python interpreter: /usr/bin/python 2.7.3 Python standard library: /usr/lib64/python2.7 Platform: Linux-3.3.1-5.fc17.x86_64-x86_64-with-fedora-17-Beefy_Miracle bzrlib: /usr/lib64/python2.7/site-packages/bzrlib Bazaar configuration: /home/joakim/.bazaar Bazaar log file: /home/joakim/.bzr.log (I upgraded to get this version and co-located branches) The machine is a Core i7, 6GB ram -- Joakim Verona