[Bug 887115] Re: KeePassX not visible in Unity task switcher (Alt-Tab)

2012-05-16 Thread zhangsong023
** Changed in: keepassx (Ubuntu)
   Status: Invalid = New

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

Title:
  KeePassX not visible in Unity task switcher (Alt-Tab)

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

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


[Bug 562713] Re: audacious 2.3 crashed when playing audio file.

2010-04-16 Thread zhangsong023
Upgraded.
Thanks.

-- 
audacious 2.3 crashed when playing audio file.
https://bugs.launchpad.net/bugs/562713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562713] Re: audacious 2.3 crashed when playing audio file.

2010-04-15 Thread zhangsong023
Hi, the version of the package in the ubuntu repository is still
2.3-1ubuntu1, when would the package be upgraded to 2.3-1ubuntu2?

Thanks.

-- 
audacious 2.3 crashed when playing audio file.
https://bugs.launchpad.net/bugs/562713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562713] Re: audacious 2.3 crashed when playing audio file.

2010-04-14 Thread zhangsong023
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: audacious
  
  10.04 with daily upgrade and 2.3-1ubuntu1.
  After upgrade today, audacious crashed when playing audio file.
  
  Reproduce:
  1. Open audacious then play any audio file such as mp3 or wma.
  2. audacious 2.3 crashed with the output core dump.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: audacious 2.3-1ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-20-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Wed Apr 14 09:45:02 2010
  ProcEnviron:
   LANGUAGE=zh_CN:zh:en_US:en
   PATH=(custom, user)
   LANG=zh_CN.UTF-8
   SHELL=/bin/bash
  SourcePackage: audacious
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 10.04
+ NonfreeKernelModules: nvidia
+ Package: audacious 2.3-1ubuntu1
+ PackageArchitecture: i386
+ ProcEnviron:
+  LANGUAGE=zh_CN:zh:en_US:en
+  PATH=(custom, user)
+  LANG=zh_CN.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2
+ Tags: lucid
+ Uname: Linux 2.6.32-20-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare video

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/44142773/Dependencies.txt

-- 
audacious 2.3 crashed when playing audio file.
https://bugs.launchpad.net/bugs/562713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562713] Re: audacious 2.3 crashed when playing audio file.

2010-04-14 Thread zhangsong023
I noticed that audaous would complain Program received signal SIGILL,
Illegal instruction.

It is certainly because the package compiled with some extension of
specific CPU.

-- 
audacious 2.3 crashed when playing audio file.
https://bugs.launchpad.net/bugs/562713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562713] Re: audacious 2.3 crashed when playing audio file.

2010-04-14 Thread zhangsong023
The backtrace:

#0  0x08056773 in ?? ()
#1  0x0807025e in ?? ()
#2  0x080702b5 in ?? ()
#3  0x0181d4d4 in ?? () from /usr/lib/audacious/General/skins.so
#4  0x080700be in ?? ()
#5  0x00189d5c in ?? () from /lib/libglib-2.0.so.0
#6  0x001895e5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#7  0x0018d2d8 in ?? () from /lib/libglib-2.0.so.0
#8  0x0018d817 in g_main_loop_run () from /lib/libglib-2.0.so.0
#9  0x0035e299 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#10 0x017ee58e in skins_init () from /usr/lib/audacious/General/skins.so
#11 0x08059759 in ?? ()
#12 0x009febd6 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#13 0x08053281 in ?? ()

-- 
audacious 2.3 crashed when playing audio file.
https://bugs.launchpad.net/bugs/562713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562713] Re: audacious 2.3 crashed when playing audio file.

2010-04-14 Thread zhangsong023
I know the reason now.
I checked the audacious source package with:
apt-get source audacious
and found the default options of the configure script option enabled the sse2 
extension.
AMD athlon CPUs don't support that.

Here's the patch:

--- old/audacious-2.3/debian/rules2010-04-14 20:06:15.373982571 +0800
+++ new/audacious-2.3/debian/rules2010-04-14 20:05:36.321990605 +0800
@@ -6,7 +6,7 @@
 override_dh_auto_configure:
ln -sf /usr/share/misc/config.sub .
ln -sf /usr/share/misc/config.guess .
-   dh_auto_configure -- --disable-rpath --enable-chardet
+   dh_auto_configure -- --disable-rpath --enable-chardet --disable-sse2

 override_dh_auto_clean:
dh_auto_clean
zhangjins...@ubuntu:~/audacious-2.3$

-- 
audacious 2.3 crashed when playing audio file.
https://bugs.launchpad.net/bugs/562713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562713] Re: audacious 2.3 crashed when playing audio file.

