Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winpdb crashes with Python 3.12 at Windows #44

Open
macmacy opened this issue Mar 12, 2024 · 2 comments
Open

winpdb crashes with Python 3.12 at Windows #44

macmacy opened this issue Mar 12, 2024 · 2 comments

Comments

@macmacy
Copy link

macmacy commented Mar 12, 2024

Hi,
I've installed winpdb-reborn with pip. On attempt to start, winpdb crashes every time.
My environment:

  • Windows 10
  • Python 3.12.1

Crash info from Windows Event Log:

Faulting application name: python.exe, version: 3.12.1150.1013, time stamp: 0x65724223
Faulting module name: python312.dll, version: 3.12.1150.1013, time stamp: 0x657241c8
Exception code: 0xc0000005
Fault offset: 0x000000000001812f
Faulting process id: 0x80ac
Faulting application start time: 0x01da7472273024ec
Faulting application path: C:\Program Files\Python312\python.exe
Faulting module path: C:\Program Files\Python312\python312.dll
Report Id: e42f69f6-32b2-4b3b-81eb-835d9aea9d42
Faulting package full name: 
Faulting package-relative application ID: 
@gpatel-fr
Copy link
Contributor

Hello

while I'm not affiliated in any way with the project, I can provide you with some information. First this project is very much abandonware, no contribution since 3 years+. Second, the underlaying debugger, rpdb2, contains the instruction 'import imp', this module is not available anymore since python 3.12. So you have no hope of debugging anything with winpdb under python 3.12, even if you managed to start it. Sorry for bringing you the bad news.

@macmacy
Copy link
Author

macmacy commented Mar 12, 2024

OK, thanks for info. In the meantime I've noticed the lack of imp in Python 3.12 - this is probably the root cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants