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

crashes in panel.update_panels() #11

Open
BlameTroi opened this issue May 16, 2020 · 6 comments
Open

crashes in panel.update_panels() #11

BlameTroi opened this issue May 16, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@BlameTroi
Copy link

Windows 10 up to date, python 3.8, windows-curses 2.1.0.

All attempts to work with panels are failing for me. The usual failure is that my app just quietly dies and with no exception when I call update_panels(). I've been working through the tutorial at tldp.org with success up to this point. I found the attached example panelMove.py on stack overflow and it fails as well and it's a less sloppy reproduction of the problem so I offer it.

I also tried the ncurses.py example in this repository and it fails with an ERR in move_panel().

Source to the stack overflow example attached.

panelMove - Copy.txt

@doonze
Copy link

doonze commented Nov 16, 2020

I have the same problem.

@brentmparker
Copy link

brentmparker commented Nov 29, 2020

Same here.

curses.panel.update_panels() without panels does not crash.

panel = curses.panel.new_panel(stdscr)
...
curses.panel.update_panel()

crashes.

@stanleesocca
Copy link

Any update to this curses.panel.update_panels() issue. I also encountered this when working on an app. Mine doesn't crash but it doesn't update the terminal screen either. I hope anyone with experience can help.

Thanks.

@stephanosio stephanosio added the bug Something isn't working label Nov 3, 2022
@DylanCheetah
Copy link

I can confirm that this issue is still occurring. I tried calling curses.panel.update_panels and my application crashes silently on Windows 11 64-bit (up-to-date) with Python 3.11.4

Calling curses.panel.update_panels with no panels added works correctly though.

@SQLServerIO
Copy link

Same here, Using python 3.11.7 windows-curses 2.3.2. It was soul crushing to run into this bug.

@roman-smolnyk
Copy link

I have the same issue, segmentation fault
Using:
Win 11
Python 3.11.1
windows-curses 2.3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants