Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'remaining': 0.07; 'subject:file': 0.07; 'executable': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'helps.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'run-time.': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'library': 0.18; "python's": 0.19; 'header:User-Agent:1': 0.23; 'tells': 0.24; 'versions': 0.24; 'compare': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'point': 0.28; 'chris': 0.29; 'direction': 0.30; 'code': 0.31; 'loads': 0.31; 'file': 0.32; 'maybe': 0.34; 'but': 0.35; 'there': 0.35; 'possible': 0.36; 'should': 0.36; 'area': 0.37; 'to:addr:python-list': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'hope': 0.61; 'from:charset:utf-8': 0.61; 'zip': 0.64; 'more': 0.64; 'here': 0.66; 'limit': 0.70; 'received:93': 0.72; 'received:hr': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: =?UTF-8?B?SnVya28gR29zcG9kbmV0acSH?= Subject: Re: segmentation fault, executable python file Date: Fri, 04 Apr 2014 13:05:52 +0200 Organization: PKE sistemi d.o.o. References: <49ded36a-5c07-4421-874a-5c3fb518efd5@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 93-136-157-2.adsl.net.t-com.hr User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1396609571 news.xs4all.nl 2833 [2001:888:2000:d::a6]:43824 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69666 Hi. On 4.4.2014. 11:17, Chris Angelico wrote: > But from here you need someone more familiar with cxfreeze. All I > can advise is to compare installed packages on each; maybe you > have multiple versions of some library or something. From what little I know of it, it freezes as little as possible of Python's modules into the executable and stores the remaining Python code in a single zip file and loads it from there at run-time. That should limit your search area to just the frozen part and externally used libraries, and my instinct tells me gdb should be able to point you in the culprit's direction in no time. Hope this helps. Best regards, Jurko Gospodnetić