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

Functions file*box and diropenbox crashes the interpreter #81

Open
sosi-deadeye opened this issue Oct 3, 2015 · 5 comments
Open

Functions file*box and diropenbox crashes the interpreter #81

sosi-deadeye opened this issue Oct 3, 2015 · 5 comments

Comments

@sosi-deadeye
Copy link

Debian 8.2 x64 | Python 2.7.8, 3.4 and 3.5 are affected (all x64).
When I'm calling the function easygui.fileopenbox() the window appears and I can select files. After pressing OK, the whole Interpreter crashes with an error:

alloc: invalid block: 0x166a1c0: 30 1

@erm3nda
Copy link

erm3nda commented Dec 22, 2015

Exactly same here, Debian 8 Jessie x64 both python version. Exactly the same problem as you described.

@robertlugg robertlugg added the bug label Jan 2, 2016
@robertlugg
Copy link
Owner

I'm sorry for your troubles. In Windows, and after I merged 'develop', it works fine. I don't have Debian GNU/Linux installed. I'll install it and try to repeat the problem.

@robertlugg
Copy link
Owner

OK, so I installed debian 8.2.0 and I also see that error.

@robertlugg
Copy link
Owner

This appears to be caused by a Tkinter bug. If so, I don't think I'll be able to fix it.

Bug reports:
https://bugs.python.org/issue24524
https://bugs.python.org/issue22810

@erm3nda
Copy link

erm3nda commented Jan 4, 2016

Bugs can be fixed for anyone looking for :D
What is not totally clear is on wich system do that bug appear. If it's just Debian x64 is less terrible.

As i read the bug, seems that app() is being killed or unpacked in some place, so I'll take a look when extremely boring, because IM NOT a Tkinter developer and is a big headache look into everyone's code.

Thank you for the info.

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

No branches or pull requests

3 participants