After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 364282 - crash in Gossip Instant Messenger: Changing focus from rost...
crash in Gossip Instant Messenger: Changing focus from rost...
Status: RESOLVED DUPLICATE of bug 363602
Product: gossip
Classification: Deprecated
Component: General
0.18
Other All
: High critical
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-22 21:49 UTC by Graham Forest
Modified: 2006-10-26 08:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Graham Forest 2006-10-22 21:49:16 UTC
What were you doing when the application crashed?
Changing focus from roster window to chat window to another app by clicking. This happens with such frequency that I've been forced to (temporarily :) switch to gaim. I've installed the pitti gossip-dbgsym package, let me know if there is anything else I can do to help.


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 138625024 vsize: 138625024 resident: 21475328 share: 13856768 rss: 21475328 rss_rlim: -1
CPU usage: start_time: 1161553510 rtime: 227 utime: 185 stime: 42 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/gossip'

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 47569655324944 (LWP 12592)]
0x00002b43a86cdeb5 in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 47569655324944 (LWP 12592))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    from /usr/lib64/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 raise
    from /lib/libc.so.6
  • #4 abort
    from /lib/libc.so.6
  • #5 g_logv
    from /usr/lib64/libglib-2.0.so.0
  • #6 g_log
    from /usr/lib64/libglib-2.0.so.0
  • #7 gtk_text_iter_set_visible_line_index
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #8 gtk_text_layout_get_iter_at_line
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #9 gtk_text_layout_get_iter_at_position
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #10 gtk_text_layout_get_iter_at_pixel
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #11 gtk_text_view_new_with_buffer
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #12 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #13 g_closure_invoke
    from /usr/lib64/libgobject-2.0.so.0
  • #14 g_signal_chain_from_overridden
    from /usr/lib64/libgobject-2.0.so.0
  • #15 g_signal_emit_valist
    from /usr/lib64/libgobject-2.0.so.0
  • #16 g_signal_emit
    from /usr/lib64/libgobject-2.0.so.0
  • #17 gtk_widget_get_default_style
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #18 gtk_propagate_event
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #19 gtk_main_do_event
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #20 _gdk_events_init
    from /usr/lib64/libgdk-x11-2.0.so.0
  • #21 g_main_context_dispatch
    from /usr/lib64/libglib-2.0.so.0
  • #22 g_main_context_check
    from /usr/lib64/libglib-2.0.so.0
  • #23 g_main_loop_run
    from /usr/lib64/libglib-2.0.so.0
  • #24 gtk_main
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #25 main
    at gossip-main.c line 201
  • #26 __libc_start_main
    from /lib/libc.so.6
  • #27 _start
  • #0 waitpid
    from /lib/libpthread.so.0

Comment 1 Graham Forest 2006-10-22 21:54:43 UTC
Also, here's what was outputted to the terminal during this crash:

vitaminmoo@moo:~$ gossip
GTK Accessibility Module initialized
Bonobo accessibility support initialized

(gossip:12592): Gtk-WARNING **: gtktextbtree.c:3960: byte index off the end of the line

Gtk-ERROR **: Byte index 17 is off the end of the line
aborting...
GTK Accessibility Module initialized
Bonobo accessibility support initialized
GTK Accessibility Module initialized
Bonobo accessibility support initialized

** (bug-buddy:12611): WARNING **: Couldn't load icon for Open Folder
GTK Accessibility Module initialized
vitaminmoo@moo:~$ 
Comment 2 Graham Forest 2006-10-23 01:22:06 UTC
Hmm, on further poking, it looks like gossip crashes every time my mouse hovers over my name in the chat window history. It doesn't seem to happen when hovering over the other person's name, though. I'm using the clean theme, and it actually happens when the mouse is over the darkened box that my name is in.

Oddly, it doesn't seem to happen when using the blue theme, nor any other theme.
Comment 3 Richard Hult 2006-10-24 07:27:46 UTC
This looks like a bug that only happens when you are using a theme that can show avatars but avatars are disabled. Does that match your situation?
Comment 4 Graham Forest 2006-10-25 00:47:51 UTC
Indeed.
Comment 5 Richard Hult 2006-10-26 08:08:45 UTC

*** This bug has been marked as a duplicate of 363602 ***