From owner-freebsd-questions@FreeBSD.ORG Thu Oct 24 19:46:19 2013 Return-Path: Delivered-To: freebsd-questions@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 106467D7 for ; Thu, 24 Oct 2013 19:46:19 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B05102666 for ; Thu, 24 Oct 2013 19:46:18 +0000 (UTC) Received: from www.dweimer.net (webmail.dweimer.local [192.168.5.2]) by webmail.dweimer.net (8.14.7/8.14.7) with ESMTP id r9OJkGpK006657 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 24 Oct 2013 14:46:16 -0500 (CDT) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 24 Oct 2013 14:46:16 -0500 From: dweimer To: Boris Samorodov Subject: Re: Anyone Using Eric4 =?UTF-8?Q?IDE=3F?= Organization: dweimer.net Mail-Reply-To: dweimer@dweimer.net In-Reply-To: <5269668A.1050400@passap.ru> References: <52694671.6010305@passap.ru> <26361e851e8d85bcc313d444a71b75bc@dweimer.net> <5269668A.1050400@passap.ru> Message-ID: <94792b9fac5b0e7e693e665c7faed08b@dweimer.net> X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/0.8.1 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dweimer@dweimer.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 19:46:19 -0000 On 10/24/2013 1:27 pm, Boris Samorodov wrote: > 24.10.2013 22:08, dweimer пишет: >> On 10/24/2013 11:10 am, Boris Samorodov wrote: >>> 24.10.2013 01:08, dweimer пишет: >>>> Just curious if anyone has been is successful using the Eric4 IDE on >>>> their FreeBSD systems, I took a look at it a couple of months back, >>>> went >>>> through some online tutorials using it, and was going to try it out >>>> for >>>> some Python QT GUI code. When I first looked at it everything ran >>>> fine, >>>> but now that I finally got around to trying to use it for something >>>> beyond trying it out, I keep getting terminated with Signal 11 >>>> Segmentation Fault from Python when ever I try just about anything. >>>> >>>> Core was generated by `python2.7'. >>>> Program terminated with signal 11, Segmentation fault. >>>> #0 0x0000000801232651 in ?? () >>>> >>>> Of course there have been several updates to the system since it was >>>> at >>>> a working state, I have the same problem on two systems, my laptop >>>> and >>>> a >>>> virtual machine running on my workstation, so its at least not >>>> specific >>>> to the single machine, but both have fairly similar configurations >>>> and >>>> ports installed. >>> >>> It just works for me. >> >> Any possibility you could share the options you have set in python? or >> how they may possibly differ from mine below? > > I use packages built by poudriere and all pythin default settings. > You make take a look at the build log (it contains full information): > http://gw.wart.ru/bulk/10-amd64-default/2013-10-14_22h43m10s/logs/python27-2.7.5_3.log > >> # This file is auto-generated by 'make config'. >> # Options for python27-2.7.5_3 >> _OPTIONS_READ=python27-2.7.5_3 >> _FILE_COMPLETE_OPTIONS_LIST=EXAMPLES FPECTL IPV6 NLS PTH PYMALLOC SEM >> THREADS UCS2 UCS4 >> OPTIONS_FILE_SET+=EXAMPLES >> OPTIONS_FILE_UNSET+=FPECTL >> OPTIONS_FILE_SET+=IPV6 >> OPTIONS_FILE_SET+=NLS >> OPTIONS_FILE_UNSET+=PTH >> OPTIONS_FILE_SET+=PYMALLOC >> OPTIONS_FILE_UNSET+=SEM >> OPTIONS_FILE_SET+=THREADS >> OPTIONS_FILE_UNSET+=UCS2 >> OPTIONS_FILE_SET+=UCS4 >> hmm, same options set, but I did discover that its not Eric IDE itself, but definitely something within the Py-Qt stack, I was able to get Eric4 up and running on my windows VM write a small amount of code with a GUI, and then launch it from the FreeBSD machine. Same Signal 11 Segmentation Fault. Guess I will run a portmaster -af tonight on my laptop to see if it resolves the issue. -- Thanks, Dean E. Weimer http://www.dweimer.net/