[Bug 732569] Re: weather applet freezes on clicking refresh

2011-09-20 Thread Ted Gould
Considering this is only happening in Maverick in the comments, I'm
going to assume that it got fixed in later versions.  If I'm wrong,
please reopen the bug.  Also a stack trace would be really useful here.
Thanks!

** Changed in: indicator-application
   Status: New = Fix Released

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

Title:
  weather applet freezes on clicking refresh

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

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-05-31 Thread andrewmcnnz
I think I might be seeing the same thing in gnome-terminal.

Jun  1 12:04:55  kernel: [364820.486296] gnome-terminal[3062]:
segfault at 40e ip b70a96c0 sp bfe70f70 error 4 in
libgobject-2.0.so.0.2600.1[b708+41000]

It happens sometimes when I close a window.

Might be the same thing affecting the gimp here:
http://ubuntuforums.org/showthread.php?p=10887638.

I'm not all that sure what that most of that log line says.  At the end
I see libgobject-2.0.so.0.2600.1[b708+41000]  I'm guessing those
numbers show me a base location in memory where that library is loaded,
and then +41000 is an offset.  The combination of
libgobject-2.0.so.0.2600.1 and +41000 turns up in a number of error
reports.  Is there a way to find out what's going on in the library at
+41000 ?

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-04-26 Thread Launchpad Bug Tracker
** Branch linked: lp:~ken-vandine/weather-
indicator/no_desktopcouch_packaging

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-04-04 Thread Vadim Rutkovsky
** Changed in: weather-indicator
   Status: Fix Committed = Fix Released

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-30 Thread Vadim Rutkovsky
Such an elegant solution for the problem, thanks Panagiotis!

** Changed in: weather-indicator
   Status: Confirmed = Fix Committed

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-29 Thread Nekhelesh Ramananthan
wow such a small thing causing a huge problembut I understand the
logic behind the problem. Hope this is fixed in the next release.

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-28 Thread Panagiotis Skintzos
The stall happens with Yahoo provider as well.
It happens when the user has the indicator menu popped up, while the program 
replaces the application-indicator menu (in menu_normal function 
(self.winder.set_menu(self.menu)).
Steps to reproduce:
- Choose Google as weather provider (it's slower than Yahoo, so it gives us 
time to reopen the menu, before the update occurs)
- Do a refresh
- Quickly reopen the menu; you'll see a Refreshing please wait in the refresh 
item.
- When the new weather data arrive, the gnome-panel will freeze.

Make sure to have a ssh session to your machine, opened from another machine, 
so that you can killall gnome-panel and escape from rebooting.
It's very possible that it happens with unity as well, I can't confirm it right 
now

If the menu is not shown during the replacement, there is no problem.
I think this bug belongs to either indicator-application or dbusmenu.
Somewhere on the client side, the gtk dbusmenu should get popped down, before 
it is released.

Vadim, a quick workaround/fix for this would be to set the indicator
menu only once and only hide/show the items depending on the status.

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-28 Thread Panagiotis Skintzos
** Also affects: indicator-application
   Importance: Undecided
   Status: New

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-28 Thread Panagiotis Skintzos
It also happens with Unity and it is connected to the indicator label change as 
well.
The code in indicator-weather (line 989):
self.winder.set_menu(self.menu)
self.update_label()

It replaces the menu while the menu is popped up and then resets the
label to a zero sized string and this causes the freeze.

Adding a non-zero sized label fixes the problem:
self.update_label( )

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-27 Thread Vadim Rutkovsky
** Changed in: weather-indicator
Milestone: 11.03.27 = cloudy-3

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-22 Thread Vadim Rutkovsky
It seems to be reproducible for Maverick only. hope, this is related to
previous libraries versions

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

** Changed in: weather-indicator
Milestone: 11.03.20 = cloudy-2

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-18 Thread Vadim Rutkovsky
Nekhelesh, I guess, it is Flash ('plugin-containe' in syslog), that is freezing 
up the machine.
Could you please try refreshing Weather Indicator without Firefox running? If 
it works, try the same with Firefox on any plain HTML page (e.g. Google 
homepage)

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-18 Thread Nekhelesh Ramananthan
I tried reproducing the error without Firefox running and it happens.
Infact I just restarted the system and reproduced the error. But as I
mentioned earlier it only happens when I choose Google as my weather
data provider. Hence I am going to stick with Yahoo to be on the safe
side. :)

And I'll do the crash report to nautilus.

This freezing has never happened before.. So yeah..

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-17 Thread Fabio Marconi
Mar 16 08:35:21 krnekhelesh-Inspiron-1525 kernel: [ 1589.867304] 
nautilus[2175]: segfault at  ip 006aa3cf sp bfd825d0 error 4 in 
libgobject-2.0.so.0.2600.1[67d000+41000]
Assigned to nautilus

** Package changed: ubuntu = nautilus (Ubuntu)

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

Title:
  weather applet freezes on clicking refresh

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


[Bug 732569] Re: weather applet freezes on clicking refresh

2011-03-17 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. However, your crash report is either missing or challenging to deal 
with as a '.crash' file. Please follow these instructions to have apport report 
a new bug about your crash that can be dealt with by the automatic retracer. 
 
 If you are running the Ubuntu Stable Release you might need to enable apport 
in /etc/default/apport and restart. 
 
 If you are using Ubuntu with the Gnome desktop environment - launch nautilus 
and navigate to your /var/crash directory and double click on the crash report 
you wish to submit. 
 
 If you are using Kubuntu or Xubuntu you can file the crash using 
/usr/share/apport/apport-qt --crash-file=/var/crash/_my_crash_report.crash in a 
terminal - where _my_crash_report.crash is the crash you would like to report. 
 I'm closing this bug report since the process outlined above will 
automatically open a new bug report which can then dealt with more efficiently. 
Thanks in advance for your cooperation and understanding.

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  weather applet freezes on clicking refresh

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