From owner-freebsd-python@FreeBSD.ORG Mon Aug 26 20:32:19 2013 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC7DCBF8 for ; Mon, 26 Aug 2013 20:32:19 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from mail-qc0-f176.google.com (mail-qc0-f176.google.com [209.85.216.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B212D2E3A for ; Mon, 26 Aug 2013 20:32:18 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id u20so1172236qcx.21 for ; Mon, 26 Aug 2013 13:32:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=+vXYbLCdhrb60Qfr33M90WbSb9tC3dJ7ljEM3gw/ibM=; b=o+J9rRzNhp8Y4NXtn72OHaa88bFE/o6y+V3mftqnftZUEIQAcwg9JF/0YYEu+LLX7i 8Fr9uc0UerTds2Mqm7GdswmsmgtnqRFaC7K+8To2ccx2OagegUfHOvEWOqEaalRUfhti LplgJThW0CLdmSxiRoPvfURYK4v5E5tIbg4f4pgAsr3aVURj8DzZEFv5wmgfNmDajnUU 5ztgAGjB0UCfB0fF5F8EpXgoNersrOishI/i1ebPc4epQo8e67fXs9SlL4GKQdpDs3jj C62y0D6umAAs+KWd9jhPAzk5lGLXo2VmtRg0imLE3qtePpts6ReuG8HMjkbyIO3G1jbO Rh7w== X-Gm-Message-State: ALoCoQmiovZld+BLhyPRTznAPR7v/qisNCkvVhnUpDY3qXoUpfMXWvSBuWd4Q+RwlBg1oqz5V95M MIME-Version: 1.0 X-Received: by 10.49.59.69 with SMTP id x5mr3981396qeq.81.1377549132414; Mon, 26 Aug 2013 13:32:12 -0700 (PDT) Received: by 10.49.74.73 with HTTP; Mon, 26 Aug 2013 13:32:12 -0700 (PDT) X-Originating-IP: [203.99.129.1] Date: Tue, 27 Aug 2013 08:32:12 +1200 Message-ID: Subject: Python and SIGINT, SIGTERM. From: Jonathan Chen To: freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 20:32:20 -0000 Hi, I'm currently trying to use FreeBSD as my main python development O/S, and I'm noticing some oddness when I'm working with OpenERP. If I start the server from command line, a ^C to stop the server is rarely honoured. Similarly, when working with Eclipse + PyDev, a request to terminate a running instance will leave the process still actively running. In most cases, only a SIGKILL will work. I do not see this sort of behaviour when I'm using Ubuntu. Is this a problem with OpenERP, or does the problem lie with our python port? Cheers. -- Jonathan Chen