[Bug 1179065] Re: Update to 6.25

2013-05-26 Thread Bug Watch Updater
** Changed in: nmap (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap in Ubuntu.
https://bugs.launchpad.net/bugs/1179065

Title:
  Update to 6.25

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/1179065/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1095757] Re: Please update krb5 to new upstream release =1.10.2

2013-05-26 Thread Bug Watch Updater
** Changed in: krb5 (Debian)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in Ubuntu.
https://bugs.launchpad.net/bugs/1095757

Title:
  Please update krb5 to new upstream release =1.10.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1095757/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 998918] Re: openvpn openssl.cnf file missing

2013-05-26 Thread eas
I spent a little time debugging this. I don't think it is a matter of a
missing config file.

When you 'source vars', one of the things that happens is this:

 # This variable should point to
 # the openssl.cnf file included
 # with easy-rsa.
 export KEY_CONFIG=`$EASY_RSA/whichopensslcnf $EASY_RSA`

If you look at whichopensslcnf, you see that the first section includes
logic for determining the correct config file to used based on the
OpenSSL version installed on the system.

On my system (12.04 lts), 'openssl version' produces the following
output:

 # openssl version
 OpenSSL 1.0.1 14 Mar 2012

Which, presumably, should generate a match in this code in
whichopensslcnf:

 elif $OPENSSL version | grep -E 1\.0\.([[:digit:]][[:alnum:]])  /dev/null; 
 then
 cnf=$1/openssl-1.0.0.cnf
 else
  cnf=$1/openssl.cnf
 fi

Instead it is falling through to the default value (tested by running
the grep command on its own)  , which results in the output noted by
others above.

One workaround is to symlink openssl.cnf to the appropriate config file
mentioned above.  The solution is to fix the pattern matching...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/998918

Title:
  openvpn  openssl.cnf file missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/998918/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1083719] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-05-26 Thread Nate Muench (Mink)
** Branch linked: lp:~n-muench/ubuntu/precise/open-vm-tools/open-vm-
tools.raring-precise.backport

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1083719

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1083719] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-05-26 Thread Nate Muench (Mink)
I've started work on the Raring backport.  It should give support
through 3.7 (3.8 with the patches).  There's still stuff to downgrade
back to what it looked like for Precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1083719

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1134036] Re: Failure when using ssh with a locale that is not configured on the server

2013-05-26 Thread Julian Edwards
No, I never saw this sort of message at all.  I concur with  falling
back to a C locale though, because as it stands package installation of
Postgres just *hangs*.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1134036

Title:
  Failure when using ssh with a locale that is not configured on the
  server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1134036/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1184457] [NEW] Stores user configuration outside of $XDG_CONFIG_HOME

2013-05-26 Thread Chris Halse Rogers
Public bug reported:

Juju stores user configuration in ~/.juju. Ideally this would be stored 
alongside the rest of the user-local configuration, in $XDG_CONFIG_HOME/juju
(this will almost always be $HOME/.config/juju).

I've not yet checked whether juju stores any cache data in ~/.juju; if
it does, that would ideally be in $XDG_CACHE_HOME.

Using the XDG basedir spec directories makes it easier to determine what files 
are precious and what may be discarded,
and so is useful for backup programs or users poking around trying to do manual 
backups or the like.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: juju-core 1.10.0.1-0ubuntu1~ubuntu13.04.1
Uname: Linux 3.7.10-linode49 i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
Date: Mon May 27 01:11:37 2013
Dependencies:
 
MarkForUpload: True
SourcePackage: juju-core
UpgradeStatus: Upgraded to raring on 2013-02-28 (87 days ago)

** Affects: juju-core (Ubuntu)
 Importance: Wishlist
 Status: New


** Tags: apport-bug i386 raring

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to juju-core in Ubuntu.
https://bugs.launchpad.net/bugs/1184457

Title:
  Stores user configuration outside of $XDG_CONFIG_HOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1184457/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1182980] Re: global parameters do not apply to enlistment

2013-05-26 Thread Julian Edwards
** Changed in: maas
   Status: Triaged = In Progress

** Changed in: maas
 Assignee: (unassigned) = Julian Edwards (julian-edwards)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1182980

