2012-03-08 08:25:21 |
Gytis Raciukaitis |
bug |
|
|
added bug |
2012-03-08 09:53:00 |
Apport retracing service |
bug |
|
|
added subscriber Crash bug triagers for Ubuntu packages |
2012-03-08 09:53:02 |
Apport retracing service |
attachment added |
|
Stacktrace.txt https://bugs.launchpad.net/bugs/949743/+attachment/2833584/+files/Stacktrace.txt |
|
2012-03-08 09:53:03 |
Apport retracing service |
attachment added |
|
ThreadStacktrace.txt https://bugs.launchpad.net/bugs/949743/+attachment/2833585/+files/ThreadStacktrace.txt |
|
2012-03-08 09:53:04 |
Apport retracing service |
attachment removed |
CoreDump.gz https://bugs.launchpad.net/bugs/949743/+attachment/2833117/+files/CoreDump.gz |
|
|
2012-03-08 09:53:05 |
Apport retracing service |
gnome-control-center (Ubuntu): importance |
Undecided |
Medium |
|
2012-03-08 09:53:06 |
Apport retracing service |
summary |
gnome-control-center crashed with SIGSEGV in g_closure_invoke() |
gnome-control-center crashed with SIGSEGV in add_connection_info_find() |
|
2012-03-08 09:53:08 |
Apport retracing service |
tags |
amd64 apport-crash need-amd64-retrace precise third-party-packages |
amd64 apport-crash precise third-party-packages |
|
2012-03-08 23:27:53 |
Sebastien Bacher |
visibility |
private |
public |
|
2012-03-08 23:28:33 |
Sebastien Bacher |
affects |
gnome-control-center (Ubuntu) |
network-manager (Ubuntu) |
|
2012-03-10 10:27:20 |
Launchpad Janitor |
network-manager (Ubuntu): status |
New |
Confirmed |
|
2012-04-18 16:16:35 |
Sebastien Bacher |
network-manager (Ubuntu): importance |
Medium |
Low |
|
2012-04-18 16:16:37 |
Sebastien Bacher |
network-manager (Ubuntu): importance |
Low |
High |
|
2012-04-18 16:16:48 |
Sebastien Bacher |
network-manager (Ubuntu): assignee |
|
Mathieu Trudel-Lapierre (mathieu-tl) |
|
2012-04-20 17:31:34 |
Mathieu Trudel-Lapierre |
bug watch added |
|
https://bugzilla.gnome.org/show_bug.cgi?id=674484 |
|
2012-04-20 17:31:34 |
Mathieu Trudel-Lapierre |
bug task added |
|
network-manager |
|
2012-04-20 18:34:52 |
Bug Watch Updater |
network-manager: status |
Unknown |
Confirmed |
|
2012-04-20 18:34:52 |
Bug Watch Updater |
network-manager: importance |
Unknown |
Medium |
|
2012-04-23 19:18:02 |
Bug Watch Updater |
network-manager: status |
Confirmed |
Fix Released |
|
2012-04-25 14:38:35 |
Mathieu Trudel-Lapierre |
nominated for series |
|
Ubuntu Precise |
|
2012-04-25 14:38:35 |
Mathieu Trudel-Lapierre |
bug task added |
|
network-manager (Ubuntu Precise) |
|
2012-04-25 14:51:56 |
Mathieu Trudel-Lapierre |
description |
The crash is reported while using the bluetooth settings. The way to trigger it:
1. While bluetooth is enabled - open bluetooth settings, everything works.
2. Turn off bluetooth using laptop wireless killswitch (I'm on Thinkpad W500)
3. Turn on the killswitch
4. Bluetooth settings don't reflect the fact that bluetooth is enabled (cannot enable or disable in settings) now and a crash is reported.
5. Restarting bluetooth service fixes the settings behaviour
ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.3.91-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Wed Mar 7 23:50:03 2012
ExecutablePath: /usr/bin/gnome-control-center
ProcCmdline: gnome-control-center bluetooth
SegvAnalysis:
Segfault happened at: 0x7f0fc6cfc4ac: mov 0x28(%rax),%rdx
PC (0x7f0fc6cfc4ac) ok
source "0x28(%rax)" (0x00000028) not located in a known VMA region (needed readable region)!
destination "%rdx" ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: gnome-control-center
StacktraceTop:
?? () from /usr/lib/libnm-glib.so.4
?? () from /usr/lib/libnm-glib.so.4
g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: gnome-control-center crashed with SIGSEGV in g_closure_invoke()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
usr_lib_gnome-control-center:
activity-log-manager-control-center 0.9.3-0ubuntu1
gnome-bluetooth 3.2.2-0ubuntu3
indicator-datetime 0.3.90-0ubuntu1 |
[Impact]
Removing a pairing or toggling the killswitch when a PAN/DUN capable device is paired to the bluetooth system triggers a crash because bluetooth keeps a reference to the connections in NMRemoteSettings objects that have already been freed, which causes update signals to still be called on these objects.
[Development Fix]
Fixed upstream, as http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=494f0a2e2047ca42adc73ecd6080068ce1fc9687. See https://bugzilla.gnome.org/show_bug.cgi?id=674484 (upstream bug). This change only affects NetworkManager's code, doesn't require rebuild of any dependant package.
[Stable Fix]
See above "Development fix".
[Test Case]
1) Connect a phone capable of DUN or PAN to bluetooth control panel.
2) Remove the connection with the "-" button in bluetooth control panel.
[Regression Potential]
Low, current handling was clearly wrong. This affects users of NMRemoteSettings only, so limited to a distinct number of packages: network-manager (for the nmcli binary), network-manager-gnome (nm-applet), gnome-shell (for the network indicator).
---------
The crash is reported while using the bluetooth settings. The way to trigger it:
1. While bluetooth is enabled - open bluetooth settings, everything works.
2. Turn off bluetooth using laptop wireless killswitch (I'm on Thinkpad W500)
3. Turn on the killswitch
4. Bluetooth settings don't reflect the fact that bluetooth is enabled (cannot enable or disable in settings) now and a crash is reported.
5. Restarting bluetooth service fixes the settings behaviour
ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.3.91-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Wed Mar 7 23:50:03 2012
ExecutablePath: /usr/bin/gnome-control-center
ProcCmdline: gnome-control-center bluetooth
SegvAnalysis:
Segfault happened at: 0x7f0fc6cfc4ac: mov 0x28(%rax),%rdx
PC (0x7f0fc6cfc4ac) ok
source "0x28(%rax)" (0x00000028) not located in a known VMA region (needed readable region)!
destination "%rdx" ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: gnome-control-center
StacktraceTop:
?? () from /usr/lib/libnm-glib.so.4
?? () from /usr/lib/libnm-glib.so.4
g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: gnome-control-center crashed with SIGSEGV in g_closure_invoke()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
usr_lib_gnome-control-center:
activity-log-manager-control-center 0.9.3-0ubuntu1
gnome-bluetooth 3.2.2-0ubuntu3
indicator-datetime 0.3.90-0ubuntu1 |
|
2012-04-25 15:30:25 |
Launchpad Janitor |
branch linked |
|
lp:~mathieu-tl/network-manager/precise-0sru |
|
2012-04-25 18:56:03 |
Mathieu Trudel-Lapierre |
network-manager (Ubuntu Precise): status |
Confirmed |
In Progress |
|
2012-05-01 14:01:18 |
Mathieu Trudel-Lapierre |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2012-05-02 08:39:27 |
Martin Pitt |
network-manager (Ubuntu Precise): status |
In Progress |
Fix Committed |
|
2012-05-02 08:39:31 |
Martin Pitt |
bug |
|
|
added subscriber SRU Verification |
2012-05-02 08:39:32 |
Martin Pitt |
tags |
amd64 apport-crash precise third-party-packages |
amd64 apport-crash precise third-party-packages verification-needed |
|
2012-05-06 15:46:46 |
Martin Pitt |
tags |
amd64 apport-crash precise third-party-packages verification-needed |
amd64 apport-crash precise third-party-packages verification-done |
|
2012-05-07 20:02:58 |
Giovanni Pardini |
bug |
|
|
added subscriber Giovanni Pardini |
2012-05-10 23:59:09 |
Launchpad Janitor |
network-manager (Ubuntu): status |
In Progress |
Fix Released |
|
2012-05-11 00:01:09 |
Launchpad Janitor |
network-manager (Ubuntu Precise): status |
Fix Committed |
Fix Released |
|
2012-05-17 13:56:29 |
Launchpad Janitor |
branch linked |
|
lp:~network-manager/network-manager/ubuntu |
|