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

#105 didn't get fixed #198

Open
Stoatwblr opened this issue Jun 7, 2020 · 1 comment
Open

#105 didn't get fixed #198

Stoatwblr opened this issue Jun 7, 2020 · 1 comment

Comments

@Stoatwblr
Copy link

Stoatwblr commented Jun 7, 2020

There are still problems with segfaults and various errors being logged.

version bcb39a8 + pull #116, #168, #191, #43 patched in - but I get the same errors with or without them (ie pull #168 makes no difference)

When amulegui is run from commandline I see lots of these:

*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

What I hadn't spotted is what was going on in .xsession-errors:

lots of

*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug

but also:

...
(amulegui:1111269): Gtk-WARNING **: 17:06:09.773: Drawing a gadget with negative dimensions. Did you forget to allocate a size? (node tab owner GtkNotebook)

(amulegui:1111269): Gtk-WARNING **: 17:10:44.167: drawing failure for widget 'wxPizza': out of memory

(amulegui:1111269): Gtk-WARNING **: 17:10:44.167: drawing failure for widget 'GtkScrolledWindow': out of memory

(amulegui:2904074): Gtk-CRITICAL **: 04:24:59.269: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkSpinButton

(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content width -9 (allocation 1, extents 5x5) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content width -9 (allocation 1, extents 5x5) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content width -9 (allocation 1, extents 5x5) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content width -9 (allocation 1, extents 5x5) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content width -9 (allocation 1, extents 5x5) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.861: Negative content width -9 (allocation 1, extents 5x5) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.862: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node entry, owner GtkEntry)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.862: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node button, owner GtkButton)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.862: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner GtkButton)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.862: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node button, owner GtkButton)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.862: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner GtkButton)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.862: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node button, owner GtkButton)
(amulegui:2817563): Gtk-WARNING **: 02:48:32.862: Negative content height -3 (allocation 1, extents 2x2) while allocating gadget (node button, owner GtkButton)

(amulegui:2817563): Gtk-CRITICAL **: 02:48:32.863: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
...

There are a number of different runs here and in case It makes any difference I'm using multiheaded X. but it really shouldn't matter - this looks like a GTK declaration problem.

The criticals are almost always "client crashed" events.

The UI throws most of the same error messages when running amule instead of amuled+amulegui, but it doesn't crash and burn

@ozanbaba
Copy link

I started seeing exact same errors now. However, they started with update to wxGTK3-3.0.5.1.

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

2 participants