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


Groups > comp.lang.python > #68025

Re: debugging on windows

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'tkinter': 0.07; 'debugger': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'unhandled': 0.09; 'python': 0.11; 'windows': 0.15; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'sp3': 0.16; 'subject:windows': 0.16; 'exception': 0.16; 'bit': 0.19; 'memory': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'header:X -Complaints-To:1': 0.27; 'skip:( 20': 0.30; 'violation': 0.31; 'writes:': 0.31; 'run': 0.32; 'problem': 0.35; 'charset:us-ascii': 0.36; 'application': 0.37; 'level': 0.37; 'nov': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'received:217': 0.63; 'more': 0.64; '2013,': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From dieter <dieter@handshake.de>
Subject Re: debugging on windows
Date Sat, 08 Mar 2014 07:48:53 +0100
References <5319CAC7.4010200@chamonix.reportlab.co.uk>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Gmane-NNTP-Posting-Host pd9e0b96e.dip0.t-ipconnect.de
User-Agent Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux)
Cancel-Lock sha1:hIc0rEZ4YgChnIRl3MVRL78ctY0=
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.7922.1394261406.18130.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1394261406 news.xs4all.nl 2977 [2001:888:2000:d::a6]:53214
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:68025

Show key headers only | View raw


Robin Becker <robin@reportlab.com> writes:

> Using
>
>> Python 3.3.3 (v3.3.3:c3896275c0f6, Nov 18 2013, 21:18:40) [MSC v.1600 32 bit (Intel)] on win32
>> Type "help", "copyright", "credits" or "license" for more information.
>
> to run a tkinter + pmw2 application I have the following error on windows xp sp3
>
>> Unhandled exception at 0x1e0aebb8 in python.exe: 0xC0000005: Access violation reading location 0x00000048.

This is a C level error -- likely some memory corruption.
You will need a C level debugger to analyse the problem -
and likely, it will not be easy.

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


Thread

Re: debugging on windows dieter <dieter@handshake.de> - 2014-03-08 07:48 +0100

csiph-web