2010-04-14 Thread zhangsong023
I am sorry, the last line is superfluous.

** Changed in: audacious (Ubuntu)
   Status: Incomplete = Confirmed

-- 
audacious 2.3 crashed when playing audio file.
https://bugs.launchpad.net/bugs/562713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562713] [NEW] audacious 2.3 crashed when playing audio file.

2010-04-13 Thread zhangsong023
Public bug reported:

Binary package hint: audacious

10.04 with daily upgrade and 2.3-1ubuntu1.
After upgrade today, audacious crashed when playing audio file.

Reproduce:
1. Open audacious then play any audio file such as mp3 or wma.
2. audacious 2.3 crashed with the output core dump.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: audacious 2.3-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-20-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Apr 14 09:45:02 2010
ProcEnviron:
 LANGUAGE=zh_CN:zh:en_US:en
 PATH=(custom, user)
 LANG=zh_CN.UTF-8
 SHELL=/bin/bash
SourcePackage: audacious

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


** Tags: apport-bug i386 lucid

-- 
audacious 2.3 crashed when playing audio file.
https://bugs.launchpad.net/bugs/562713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 562713] Re: audacious 2.3 crashed when playing audio file.

2010-04-13 Thread zhangsong023

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/44101847/Dependencies.txt

-- 
audacious 2.3 crashed when playing audio file.
https://bugs.launchpad.net/bugs/562713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 559004] Re: metacity crash with alt + spacebar

2010-04-09 Thread zhangsong023
Same here, even right clicking on any window title bar will make
metacity crash.

-- 
metacity crash with alt + spacebar
https://bugs.launchpad.net/bugs/559004
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 553200] Re: Mouse and keyboard stop working after selecting user

2010-04-05 Thread zhangsong023
Yes, nvidia 96 driver with the latest update, the same problem is still
here.

** Changed in: gdm (Ubuntu)
   Status: New = Confirmed

-- 
Mouse and keyboard stop working after selecting user
https://bugs.launchpad.net/bugs/553200
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211181] Re: Yelp can't display the index of manpages and info

2008-04-09 Thread zhangsong023
This problem is still in yelp 2.22.1.

** Changed in: yelp (Ubuntu)
   Status: New = Confirmed

-- 
Yelp can't display the index of manpages and info
https://bugs.launchpad.net/bugs/211181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211181] [NEW] Yelp can't display the index of manpages and info

2008-04-03 Thread zhangsong023
Public bug reported:

ubuntu 8.04
yelp 2.22.0
Please look at the screenshot.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Yelp can't display the index of manpages and info
https://bugs.launchpad.net/bugs/211181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211181] Re: Yelp can't display the index of manpages and info

2008-04-03 Thread zhangsong023

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/13085385/Screenshot.png

-- 
Yelp can't display the index of manpages and info
https://bugs.launchpad.net/bugs/211181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 211017] Re: package openoffice.org-report-builder 1:1.0.2+OOo2.4.0-3ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-04-02 Thread zhangsong023
I can confirm the bug.
The same problem is here.

-- 
package openoffice.org-report-builder 1:1.0.2+OOo2.4.0-3ubuntu1 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1
https://bugs.launchpad.net/bugs/211017
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 113360] Re: /usr/lib/X11/fonts/Type1 does not exist or is not a directory

2008-03-24 Thread zhangsong023
Yes, I can confirm this bug.
The same problem happened to me.
Ubuntu 8.04 beta.

-- 
/usr/lib/X11/fonts/Type1 does not exist or is not a directory
https://bugs.launchpad.net/bugs/113360
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 153170] openoffice calc crashed when select cell in function wizard

2008-03-07 Thread zhangsong023
Download rpm package from OOo official website, then convert them to deb
package and install.
It is obvious the problem occurs only because of ubuntu itself.


2008/2/16, fred [EMAIL PROTECTED]:

 Hi every body ans excuse my English.

 I confirm that i have the same symptom when selecting a cell in the
 function wizard OO calc hang up seriously
 Whatever is the function (i haven't try all) and it works fine if you
 enter the cell number (C1, E45...)instead select cells with the mouse.
 It crash whatever is the file format (CSV, XLS or ODS), whatever is the
 language (French,English), it doesn't with OOO for windows 2000.

 Cordialement

 --
 openoffice calc crashed when using Function wizard.
 https://bugs.launchpad.net/bugs/153170
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
openoffice calc crashed when using Function wizard.
https://bugs.launchpad.net/bugs/153170
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 153170] openoffice calc crashed when using Function wizard.

