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 338105 - Crash on right click if no server connected
Crash on right click if no server connected
Status: RESOLVED FIXED
Product: xchat-gnome
Classification: Other
Component: general
HEAD
Other Linux
: Normal major
: ---
Assigned To: xchat-gnome maintainers
xchat-gnome maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-11 17:09 UTC by Guillaume Desmottes
Modified: 2006-04-11 17:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2006-04-11 17:09:09 UTC
To reproduce:
- Be sure than there is no auto-connect server
- Launch x-g
- Right click in the main panel
- Enjoy da crash !

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1225144640 (LWP 7346)]
0x0805d63d in conversation_panel_check_word (xtext=0x817ecc8, word=0x80a0980 "", len=0)
    at conversation-panel.c:296
296                     if (current_sess->type == SESS_DIALOG) {
(gdb) thread apply all bt

Thread 1 (Thread -1225144640 (LWP 7346))

  • #0 conversation_panel_check_word
    at conversation-panel.c line 296
  • #1 conversation_panel_clicked_word
    at conversation-panel.c line 363
  • #2 IA__g_closure_invoke
    at gclosure.c line 490
  • #3 signal_emit_unlocked_R
    at gsignal.c line 2438
  • #4 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #5 IA__g_signal_emit
    at gsignal.c line 2241
  • #6 gtk_xtext_button_press
    at xtext.c line 2018
  • #7 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #8 g_type_class_meta_marshal
    at gclosure.c line 567
  • #9 IA__g_closure_invoke
    at gclosure.c line 490
  • #10 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #11 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #12 IA__g_signal_emit
    at gsignal.c line 2241
  • #13 gtk_widget_event_internal
    at gtkwidget.c line 3751
  • #14 IA__gtk_propagate_event
    at gtkmain.c line 2218
  • #15 IA__gtk_main_do_event
    at gtkmain.c line 1447
  • #16 gdk_event_dispatch
    at gdkevents-x11.c line 2291
  • #17 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #18 g_main_context_iterate
    at gmain.c line 2547
  • #19 IA__g_main_loop_run
    at gmain.c line 2751
  • #20 IA__gtk_main
    at gtkmain.c line 1026
  • #21 fe_main
    at fe-gnome.c line 180
  • #22 main
    at xchat.c line 1017

Comment 1 Guillaume Desmottes 2006-04-11 17:22:27 UTC
Fixed in the development version (10423). The fix will be available in the next major release.

Tue Apr 11 19:16:48 CEST 2006  Guillaume Desmottes <cass@skynet.be>

	* src/fe-gnome/conversation-panel.c:
	  - Fix crash on right click if no server connected. (#338105)