-
Notifications
You must be signed in to change notification settings - Fork 24
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
Segmentation faults #18
Comments
I haven't test it lately, but I've never had any problem running on OSX Mavericks (10.9.5). But I've checked on the libui project, and I think there's some problems on Linux, for instance (andlabs/libui#214) and (andlabs/libui#207). |
Yes, I encountered a couple of segfaults on quitting (on macOS 10.11/10.12). That happens to me on two occasions:
If I uncomment the line
If I replace We may have done something wrong while implementing something... I'll do some tests later. EDIT: here's the error I got everytime:
|
Set a breakpoint on libui's |
Can someone help with this issue? For those who do not know, @andlabs is the author of the C libui, so he can check things on the C lib if needed.. |
Okay, got it. I focused on the first code example (the one with the button with no parent); as I wasn't really sure about my implementation of Entries. (sorry, failed to use gdb on mac with python3...) |
Okay, then it is what I was thinking of. I'll fix it eventually (it's a chicken and egg problem :/ or at least I think; I thought I fixed this 5 different ways already and don't remember what happened each time). |
I have problems about running tests and examples. Some of them ends with a segmentation fault. I think there are some problems about getters of components like window and checkbox. And I think it's about boolean difference between Python and C.
I'm using Ubuntu 16.04
Am I the only person that have problems about tests or anyone can confirm that there is a problem?
The text was updated successfully, but these errors were encountered: