[Bug 773041] Re: Uses 100% cpu - automatically restarts when killed

2011-10-19 Thread Leonko
me to. 
10.10 = 11.04 Telepathy-Gabble uses 100%.

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

Title:
  Uses 100% cpu - automatically restarts when killed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-gabble/+bug/773041/+subscriptions

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


[Bug 877312] [NEW] struct usage problem: Use of unassigned local variable

2011-10-18 Thread Leonko
Public bug reported:

I new in mono and C#. I try to use sample from book with struct ussage
and get error:

using System;
namespace Proj
{
public struct Point
{
private int _x;
private int _y;
public int X
{
get {return _x;}
set {_x = value;}
}
public int Y
{
get{return _y;}
set{ _y = value;}
}
}

public class Program
{
public static void Main(string[] args)
{
Point p;
Console.WriteLine(p.X);
}
}

}

$ mono-csc Program.cs
Program.cs(32,43): error CS0165: Use of unassigned local variable `p'
Compilation failed: 1 error(s), 0 warnings

** Affects: mono (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/877312

Title:
  struct usage problem: Use of unassigned local variable

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

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


[Bug 851643] [NEW] get_review_stats_helper.py not use proxy

2011-09-16 Thread Leonko
Public bug reported:

Then I run software center, it's run background process: 
/usr/bin/python /usr/share/software-center/get_review_stats_helper.py 
--days-delta 1

and in netstat i see:
tcp0  1 192.168.1.12:41320  91.189.89.106:80SYN_SENT
14366/python on (73.86/5/0)

But i use proxy and all my connection goes through it.
Software center work fine with proxy.

** Affects: software-center (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/851643

Title:
  get_review_stats_helper.py not use proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/851643/+subscriptions

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