2007-10-15 Thread zhangsong023
Public bug reported:

Binary package hint: openoffice.org-calc

version:
openoffice 2.3.0-1ubuntu5
ubuntu 7.10 rc

I used function wizard to insert a function into the table, in the step of 
selecting the cells as the function parameters,
I pressd the button which make the wizard window zoom out and select the cells 
then pressd it again to restore wizard window, here the openoffice calc crashed.

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

-- 
openoffice calc crashed when using Function wizard.
https://bugs.launchpad.net/bugs/153170
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 147114] gnochm crashed with SIGSEGV in html_box_text_get_index()

2007-09-30 Thread zhangsong023
Public bug reported:

Binary package hint: gnochm

ubuntu 7.10 beta
gnochm 0.9.9

ProblemType: Crash
Architecture: i386
Date: Sun Sep 30 16:36:57 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/gnochm
InterpreterPath: /usr/bin/python2.5
NonfreeKernelModules: nvidia
Package: gnochm 0.9.9-0ubuntu2
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/bin/gnochm 
/home/zhangjinsong/Desktop/麻省理工_算法导论/[麻省理工学院-算法导论].Introduction.to.Algorithms,.Second.Edition.chm
ProcCwd: /home/zhangjinsong
ProcEnviron:
 
PATH=/home/zhangjinsong/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/zhangjinsong/bin
 LANG=zh_CN.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnochm
StacktraceTop:
 html_box_text_get_index () from /usr/lib/libgtkhtml-2.so.0
 html_selection_update () from /usr/lib/libgtkhtml-2.so.0
 ?? () from /usr/lib/libgtkhtml-2.so.0
 ?? ()
 ?? ()
Title: gnochm crashed with SIGSEGV in html_box_text_get_index()
Uname: Linux ubuntu 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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


** Tags: apport-crash

-- 
gnochm crashed with SIGSEGV in html_box_text_get_index()
https://bugs.launchpad.net/bugs/147114
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 147114] Re: gnochm crashed with SIGSEGV in html_box_text_get_index()

2007-09-30 Thread zhangsong023

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/9603598/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/9603600/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/9603601/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/9603602/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/9603603/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/9603604/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/9603605/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/9603606/ThreadStacktrace.txt

-- 
gnochm crashed with SIGSEGV in html_box_text_get_index()
https://bugs.launchpad.net/bugs/147114
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139067] Re: Openning gif file with causes the system freezing

2007-09-12 Thread zhangsong023
And the gif file is in attachment.

** Attachment added: msf-abbrev-demo.gif
   http://launchpadlibrarian.net/9251491/msf-abbrev-demo.gif

-- 
Openning gif file with causes the system freezing
https://bugs.launchpad.net/bugs/139067
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 139067] Openning gif file with causes the system freezing

2007-09-12 Thread zhangsong023
Public bug reported:

Ubuntu 7.10
Eye of gnome 2.19.92
When I use eog to view this gif file, the whole system is freezing.  Both mouse 
and keyboard  do not response either.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Openning gif file with causes the system freezing
https://bugs.launchpad.net/bugs/139067
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130019] Re: Help text rendered as XML, stylesheet missing

2007-08-03 Thread zhangsong023
same error here.

-- 
Help text rendered as XML, stylesheet missing
https://bugs.launchpad.net/bugs/130019
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 129411] totem crash on start

2007-07-31 Thread zhangsong023
Public bug reported:

On gusty, Totem-xine crash on start.
Totem: 2.19.6-0ubuntu1
The error is :
(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

(totem:12967): Gtk-WARNING **: Invalid input string

** Affects: Ubuntu
 Importance: Undecided
 Status: New

-- 
totem crash on start
https://bugs.launchpad.net/bugs/129411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 129411] Re: totem crash on start, the backtrace is here.

2007-07-31 Thread zhangsong023
I hope this could be help.
But the problem is though I have installed totem-xine-dbgsym, the gdb still 
complained no debugging symbols  
found, should I have to install all *-dbgsym about gtk?
 

** Attachment added: gdb-totem.txt
   http://launchpadlibrarian.net/8646162/gdb-totem.txt

-- 
totem crash on start
https://bugs.launchpad.net/bugs/129411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 129411] Re: totem crash on start, I am sorry the attachment in last reply is not correct, and here is right .

2007-07-31 Thread zhangsong023

** Attachment added: gdb-totem.txt
   http://launchpadlibrarian.net/8646172/gdb-totem.txt

-- 
totem crash on start
https://bugs.launchpad.net/bugs/129411
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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