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

Text inputs can cause crashes on enablement and layout switching #10

Open
pavel-krivanek opened this issue Jan 4, 2022 · 2 comments
Open

Comments

@pavel-krivanek
Copy link
Contributor

On layout changes, text inputs that change enablement are sometimes generationg this Gtk critical error:

Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 'GTK_IS_WIDGET (widget)' failed

It sometimes causes random VM crashes

To reproduce, load this code:

SpTextInputLeakPresenter.zip

and run SpTextInputLeakPresenter run.

See the console, after some time, errors are printed.

Interesting points:

  • just layout switching does not produce this issue
  • just enablement switching does not produce this issue
@pavel-krivanek
Copy link
Contributor Author

it happens quite randomly. I got the errors usually on about 170th repeat. Then few times not at all...

@pavel-krivanek
Copy link
Contributor Author

It happens even if I do a 100 ms delay before and after the enablement change so it does not look like a problem of changing something currently being rebuilt.

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

1 participant