Bug#486811: [Pkg-libvirt-maintainers] Bug#486811: virt-manager: 0.5.4-2 Segmentation fault

2008-06-20 Thread Guido Günther
On Thu, Jun 19, 2008 at 06:31:33PM +0200, Balázs Hámorszky wrote:
 ISO8859-2
There are other known issues with non UTF8 locales in virt-manager - see
#465497, but I haven't seen segfaults so far. I've forwarded this
upstream, but I don't think upstream cares much about non-utf8 locales
so a patch to fix this would be welcome.
Cheers,
 -- Guido



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486811: [Pkg-libvirt-maintainers] Bug#486811: virt-manager: 0.5.4-2 Segmentation fault

2008-06-19 Thread Guido Günther
Hi,
On Wed, Jun 18, 2008 at 11:52:12AM +0200, Balazs Hamorszky wrote:
[..snip..] 
 UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-14: 
 unsupported Unicode code range
 Traceback (most recent call last):
   File /usr/lib/python2.5/logging/handlers.py, line 73, in emit
 if self.shouldRollover(record):
   File /usr/lib/python2.5/logging/handlers.py, line 146, in shouldRollover
 msg = %s\n % self.format(record)
   File /usr/lib/python2.5/logging/__init__.py, line 630, in format
 return fmt.format(record)
   File /usr/lib/python2.5/logging/__init__.py, line 421, in format
 s = self._fmt % record.__dict__
 UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-14: 
 unsupported Unicode code range
 /usr/share/virt-manager/virtManager/manager.py:98: GtkWarning: Invalid input 
 string
   self.window = gtk.glade.XML(config.get_glade_dir() + /vmm-manager.glade, 
 vmm-manager, domain=virt-manager)
 Szegmens hiba
This looks weird since it's the initial glade setup. Could you check if
/usr/share/virt-manager/vmm-manager.glade looks o.k. and hast the md5sum
2a98fade031dce2935661629d831ed42? Did virt-manager work before for you?
 -- Guido



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486811: [Pkg-libvirt-maintainers] Bug#486811: virt-manager: 0.5.4-2 Segmentation fault

2008-06-19 Thread Balázs Hámorszky
2a98fade031dce2935661629d831ed42  /usr/share/virt-manager/vmm-manager.glade
I've just installed it on my system, so it never worked. I've tried to
compile one from the upstream source, but I get the same error.

On Thu, Jun 19, 2008 at 13:23, Guido Günther [EMAIL PROTECTED] wrote:
 Hi,
 On Wed, Jun 18, 2008 at 11:52:12AM +0200, Balazs Hamorszky wrote:
 [..snip..]
 UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-14: 
 unsupported Unicode code range
 Traceback (most recent call last):
   File /usr/lib/python2.5/logging/handlers.py, line 73, in emit
 if self.shouldRollover(record):
   File /usr/lib/python2.5/logging/handlers.py, line 146, in shouldRollover
 msg = %s\n % self.format(record)
   File /usr/lib/python2.5/logging/__init__.py, line 630, in format
 return fmt.format(record)
   File /usr/lib/python2.5/logging/__init__.py, line 421, in format
 s = self._fmt % record.__dict__
 UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-14: 
 unsupported Unicode code range
 /usr/share/virt-manager/virtManager/manager.py:98: GtkWarning: Invalid input 
 string
   self.window = gtk.glade.XML(config.get_glade_dir() + /vmm-manager.glade, 
 vmm-manager, domain=virt-manager)
 Szegmens hiba
 This looks weird since it's the initial glade setup. Could you check if
 /usr/share/virt-manager/vmm-manager.glade looks o.k. and hast the md5sum
 2a98fade031dce2935661629d831ed42? Did virt-manager work before for you?
  -- Guido




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486811: [Pkg-libvirt-maintainers] Bug#486811: virt-manager: 0.5.4-2 Segmentation fault

2008-06-19 Thread Guido Günther
On Thu, Jun 19, 2008 at 05:40:21PM +0200, Guido Günther wrote:
 On Thu, Jun 19, 2008 at 02:34:50PM +0200, Balázs Hámorszky wrote:
  2a98fade031dce2935661629d831ed42  /usr/share/virt-manager/vmm-manager.glade
  I've just installed it on my system, so it never worked. I've tried to
  compile one from the upstream source, but I get the same error.
 This is weird - any other python-glade2 program is working fine? Could
 you try to do a:
  strace -f -e file -o vm.log /usr/bin/virt-manager --no-fork
 and check if this turn anything up? Installing the gtk debugging
 libraries and running und gdb might give us some more information too.
Looking at some traces I did the error message you get might just be
misleading and the problem isn't even related to glade. Anyways: the
above might give us more information as might:
LC_ALL=C virt-manager --no-fork
Cheers,
 -- Guido



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486811: [Pkg-libvirt-maintainers] Bug#486811: virt-manager: 0.5.4-2 Segmentation fault

2008-06-19 Thread Guido Günther
On Thu, Jun 19, 2008 at 02:34:50PM +0200, Balázs Hámorszky wrote:
 2a98fade031dce2935661629d831ed42  /usr/share/virt-manager/vmm-manager.glade
 I've just installed it on my system, so it never worked. I've tried to
 compile one from the upstream source, but I get the same error.
This is weird - any other python-glade2 program is working fine? Could
you try to do a:
 strace -f -e file -o vm.log /usr/bin/virt-manager --no-fork
and check if this turn anything up? Installing the gtk debugging
libraries and running und gdb might give us some more information too.
Cheers,
 -- Guido



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486811: [Pkg-libvirt-maintainers] Bug#486811: virt-manager: 0.5.4-2 Segmentation fault

2008-06-19 Thread Balázs Hámorszky
it starts perfectly this way.
 LC_ALL=C virt-manager --no-fork
 Cheers,
  -- Guido




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486811: [Pkg-libvirt-maintainers] Bug#486811: virt-manager: 0.5.4-2 Segmentation fault

2008-06-19 Thread Guido Günther
On Thu, Jun 19, 2008 at 06:03:55PM +0200, Balázs Hámorszky wrote:
 it starts perfectly this way.
  LC_ALL=C virt-manager --no-fork
What locale are you using? This isn't a UTF8 one, is it?
 -- Guido



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486811: [Pkg-libvirt-maintainers] Bug#486811: virt-manager: 0.5.4-2 Segmentation fault

2008-06-19 Thread Balázs Hámorszky
ISO8859-2

On Thu, Jun 19, 2008 at 18:29, Guido Günther [EMAIL PROTECTED] wrote:
 On Thu, Jun 19, 2008 at 06:03:55PM +0200, Balázs Hámorszky wrote:
 it starts perfectly this way.
  LC_ALL=C virt-manager --no-fork
 What locale are you using? This isn't a UTF8 one, is it?
  -- Guido




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]