Comment # 11
on bug 11400
from Jeff Morriss
(In reply to jlay from comment #10)
> Going to "normal" scrollbar mode causes this, going back to "overlay" mode
> fixes this, per:
>
> http://www.unixmen.com/disable-overlay-scrollbars-ubuntu-14-04-quick-tip/
Between the above and:
#24 0x00007fffe9749116 in ?? () from
/usr/lib/x86_64-linux-gnu/gtk-3.0/modules/liboverlay-scrollbar.so
<lot's more of these>
#67 0x00007fffe9749005 in ?? () from
/usr/lib/x86_64-linux-gnu/gtk-3.0/modules/liboverlay-scrollbar.so
#68 0x00007fffe9749116 in ?? () from
/usr/lib/x86_64-linux-gnu/gtk-3.0/modules/liboverlay-scrollbar.so
#174388 0x00007fffe974c2d9 in ?? () from
/usr/lib/x86_64-linux-gnu/gtk-3.0/modules/liboverlay-scrollbar.so
#174389 0x00007ffff135b3b8 in g_closure_invoke () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
(note the very, very deep call stack)
I'd say that's likely a Gtk3 or overlay-scrollbar bug when overlay-scrollars
are disabled (which is funny since prior reports said Wireshark crashed with
them enabled).
I found some stuff online suggesting that it's also possible to remove the
overlay-scrollbar package; if that has the effect of getting rid of
liboverlay-scrollbar.so (where all that call stack is) that might fix the
problem for you.
You are receiving this mail because:
- You are watching all bug changes.