Title:
  global parameters do not apply to enlistment

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1182980/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1182980] Re: global parameters do not apply to enlistment

2013-05-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~julian-edwards/maas/enlistment-kernel-params

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1182980

Title:
  global parameters do not apply to enlistment

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1182980/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1184247] Re: apt thinks a newer package is older

2013-05-26 Thread David Kalnischkies
This is correct as the 1: in 1:0.99.1 is called an epoch which if
not present is 0: – and a package with a higher epoch is always newer
than any version number with a lower epoch.

** Changed in: apt (Ubuntu)
   Status: New = Invalid

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

Title:
  apt thinks a newer package is older

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1184247/+subscriptions

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

[Bug 913272] Re: drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed‏

2013-05-26 Thread Peter Snow
This affects me on an Acer Aspire 4752G
Kubuntu 12.04 LTS.

May also be the root cause of regular complete system crash where even
Alt+SysRq doesn't work.

See http://askubuntu.com/q/300147/146920 for logs and more information.

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

Title:
  drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed‏

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/913272/+subscriptions

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

[Bug 1184269] [NEW] tty error

2013-05-26 Thread SHIRAMINE Ken-ichi
Public bug reported:

I pressed Ctrl+Alt+F1 to open tty1. Then messeges

[  xxx.x]  [drm] nouveau :01:00.0: unkown i2c port 51
[  xxx.x]  [drm] nouveau :01:00.0: unkown i2c port 48
[  xxx.x]  [drm] nouveau :01:00.0: unkown i2c port 54
[  xxx.x]  [drm] nouveau :01:00.0: unkown i2c port 55
[  xxx.x]  [drm] nouveau :01:00.0: unkown i2c port 56

are shown repeatedly. The messages prevent to log in.

System: Ubuntu 12.04LTS precise
Graphics: Nvidia NVS 5400M Optimus

