[Bug 1688209] Re: gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from gweather_location_unref() from g_boxed_free() from boxed_finalize()

2017-06-02 Thread Tim
** Also affects: libgweather (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: libgweather (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: gnome-shell (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell (Ubuntu)
   Status: Triaged => Invalid

** Changed in: libgweather (Ubuntu)
   Status: New => Triaged

** Changed in: libgweather (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: libgweather (Ubuntu Zesty)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688209

Title:
  gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free()
  from gweather_location_unref() from g_boxed_free() from
  boxed_finalize()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1688209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688209] Re: gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from gweather_location_unref() from g_boxed_free() from boxed_finalize()

2017-05-29 Thread Jeremy Bicha
Tim, you can ask in #ubuntu-release if you want an unapproved SRU
rejected so you can upload a fixed version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688209

Title:
  gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free()
  from gweather_location_unref() from g_boxed_free() from
  boxed_finalize()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1688209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688209] Re: gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from gweather_location_unref() from g_boxed_free() from boxed_finalize()

2017-05-29 Thread Tim
right, I apparently mixed up invalid pointer: 0x00 bug at some point,
and now my SRU is on the wrong bug! thanks for pointing it out. I'll
sort it out

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688209

Title:
  gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free()
  from gweather_location_unref() from g_boxed_free() from
  boxed_finalize()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1688209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688209] Re: gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from gweather_location_unref() from g_boxed_free() from boxed_finalize()

2017-05-29 Thread Daniel van Vugt
Have another look at bug 1616651. It does not mention
"gweather_location_unref".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688209

Title:
  gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free()
  from gweather_location_unref() from g_boxed_free() from
  boxed_finalize()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1688209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688209] Re: gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from gweather_location_unref() from g_boxed_free() from boxed_finalize()

2017-05-29 Thread Daniel van Vugt
However I know you are the original reporter so I won't stand in your
way any more. Just suggest being cautious with marking duplicate bugs
that have different stack traces. A common outcome from that is people
continue to complain their problems actually aren't fixed even after you
think you've released a fix. So you need to be very sure it's the same
issue or else bugs linger open indefinitely.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688209

Title:
  gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free()
  from gweather_location_unref() from g_boxed_free() from
  boxed_finalize()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1688209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688209] Re: gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from gweather_location_unref() from g_boxed_free() from boxed_finalize()

2017-05-29 Thread Tim
1693964 was a cut and paste fail. 
bug 1616651 was the correct one.

The stacktrace is different but it is hitting the same codepath that was
suffering memory corruption.

#2  0x7f4c502ef06b in gweather_location_unref (loc=0x55e7b5c95700) at 
gweather-location.c:396
i = 
loc = 0x55e7b5c95700

   g_free (loc->local_name);

I am pretty confident that its the same bug. I saw numerous variatons of
stacktraces while debugging the crash.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688209

Title:
  gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free()
  from gweather_location_unref() from g_boxed_free() from
  boxed_finalize()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1688209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688209] Re: gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from gweather_location_unref() from g_boxed_free() from boxed_finalize()

2017-05-28 Thread Daniel van Vugt
The stack trace does not match bug 1616651, and bug 1693964 is also
unrelated.

** This bug is no longer a duplicate of bug 1616651
   gnome-shell assert failure: *** Error in `/usr/bin/gnome-shell': free(): 
invalid pointer: 0x082dcf30 *** in g_strfreev() from 
g_themed_icon_finalize() from g_object_unref() from desktop_entry_unref()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688209

Title:
  gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free()
  from gweather_location_unref() from g_boxed_free() from
  boxed_finalize()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1688209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688209] Re: gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from gweather_location_unref() from g_boxed_free() from boxed_finalize()

2017-05-27 Thread Tim
*** This bug is a duplicate of bug 1616651 ***
https://bugs.launchpad.net/bugs/1616651

** This bug is no longer a duplicate of bug 1693964
   Menu Bar Becomes Unresponsive On Lock Screen
** This bug has been marked a duplicate of bug 1616651
   gnome-shell assert failure: *** Error in `/usr/bin/gnome-shell': free(): 
invalid pointer: 0x082dcf30 ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688209

Title:
  gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free()
  from gweather_location_unref() from g_boxed_free() from
  boxed_finalize()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1688209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688209] Re: gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from gweather_location_unref() from g_boxed_free() from boxed_finalize()

2017-05-27 Thread Tim
*** This bug is a duplicate of bug 1616651 ***
https://bugs.launchpad.net/bugs/1616651

This looks like a duplicate of bug 1693964 based on the stacktrace

** This bug has been marked a duplicate of bug 1693964
   Menu Bar Becomes Unresponsive On Lock Screen

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688209

Title:
  gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free()
  from gweather_location_unref() from g_boxed_free() from
  boxed_finalize()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1688209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1688209] Re: gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from gweather_location_unref() from g_boxed_free() from boxed_finalize()

2017-05-17 Thread Daniel van Vugt
Bump. Seems to be crashing the shell in zesty and artful fairly
frequently.

** Summary changed:

- 
/usr/bin/gnome-shell:11:__GI___libc_free:g_free:gweather_location_unref:g_boxed_free:boxed_finalize
+ gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free() from 
gweather_location_unref() from g_boxed_free() from boxed_finalize()

** Changed in: gnome-shell (Ubuntu)
   Importance: Medium => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1688209

Title:
  gnome-shell crashed with SIGSEGV in __GI___libc_free() from g_free()
  from gweather_location_unref() from g_boxed_free() from
  boxed_finalize()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1688209/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs