Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!zen.net.uk!dedekind.zen.co.uk!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; '64-bit': 0.07; 'subject:file': 0.07; 'executable': 0.09; 'idea?': 0.09; 'cc:addr :python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'library': 0.18; 'bit': 0.19; '(where': 0.19; 'cc:addr:python.org': 0.22; 'versions': 0.24; 'cc:2**0': 0.24; 'compare': 0.26; 'second': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'message-id:@mail.gmail.com': 0.30; 'getting': 0.31; 'info.': 0.31; 'running': 0.33; 'fri,': 0.33; 'maybe': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'ubuntu': 0.36; 'next': 0.36; 'thanks': 0.36; 'same.': 0.38; 'pm,': 0.38; 'days': 0.60; 'today.': 0.61; 'simple': 0.61; 'first': 0.61; 'more': 0.64; 'chance': 0.65; 'here': 0.66; 'replay': 0.84; 'start.': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=+JdHuaKbebJyIplHVV7KqXbwowC86Sf/ZSUmGWK4mFQ=; b=HqmDR9tgPYD8Xn+xxjfqDLr80pEMJ8b60z0RgsEKEu2jg9pbadpxJlGfVGpb/wBgGg y1nZN+WAZEi66GbGXE43N4+0L0SFPMns42zjHhwJQiS4DmZaHMz6GWOz4EmtjyieP5u9 oIqzffIl/gN8P2FS7MhUL4RHjceryl4yaX8g2bm2/BsYT3JPTLvcQn5j6CDEHJw0vxjv WhA+8DxZpd0Fnan/bSCLNDCgwQmTzZMYorCJU6N+yzOn5j1sP5qdkjC9AMs8/GnvfEzv YaD5Kpkps2B4jhiqqOUJAkwLAInd2d6rh16iudExdCA9XGvTRI8VHIyhG3+fI3lTPFDs SXEg== MIME-Version: 1.0 X-Received: by 10.66.102.39 with SMTP id fl7mr13429197pab.43.1396603053169; Fri, 04 Apr 2014 02:17:33 -0700 (PDT) In-Reply-To: <49ded36a-5c07-4421-874a-5c3fb518efd5@googlegroups.com> References: <49ded36a-5c07-4421-874a-5c3fb518efd5@googlegroups.com> Date: Fri, 4 Apr 2014 20:17:33 +1100 Subject: Re: segmentation fault, executable python file From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1396603397 news.xs4all.nl 2830 [2001:888:2000:d::a6]:37990 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69659 On Fri, Apr 4, 2014 at 8:06 PM, wrote: > the first one is ubuntu 12.04 64-bit (where i generate the executable file), and the second one is the same. Any idea? I confused for days until today. > > Thanks for your replay That's a good start. Next thing to try is running your executable under gdb; instead of getting a simple "Segmentation fault" message, you get some chance at a bit more info. 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. ChrisA