From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:4647:: with SMTP id f7mr12091389qto.361.1576857313958; Fri, 20 Dec 2019 07:55:13 -0800 (PST) X-Received: by 2002:aca:eb83:: with SMTP id j125mr2222134oih.153.1576857313591; Fri, 20 Dec 2019 07:55:13 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!g89no213949qtd.0!news-out.google.com!w29ni178qtc.0!nntp.google.com!g89no213944qtd.0!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 20 Dec 2019 07:55:13 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=75.69.31.70; posting-account=7VSCsgoAAADneoYABehA8vtOW93URdR9 NNTP-Posting-Host: 75.69.31.70 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4e411af7-682b-4d46-9454-85b0f8c0b410@googlegroups.com> Subject: GDB Problems with new install of GPS 2019 x86 64 Windows From: William Thomas Injection-Date: Fri, 20 Dec 2019 15:55:13 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57749 Date: 2019-12-20T07:55:13-08:00 List-Id: Running Windows 10. When trying to debug a simple Hello World main, I get this (three times). Tried running it as admin, maybe I have to install as admin? Or maybe its a Python GPS command thing? Any suggestions? C:\GNAT\2019\bin\gdb.exe: warning: Couldn't determine a path for the index cache directory. Traceback (most recent call last): File "c:\gnat\2019\share\gdb-8.3/python\gdb\__init__.py", line 143, in auto_load_packages __import__(modname) File "c:\gnat\2019\share\gdb-8.3/python\gdb\command\frame_filters.py", line 21, in import copy File "c:\gnat\2019\share\gdb-8.3\python-2.7.16\lib\copy.py", line 52, in import weakref File "c:\gnat\2019\share\gdb-8.3\python-2.7.16\lib\weakref.py", line 14, in from _weakref import ( ImportError: cannot import name _remove_dead_weakref