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 490312 - SIGSEGV on x86_64 when doing "Connect to Other Wireless Network..."
SIGSEGV on x86_64 when doing "Connect to Other Wireless Network..."
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nm-applet
0.6.6
Other All
: Normal critical
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2007-10-25 22:45 UTC by TJ
Modified: 2007-11-15 22:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add prototype for wso_wpa_create_phase2_type_model() (599 bytes, patch)
2007-10-25 22:47 UTC, TJ
none Details | Review

Description TJ 2007-10-25 22:45:18 UTC
Steps to reproduce:
1. On x86_64 left-click the nm-applet icon
2. Do "Connect to Other Wireless Network..."
3. Applet disappears (from a terminal/gdb, a segmentation fault is reported)


Stack trace:
StacktraceTop:IA__gtk_combo_box_set_model (combo_box=0x2aaaac055690, model=0xffffffffac058480) at /build/buildd/gtk+2.0-2.11.5/gtk/gtkcombobox.c:4815
wso_wpa_eap_new (glade_file=<value optimized out>, capabilities=61647, wpa2=1) at wso-wpa-eap.c:297
wsm_set_capabilities (wsm=0xbb0d90, capabilities=61647) at wireless-security-manager.c:110
nma_other_network_dialog_run (applet=<value optimized out>, create_network=0) at other-network-dialog.c:337
IA__g_closure_invoke (closure=0xb49f60, return_value=0x0, n_param_values=1, param_values=0x7fff20af2f50, invocation_hint=0x7fff20af2e00)

Other information:
The bug is tracked and fixed in the Ubuntu bug-tracker:

https://bugs.launchpad.net/ubuntu/+bug/124336

The problem is a missing prototype in src/wso-private.h:

GtkTreeModel * wso_wpa_create_phase2_type_model (int capabilities, gboolean wpa_eap, int *num_added);
Comment 1 TJ 2007-10-25 22:47:45 UTC
Created attachment 97879 [details] [review]
Add prototype for wso_wpa_create_phase2_type_model()
Comment 2 Dan Williams 2007-11-15 22:19:33 UTC
Fixed since June or something in SVN already.