** Affects: poppler (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  tty error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1184269/+subscriptions

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


[Bug 1141063] Re: Example extensions cause error: ERROR:root:code for hash md5 was not found.

2013-05-26 Thread Doug McMahon
*** This bug is a duplicate of bug 1170017 ***
https://bugs.launchpad.net/bugs/1170017

marking as dupe

** This bug has been marked a duplicate of bug 1170017
   nautilus-python fails to load on 64-bit systems: g_module_open libpython 
failed: No such file or directory

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

Title:
  Example extensions cause error: ERROR:root:code for hash md5 was not
  found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-python/+bug/1141063/+subscriptions

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


[Bug 1039604] Re: Please re-enable PIE and BIND_NOW

2013-05-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/totem

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

Title:
  Please re-enable PIE and BIND_NOW

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1039604/+subscriptions

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


[Bug 930447] Re: Unable to start Ubuntu 12.04 live CD with syslinux loader on Pentium M x86 Laptop due to bug in PAE kernel, initramfs or syslinux

2013-05-26 Thread sudodus
Has this bug really been fixed and released?  If so, where is the code?

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

Title:
  Unable to start Ubuntu 12.04 live CD with syslinux loader on Pentium M
  x86 Laptop due to bug in PAE kernel, initramfs or syslinux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/930447/+subscriptions

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


[Bug 837585] Re: indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 743541 ***
https://bugs.launchpad.net/bugs/743541

** This bug is no longer a duplicate of bug 763284
   indicator-weather crashed with SIGSEGV in g_main_context_dispatch()
** This bug has been marked a duplicate of bug 743541
   indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_build_variant()

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

Title:
  indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/837585/+subscriptions

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


[Bug 942932] Re: indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 743541 ***
https://bugs.launchpad.net/bugs/743541

** This bug is no longer a duplicate of bug 763284
   indicator-weather crashed with SIGSEGV in g_main_context_dispatch()
** This bug has been marked a duplicate of bug 743541
   indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_build_variant()

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

Title:
  indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/942932/+subscriptions

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


[Bug 843273] Re: indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 743541 ***
https://bugs.launchpad.net/bugs/743541

** This bug is no longer a duplicate of bug 763284
   indicator-weather crashed with SIGSEGV in g_main_context_dispatch()
** This bug has been marked a duplicate of bug 743541
   indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_build_variant()

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

Title:
  indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/843273/+subscriptions

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


[Bug 778691] Re: indicator-weather crashed with SIGSEGV in free()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 743541 ***
https://bugs.launchpad.net/bugs/743541

** This bug has been marked a duplicate of bug 743541
   indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_build_variant()

** This bug has been marked a duplicate of bug 743541
   indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_build_variant()

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

Title:
  indicator-weather crashed with SIGSEGV in free()

To manage notifications about this bug go to:
https://bugs.launchpad.net/libdbusmenu/+bug/778691/+subscriptions

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


[Bug 763284] Re: indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 743541 ***
https://bugs.launchpad.net/bugs/743541

** This bug has been marked a duplicate of bug 743541
   indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_build_variant()

** This bug has been marked a duplicate of bug 743541
   indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_build_variant()

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

Title:
  indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

To manage notifications about this bug go to:
https://bugs.launchpad.net/libdbusmenu/+bug/763284/+subscriptions

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


[Bug 762573] Re: indicator-weather crashed with SIGSEGV in g_variant_builder_add_value()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 743541 ***
https://bugs.launchpad.net/bugs/743541

** This bug has been marked a duplicate of bug 743541
   indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_build_variant()

** This bug has been marked a duplicate of bug 743541
   indicator-weather crashed with SIGSEGV in dbusmenu_menuitem_build_variant()

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

Title:
  indicator-weather crashed with SIGSEGV in
  g_variant_builder_add_value()

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-application/+bug/762573/+subscriptions

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


[Bug 1170017] Re: nautilus-python fails to load on 64-bit systems: g_module_open libpython failed: No such file or directory

2013-05-26 Thread Doug McMahon
Don't have a 32 bit install but would it not also be affected as filelist for 
libpython2.7  shows - 
/usr/lib/i386-linux-gnu/libpython2.7.so.1.0

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

Title:
  nautilus-python fails to load on 64-bit systems: g_module_open
  libpython failed: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus-python/+bug/1170017/+subscriptions

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


[Bug 586279] Re: Wrong conversion of auml; in HTML

2013-05-26 Thread Bug Watch Updater
** Changed in: html2text (Debian)
   Status: New = Fix Released

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

Title:
  Wrong conversion of auml; in HTML

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/html2text/+bug/586279/+subscriptions

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


[Bug 1070473] Re: Upgrade ENet to v1.3.6

2013-05-26 Thread Bug Watch Updater
** Changed in: enet (Debian)
   Status: Fix Committed = Fix Released

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

Title:
  Upgrade ENet to v1.3.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/enet/+bug/1070473/+subscriptions

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


[Bug 245281] Re: support composer id3 tags

2013-05-26 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Confirmed = Fix Released

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

Title:
  support composer id3 tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/245281/+subscriptions

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


[Bug 1184086] Re: HUD can't find LibO menu entries after print preview

2013-05-26 Thread Marek Wrzosek
Thank you for clarification. Can you tell me how to report bugs to this
particular PPA? I can't see any report bug link there, only contact
this team's admins. There are 3 bug reports, so it is possible.

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

Title:
  HUD can't find LibO menu entries after print preview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1184086/+subscriptions

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


[Bug 1178131] Re: 14e4:16bc SD card slot not working on Acer Aspire One 756

2013-05-26 Thread StefanF
The value 0x41 (enable L1 only) works also fine. The Kernel sets the
value to 0x43 which does not work.

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

Title:
  14e4:16bc SD card slot not working on Acer Aspire One 756

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178131/+subscriptions

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


[Bug 1178131] Re: 14e4:16bc SD card slot not working on Acer Aspire One 756

2013-05-26 Thread StefanF
Sorry, there is a mistyping in my previous comment. It should read:

The value 0x41 (disable L1 only) works also fine.

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

Title:
  14e4:16bc SD card slot not working on Acer Aspire One 756

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178131/+subscriptions

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


[Bug 1184277] [NEW] video files not downloading sequentially while preview in the media plugin

2013-05-26 Thread Ahmed Osama
Public bug reported:

if i preview a video file being downloaded in ktorrent , the file
doesnot download sequentially , couldnt find an option to tell ktorrent
to do so

** Affects: ktorrent (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ktorrent preview stream

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

Title:
  video files not downloading sequentially while preview in the media
  plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktorrent/+bug/1184277/+subscriptions

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


[Bug 1184276] [NEW] Screen locking issue

2013-05-26 Thread babis x
Public bug reported:

The problems keep on.I do not feel good that i buther you so often , but
the only way to unblock the screen is the alt+f2 and if i do not
continue to send you the apport doesn't move anything on the screen.Also
the sound shows very often does not going through the logiteck
speakers(digital) but goes through built in audio (analog),ALSO on right
top i have the choice for English or Greek language and this is complety
mixed up .I switch them but even when they switch still on top doesn't
show that they have been switched (example : i swith from En to Gr , i
am able to write in Greek but the sign on top still shows En)Also for
the sound when i go to the sound settings and i switch to speakers and i
change the volume from the sound setting some it does funny noices every
click)The screen keeps to lock ( gets  darker and i am not able to do
anything on the screen ) as i have reported to you several times. I have
received Your emails ,3 from Adela Suhani on May 21 and 2 more from
Rajiv on May  24,and iREALLY WANT TO THANK YOU A LOT.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-screensaver 3.6.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.8.0-22.33-generic 3.8.11
Uname: Linux 3.8.0-22-generic i686
ApportVersion: 2.9.2-0ubuntu8
Architecture: i386
Date: Sun May 26 09:45:55 2013
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session idle-delay uint32 3600
 org.gnome.desktop.session session-name 'ubuntu'
InstallationDate: Installed on 2013-02-12 (102 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-screensaver
Symptom: security
Title: Screen locking issue
UpgradeStatus: Upgraded to raring on 2013-05-14 (11 days ago)

** Affects: gnome-screensaver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 raring

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

Title:
  Screen locking issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1184276/+subscriptions

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


[Bug 1184063] Re: With nonrectangular multi-monitor arrangements, display region is wrong

2013-05-26 Thread HyperHacker
Actually, I guess it's not even non-rectangular configurations that
cause this issue - after changing them to a wide rectangular
configuration, DVI-1 still displays the region from 1280x1024+0+0 (which
is now also displayed on the topmost screen), while xrandr still claims
it's 1920x1080+2560+0. The cursor isn't huge anymore though. So this
just seems to be some issue with handling multi-monitor configurations.
Again the cursor moves across all screens correctly, but the windows
don't.

Also another correction, the previous version I was using was 12.10, not
12.04. Both configurations worked fine there. (Except that Awesome WM
would place windows off screen, but that's another bug...)

I tried running xcompmgr to see if that would make any difference, but
there's no change.

** Summary changed:

- With nonrectangular multi-monitor arrangements, display region is wrong
+ [HD5770] Multi-monitor display region is wrong (worked in 12.10)

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

Title:
  [HD5770] Multi-monitor display region is wrong (worked in 12.10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1184063/+subscriptions

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


[Bug 1180730] Re: kernel crash

2013-05-26 Thread Daniel Moyne
Unfortunately, no but it happened few times without being sure that it
was  with the same as some kernel updates may have taken place.

If this occurs again as the computer freezes, where to collect a proper
bug report instead of a picture as I did?

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

Title:
  kernel crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1180730/+subscriptions

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


[Bug 1178951] Re: Ambiance theme issue with selection rendering in GNOME apps

2013-05-26 Thread Adolfo Jayme Barrientos
*** This bug is a duplicate of bug 928561 ***
https://bugs.launchpad.net/bugs/928561

Thanks for reporting this, it is a known problem and already tracked at
LP: #928561.

** This bug has been marked a duplicate of bug 928561
   Ambiance/Radiance don't support gnome-documents very well

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

Title:
  Ambiance theme  issue with selection rendering in GNOME apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/light-themes/+bug/1178951/+subscriptions

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


[Bug 893551] Re: Does not display temperature (under xfce and gnome-shell)

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 797586 ***
https://bugs.launchpad.net/bugs/797586

** This bug has been marked a duplicate of bug 797586
   Temperature label is not displayed near the weather icon (under GNOME Shell, 
GNOME Fallback, LXDE, KDE, and XFCE)

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

Title:
  Does not display temperature (under xfce and gnome-shell)

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/893551/+subscriptions

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


Re: [Bug 72018]

2013-05-26 Thread Piero Mazzini
No, thank you.
The problem is solved.

Regards,

Piero Mazzini

Il giorno 25/mag/2013, alle ore 23.40, Vseerror ha scritto:

 gtk_style_realize is not found in crash-stats. 
 Do you stilll see this problem?
 
 https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/91334 last status is 
 WONTFIX
 https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/72018 is also WONTFIX
 
 -- 
 You received this bug notification because you are subscribed to a
 duplicate bug report (86619).
 https://bugs.launchpad.net/bugs/72018
 
 Title:
  MASTER Firefox Crash [@gtk_style_realize] [@nsFilePicker::Show]
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/firefox/+bug/72018/+subscriptions

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

Title:
  MASTER Firefox Crash [@gtk_style_realize] [@nsFilePicker::Show]

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/72018/+subscriptions

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


[Bug 982889] Re: X trying to start before plymouth has finished using the drm driver

2013-05-26 Thread Miklos Juhasz
After all the proposed packages work fine here.
I've installed them on 2 laptops and a desktop (all suffering from this issue ) 
and been using them for a week. I started up these hosts several times a day 
and for the sake of testing I also rebooted them a couple of times every day 
and each time lightdm started as expected.
I also installed the packages on 2 other laptops (not suffering from this bug) 
and I did not spot any regression.

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

Title:
  X trying to start before plymouth has finished using the drm driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/982889/+subscriptions

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


[Bug 787814] Re: Compiz Opacify Not Working After Upgrade to 11.04

2013-05-26 Thread MC Return
** Changed in: compiz
   Status: Confirmed = In Progress

** Branch linked: lp:~mc-return/compiz/compiz.merge-fix787814-opacify-
autostart-broken

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

Title:
  Compiz Opacify Not Working After Upgrade to 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/787814/+subscriptions

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


[Bug 933518] Re: Temperature getting displayed next to network icon

2013-05-26 Thread Joshua Tasker
Can't repro; if this still exists in latest version please reopen this
bug

** Changed in: weather-indicator
   Status: New = Invalid

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

Title:
  Temperature getting displayed next to network icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/libindicate/+bug/933518/+subscriptions

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


[Bug 897431] Re: indicator weather wont load

2013-05-26 Thread Joshua Tasker
Can't reproduce; if this still exists in latest version please reopen
this bug report.

** Changed in: weather-indicator
   Status: New = Invalid

** Changed in: indicator-weather (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  indicator weather wont load

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/897431/+subscriptions

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


[Bug 1179065] Re: Update to 6.25

2013-05-26 Thread Bug Watch Updater
** Changed in: nmap (Debian)
   Status: New = Fix Released

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

Title:
  Update to 6.25

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/1179065/+subscriptions

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


[Bug 1184282] [NEW] gthumb: videos do not play in fresh lubuntu installation

2013-05-26 Thread Pedro Soria-Rodriguez
Public bug reported:

In multiple versions of lubuntu (since a couple of years ago, up to and
including lubuntu 13.04) I have noticed that gthumb does not play videos
in the default installation of lubuntu.

The problem is fixed by installing package gstreamer0.10-x

A little more detail:   The videos that are not working are from a Canon
camera.   I am not sure if other videos work or not in gthumb.

gstreamer0.10-x is described as GStreamer plugins for X11 and Pango.So 
the lack of video in gthumb in my system is either:
a) due to my hardware (and thus the additional plugin solves my problem)
b) hardware independent (and then all lubuntu installations should have this 
problem).

I have changed hardware recently (from an Nvidia to an ATI card) and the
problem remains:  a newly installed lubuntu with gthumb results in
gthumb not playing those Canon camera videos.

So it seems that gstreamer0.10-x be required by gthumb... (or it should
be required by a default gstreamer installation;  I do not know exactly
how dependencies are planned)

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  gthumb: videos do not play in fresh lubuntu installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1184282/+subscriptions

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


[Bug 1184024] Re: PCI/internal sound card not detected

2013-05-26 Thread Daniel Letzeisen
Probably: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1169984

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

Title:
  PCI/internal sound card not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1184024/+subscriptions

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


[Bug 787814] Re: Compiz Opacify Toggle Opacify on by default setting not working after upgrade to 11.04

2013-05-26 Thread MC Return
The branch linked fixes this bug :)

** Summary changed:

- Compiz Opacify Not Working After Upgrade to 11.04
+ Compiz Opacify Toggle Opacify on by default setting not working after 
upgrade to 11.04

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

Title:
  Compiz Opacify Toggle Opacify on by default setting not working
  after upgrade to 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/787814/+subscriptions

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


[Bug 747183] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: free(): invalid pointer: 0xb70f8a08 ***

2013-05-26 Thread Joshua Tasker
Fixed in 13.05.17, if you can reproduce please reopen or file a new bug.

** Changed in: weather-indicator
Milestone: backlog = 13.05.17

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: free(): invalid pointer: 0xb70f8a08 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/weather-indicator/+bug/747183/+subscriptions

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


[Bug 1184284] [NEW] package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to install/upgrade: bcmwl kernel module failed to build

2013-05-26 Thread Tejas Tank
Public bug reported:

ubuntu 10.04 + hp 2000 failed.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-47.109-generic 2.6.32.60+drm33.26
Uname: Linux 2.6.32-47-generic i686
Architecture: i386
Date: Sun May 26 12:57:36 2013
ErrorMessage: bcmwl kernel module failed to build
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageVersion: 5.60.48.36+bdcom-0ubuntu3
SourcePackage: bcmwl
Title: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to 
install/upgrade: bcmwl kernel module failed to build

** Affects: bcmwl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to
  install/upgrade: bcmwl kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1184284/+subscriptions

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


[Bug 1184283] [NEW] baobab is not able to read a mounted encrypted home directory

2013-05-26 Thread Michael Basse
Public bug reported:

i was trying to find out what is using a lot of space on my system.

Its using the default home-encryption from ubuntu.
The home belongs to michael. The home is mounted (see screenshot attached) 
but baobab is only showing the .Private part. baobab was started as michael

Its not showing ~/Documents and so on, just the encrypted files.

It would be great if baobab could read the mounted part which contains
~/Documents and so on

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: baobab 3.6.4-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-22.33-generic 3.8.11
Uname: Linux 3.8.0-22-generic x86_64
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Sun May 26 10:00:00 2013
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-07-09 (321 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: baobab
UpgradeStatus: Upgraded to raring on 2013-05-06 (19 days ago)

** Affects: baobab (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring

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

Title:
  baobab is not able to read a mounted encrypted home directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/baobab/+bug/1184283/+subscriptions

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


[Bug 1184283] Re: baobab is not able to read a mounted encrypted home directory

2013-05-26 Thread Michael Basse
** Attachment added: Screenshot of baobab which will not read the home-dir
   
https://bugs.launchpad.net/ubuntu/+source/baobab/+bug/1184283/+attachment/3686937/+files/Bildschirmfoto%20vom%202013-05-26%2009%3A59%3A32.png

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

Title:
  baobab is not able to read a mounted encrypted home directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/baobab/+bug/1184283/+subscriptions

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


[Bug 1037314] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/1037314/+subscriptions

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


[Bug 983647] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/983647/+subscriptions

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


[Bug 983257] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/983257/+subscriptions

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


[Bug 981371] Re: indicator-weather crashed with SIGABRT in __open_catalog()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in __open_catalog()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/981371/+subscriptions

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


[Bug 978852] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/978852/+subscriptions

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


[Bug 977182] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/977182/+subscriptions

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


[Bug 974513] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/974513/+subscriptions

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


[Bug 969818] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/969818/+subscriptions

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


[Bug 962161] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/962161/+subscriptions

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


[Bug 959048] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/959048/+subscriptions

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


[Bug 957729] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/957729/+subscriptions

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


[Bug 952820] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x0000000003105720 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x03105720 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/952820/+subscriptions

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


[Bug 952640] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x000000000293a980 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x0293a980 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/952640/+subscriptions

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


[Bug 949017] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/949017/+subscriptions

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


[Bug 948400] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/948400/+subscriptions

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


[Bug 947636] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x00007f8680002920 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x7f8680002920 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/947636/+subscriptions

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


[Bug 947179] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x0000000001271530 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x01271530 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/947179/+subscriptions

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


[Bug 945771] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/945771/+subscriptions

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


[Bug 936969] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/936969/+subscriptions

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


[Bug 943270] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x096a0460 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x096a0460 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/943270/+subscriptions

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


[Bug 930024] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/930024/+subscriptions

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


[Bug 907625] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x098e23c8 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x098e23c8 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/907625/+subscriptions

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


[Bug 902526] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x09e58a20 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x09e58a20 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/902526/+subscriptions

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


[Bug 889958] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/889958/+subscriptions

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


[Bug 884623] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/884623/+subscriptions

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


[Bug 943248] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x0000000001604ea0 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x01604ea0 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/943248/+subscriptions

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


[Bug 922637] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/922637/+subscriptions

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


[Bug 909238] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x0970d360 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x0970d360 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/909238/+subscriptions

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


[Bug 921617] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x000000000170c700 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x0170c700 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/921617/+subscriptions

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


[Bug 869659] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/869659/+subscriptions

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


[Bug 869389] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x09464408 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x09464408 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/869389/+subscriptions

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


[Bug 868623] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x00000000028a7840 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x028a7840 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/868623/+subscriptions

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


[Bug 863357] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x088af338 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x088af338 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/863357/+subscriptions

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


[Bug 860216] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/860216/+subscriptions

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


[Bug 939520] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/939520/+subscriptions

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


[Bug 945555] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/94/+subscriptions

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


[Bug 860125] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/860125/+subscriptions

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


[Bug 921915] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/921915/+subscriptions

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


[Bug 856742] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/856742/+subscriptions

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


[Bug 920969] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/920969/+subscriptions

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


[Bug 850661] Re: [Oneiric b1] indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  [Oneiric b1] indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/850661/+subscriptions

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


[Bug 854169] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x0000000001ab8d20 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x01ab8d20 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/854169/+subscriptions

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


[Bug 850552] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/850552/+subscriptions

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


[Bug 848865] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: double free or corruption (fasttop): 0x00000000014ea8a0 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: double free or corruption (fasttop):
  0x014ea8a0 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/848865/+subscriptions

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


[Bug 846637] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x00000000024578c0 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x024578c0 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/846637/+subscriptions

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


[Bug 840943] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x098db1b0 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x098db1b0 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/840943/+subscriptions

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


[Bug 840279] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x0000000001ddfce0 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x01ddfce0 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/840279/+subscriptions

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


[Bug 839689] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x0000000002547840 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x02547840 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/839689/+subscriptions

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


[Bug 819988] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x0000000001cb5580 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x01cb5580 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/819988/+subscriptions

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


[Bug 818063] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x0000000001f60cc0 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x01f60cc0 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/818063/+subscriptions

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


[Bug 810137] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: realloc(): invalid pointer: 0x0000000002203d80 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: realloc(): invalid pointer: 0x02203d80 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/810137/+subscriptions

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


[Bug 794116] Re: indicator-weather crashed with SIGABRT in raise()

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/794116/+subscriptions

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


[Bug 768251] Re: indicator-weather assert failure: *** glibc detected *** /usr/bin/python: double free or corruption (fasttop): 0x09f099c0 ***

2013-05-26 Thread Joshua Tasker
*** This bug is a duplicate of bug 747183 ***
https://bugs.launchpad.net/bugs/747183

** This bug is no longer a duplicate of bug 765397
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
realloc(): invalid pointer: 0x08d86650 ***
** This bug has been marked a duplicate of bug 747183
   indicator-weather assert failure: *** glibc detected *** /usr/bin/python: 
free(): invalid pointer: 0xb70f8a08 ***

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

Title:
  indicator-weather assert failure: *** glibc detected ***
  /usr/bin/python: double free or corruption (fasttop): 0x09f099c0 ***

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/768251/+subscriptions

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


  1   2   3   4   5   6   7   8   >