From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16438 invoked by alias); 29 Sep 2011 12:41:35 -0000 Received: (qmail 16426 invoked by uid 22791); 29 Sep 2011 12:41:34 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Sep 2011 12:41:13 +0000 Received: by vws16 with SMTP id 16so492005vws.0 for ; Thu, 29 Sep 2011 05:41:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.175.133 with SMTP id ca5mr9378765vdc.245.1317300072407; Thu, 29 Sep 2011 05:41:12 -0700 (PDT) Received: by 10.220.180.5 with HTTP; Thu, 29 Sep 2011 05:41:12 -0700 (PDT) In-Reply-To: <83pqijedh5.fsf@gnu.org> References: <1317251996-12146-1-git-send-email-brobecker@adacore.com> <4E83D440.6000702@barfooze.de> <20110929040634.GD19246@adacore.com> <201109291151.30633.pedro@codesourcery.com> <83pqijedh5.fsf@gnu.org> Date: Thu, 29 Sep 2011 12:48:00 -0000 Message-ID: Subject: Re: [RFC] Crash sourcing Python script on Windows From: Kai Tietz To: Eli Zaretskii Cc: Pedro Alves , gdb-patches@sourceware.org, brobecker@adacore.com, maillist-gdbpatches@barfooze.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-09/txt/msg00528.txt.bz2 2011/9/29 Eli Zaretskii : >> From: Pedro Alves >> Date: Thu, 29 Sep 2011 11:51:30 +0100 >> Cc: Joel Brobecker , John Spencer >> >> Try "info sharedlibrary", and you'll probably see both msvcrXX.dll >> and both msvcrt.dll loaded. > > I get an "No shared libraries loaded at this time." response to that > command. =A0If I load a program and let it start, then I see only > msvcrt.dll, even after issuing a Python command, like "python print 23". > > Am I doing something wrong? Not necessarily. It might be that Python uses static runtime library. Regards, Kai