Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #69666

Re: segmentation fault, executable python file

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 <python-python-list@m.gmane.org>
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 Jurko Gospodnetić <jurko.gospodnetic@pke.hr>
Subject Re: segmentation fault, executable python file
Date Fri, 04 Apr 2014 13:05:52 +0200
Organization PKE sistemi d.o.o.
References <d673b6a7-e339-42d7-9a4a-3ffe79981879@googlegroups.com> <mailman.8889.1396601858.18130.python-list@python.org> <49ded36a-5c07-4421-874a-5c3fb518efd5@googlegroups.com> <CAPTjJmome-72m7JvDtgHndZ-WwZrwoFOoCJdA2nuPfLUBHYZxQ@mail.gmail.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 <CAPTjJmome-72m7JvDtgHndZ-WwZrwoFOoCJdA2nuPfLUBHYZxQ@mail.gmail.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.8892.1396609571.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


   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ć

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

segmentation fault, executable python file fanny@itprovent.com - 2014-04-04 01:36 -0700
  Re: segmentation fault, executable python file Chris Angelico <rosuav@gmail.com> - 2014-04-04 19:57 +1100
    Re: segmentation fault, executable python file fanny@itprovent.com - 2014-04-04 02:06 -0700
      Re: segmentation fault, executable python file Chris Angelico <rosuav@gmail.com> - 2014-04-04 20:17 +1100
      Re: segmentation fault, executable python file Jurko Gospodnetić <jurko.gospodnetic@pke.hr> - 2014-04-04 13:05 +0200
        Re: segmentation fault, executable python file fanny@itprovent.com - 2014-04-29 22:10 -0700

csiph-web