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

Resizing columns to small sizes causes crash #101

Open
nyanpasu opened this issue Sep 7, 2014 · 1 comment
Open

Resizing columns to small sizes causes crash #101

nyanpasu opened this issue Sep 7, 2014 · 1 comment
Labels

Comments

@nyanpasu
Copy link
Member

nyanpasu commented Sep 7, 2014

The following error is thrown:

Gtk:ERROR:gtkcellrenderer.c:1738:gtk_cell_renderer_get_aligned_area: assertion failed: (aligned_area->x >= cell_area->x && aligned_area->x <= cell_area->x + cell_area->width)

And gtorrent will quit abruptly.

Note: The crash isn't caused immediately, implying that the check is only called in intervals.

@nyanpasu nyanpasu added the bug label Sep 7, 2014
@fuyukaidesu
Copy link
Contributor

I get this with most gtk applications with a treeview. I don't think it's from gtorrent itself, but if we want to prevent the crash, we can only force a minimal width.
Maybe it'll be fixed in gtk 3.14
https://bugzilla.gnome.org/show_bug.cgi?id=668779

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

No branches or pull requests

2 participants