Created attachment 717658 [details] Reproducer Description of problem: NetworkManager fails on assertion when active bond connection is deleted. Version-Release number of selected component (if applicable): NetworkManager-0.9.8.0-1.fc18.x86_64 How reproducible: Use attached script with two interface names as arguments. ./test_bond.py eth1 eth2 Actual results: NetworkManager crashes Expected results: NetworkManager doesn't crash Backtrace: #0 0x00007f84a5145ba5 in raise () from /lib64/libc.so.6 #1 0x00007f84a5147358 in abort () from /lib64/libc.so.6 #2 0x00007f84a5c40b37 in g_assertion_message (domain=domain@entry=0x0, file=file@entry=0x4af51e "nm-device.c", line=line@entry=939, func=func@entry=0x4b1970 <__PRETTY_FUNCTION__.23756> "slave_state_changed", message=<optimized out>) at gtestutils.c:1877 #3 0x00007f84a5c41054 in g_assertion_message_expr (domain=domain@entry=0x0, file=file@entry=0x4af51e "nm-device.c", line=line@entry=939, func=func@entry=0x4b1970 <__PRETTY_FUNCTION__.23756> "slave_state_changed", expr=expr@entry=0x4b38a0 "priv->state > NM_DEVICE_STATE_DISCONNECTED") at gtestutils.c:1888 #4 0x000000000042ee44 in slave_state_changed (slave=0xd28360, slave_new_state=NM_DEVICE_STATE_DISCONNECTED, slave_old_state=NM_DEVICE_STATE_ACTIVATED, reason=<optimized out>, self=0xd3cbb0) at nm-device.c:939 #5 0x00007f84a5f08910 in g_closure_invoke (closure=0xd512e0, return_value=return_value@entry=0x0, n_param_values=4, param_values=param_values@entry=0x7fff76e3b1e0, invocation_hint=invocation_hint@entry=0x7fff76e3b180) at gclosure.c:777 #6 0x00007f84a5f19d08 in signal_emit_unlocked_R (node=node@entry=0xd25400, detail=detail@entry=0, instance=instance@entry=0xd28360, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fff76e3b1e0) at gsignal.c:3551 #7 0x00007f84a5f21c8d in g_signal_emit_valist (instance=instance@entry=0xd28360, signal_id=signal_id@entry=59, detail=detail@entry=0, var_args=var_args@entry=0x7fff76e3b4b8) at gsignal.c:3300 #8 0x00007f84a5f222f0 in g_signal_emit_by_name (instance=instance@entry=0xd28360, detailed_signal=detailed_signal@entry=0x4cb513 "state-changed") at gsignal.c:3393 #9 0x000000000042d0a4 in nm_device_state_changed (device=0xd28360, state=state@entry=NM_DEVICE_STATE_DISCONNECTED, reason=reason@entry=NM_DEVICE_STATE_REASON_CONNECTION_REMOVED) at nm-device.c:5114 #10 0x0000000000466988 in nm_manager_deactivate_connection (connection_path=<optimized out>, reason=reason@entry=NM_DEVICE_STATE_REASON_CONNECTION_REMOVED, error=error@entry=0x7fff76e3b6c8) at nm-manager.c:3155 #11 0x000000000045455d in _deactivate_if_active (connection=0xd113c0) at nm-policy.c:1860 #12 0x00007f84a5f08910 in g_closure_invoke (closure=0xd1b360, return_value=return_value@entry=0x0, n_param_values=2, param_values=param_values@entry=0x7fff76e3b8d0, invocation_hint=invocation_hint@entry=0x7fff76e3b870) at gclosure.c:777 #13 0x00007f84a5f19d08 in signal_emit_unlocked_R (node=node@entry=0xce6d50, detail=detail@entry=0, instance=instance@entry=0xcdd350, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fff76e3b8d0) at gsignal.c:3551 #14 0x00007f84a5f21c8d in g_signal_emit_valist (instance=0xcdd350, signal_id=<optimized out>, detail=0, var_args=var_args@entry=0x7fff76e3bb28) at gsignal.c:3300 #15 0x00007f84a5f21de2 in g_signal_emit (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>) at gsignal.c:3356 #16 0x00007f84a5f08910 in g_closure_invoke (closure=0xcda3a0, return_value=return_value@entry=0x0, n_param_values=2, param_values=param_values@entry=0x7fff76e3bdd0, invocation_hint=invocation_hint@entry=0x7fff76e3bd70) at gclosure.c:777 #17 0x00007f84a5f19d08 in signal_emit_unlocked_R (node=node@entry=0xcd0160, detail=detail@entry=425, instance=instance@entry=0xd113c0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fff76e3bdd0) at gsignal.c:3551 #18 0x00007f84a5f21c8d in g_signal_emit_valist (instance=0xd113c0, signal_id=<optimized out>, detail=425, var_args=var_args@entry=0x7fff76e3c028) at gsignal.c:3300 #19 0x00007f84a5f21de2 in g_signal_emit (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>) at gsignal.c:3356 #20 0x00007f84a5f0d2b5 in g_object_dispatch_properties_changed (object=0xd113c0, n_pspecs=6798, pspecs=0x6) at gobject.c:1041 #21 0x00007f84a5f0eb8b in g_object_notify_by_spec_internal (pspec=0xd0b680, object=0xd113c0) at gobject.c:1135 #22 g_object_notify (object=0xd113c0, property_name=property_name@entry=0x4d6ef5 "visible") at gobject.c:1177 #23 0x00000000004a2685 in set_visible (self=self@entry=0xd113c0, new_visible=new_visible@entry=0) at nm-settings-connection.c:202 #24 0x00000000004a27cb in do_delete (connection=0xd113c0, callback=0x4a12b0 <con_delete_cb>, user_data=0xd6d1d0) at nm-settings-connection.c:563 #25 0x00000000004a20c9 in pk_auth_cb (chain=0xd35210, chain_error=<optimized out>, context=0xd6d1d0, user_data=<optimized out>) at nm-settings-connection.c:930 #26 0x0000000000467cec in nm_auth_chain_check_done (self=0xd35210) at nm-manager-auth.c:274 #27 auth_call_complete (call=0xd2b5b0) at nm-manager-auth.c:333 #28 0x0000000000467e16 in pk_call_cb (object=<optimized out>, result=<optimized out>, user_data=0xd2b5b0) at nm-manager-auth.c:390 #29 0x00007f84a61b4ff7 in g_simple_async_result_complete (simple=0xd40270) at gsimpleasyncresult.c:775 #30 0x00007f84a64a2abe in check_authorization_cb () from /lib64/libpolkit-gobject-1.so.0 #31 0x00007f84a61b4ff7 in g_simple_async_result_complete (simple=0xd1cac0) at gsimpleasyncresult.c:775 #32 0x00007f84a620f47a in reply_cb (connection=<optimized out>, res=<optimized out>, user_data=0xd1cac0) at gdbusproxy.c:2632 #33 0x00007f84a61b4ff7 in g_simple_async_result_complete (simple=0xd1c9e0) at gsimpleasyncresult.c:775 #34 0x00007f84a6205902 in g_dbus_connection_call_done (source=<optimized out>, result=<optimized out>, user_data=0xd6c500) at gdbusconnection.c:5339 #35 0x00007f84a61b4ff7 in g_simple_async_result_complete (simple=0xd40040) at gsimpleasyncresult.c:775 #36 0x00007f84a61b50f9 in complete_in_idle_cb (data=<optimized out>) at gsimpleasyncresult.c:787 #37 0x00007f84a5c1ea55 in g_main_dispatch (context=0xcd19d0) at gmain.c:2715 #38 g_main_context_dispatch (context=context@entry=0xcd19d0) at gmain.c:3219 #39 0x00007f84a5c1ed88 in g_main_context_iterate (context=0xcd19d0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3290 #40 0x00007f84a5c1f182 in g_main_loop_run (loop=0xcd15d0) at gmain.c:3484 #41 0x0000000000424ccd in main (argc=1, argv=0x7fff76e3c9b8) at main.c:627
This message is a reminder that Fedora 18 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 18. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '18'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 18's end of life. Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 18 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 18's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.