[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-07-31 Thread Andy Wingo
-- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54643] Crasher: auto-fill in comments crashes emacs

2006-07-31 Thread Andy Wingo
Public bug reported: Binary package hint: emacs-snapshot-gtk Attached is a test file that reproducibly crashes emacs for me. Auto- fill mode is on. ii emacs-snapshot 20060707-1 The GNU Emacs editor (with GTK+ 2.x support) ii python-mode1.0-2 Emacs-lisp python-mode and doctest-

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-08-02 Thread Andy Wingo
There is a new debian release as of a couple days ago. Care to re-sync from debian? :-) -- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-08-02 Thread Andy Wingo
Having rebuilt from the 0730 CVS snapshot, I can verify that this problem is fixed in the newer snapshot. -- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu

[Bug 55047] python-mysqldb doesn't actually install any python

2006-08-03 Thread Andy Wingo
Public bug reported: [EMAIL PROTECTED]:~$ dpkg -l python-mysqldb Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDes

[Bug 55047] Re: python-mysqldb doesn't actually install any python

2006-08-28 Thread Andy Wingo
Hi, can we get a rebuild of this please? :-) -- python-mysqldb doesn't actually install any python https://launchpad.net/bugs/55047 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 60063] gst-python in edgy installs bogus pygst.py for python2.4

2006-09-12 Thread Andy Wingo
Public bug reported: $ cat /usr/lib/python2.4/site-packages/pygst.py | grep 2.5 _pygst_dir = '/usr/lib/python2.5/site-packages/gst-0.10' So loading gst-python with python2.4 will cause the 2.5 packages to be added to the python loadpath, causing borkage: $ python Python 2.4.3 (#2, Aug 25

[Bug 82437] Disassembly.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/5998216/Disassembly.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ProcMaps.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/5998217/ProcMaps.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ProcStatus.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ProcStatus.txt" http://librarian.launchpad.net/5998218/ProcStatus.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] CoreDump.gz

2007-01-31 Thread Andy Wingo
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/5998214/CoreDump.gz -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] Dependencies.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/5998215/Dependencies.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ThreadStacktrace.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ThreadStacktrace.txt" http://librarian.launchpad.net/5998221/ThreadStacktrace.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubun

[Bug 82437] Registers.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Registers.txt" http://librarian.launchpad.net/5998219/Registers.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] Stacktrace.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Stacktrace.txt" http://librarian.launchpad.net/5998220/Stacktrace.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] [apport] totem crashed with SIGSEGV in strcmp()

2007-01-31 Thread Andy Wingo
Public bug reported: Binary package hint: totem I was testing out an error case in Flumotion when totem crashed. I really have no idea what the exact error was; I think the server accepted the HTTP request, passed the file descriptor on to something else, which probably dropped the connection. Bu

[Bug 159029] gst-python erroneously calls atexit(), causing segfaults

2007-10-31 Thread Andy Wingo
Public bug reported: Binary package hint: python-gst0.10 Fix a segfault when stopping some python programs. 2007-09-11 Andy Wingo <[EMAIL PROTECTED]> * gst/gstmodule.c (DL_EXPORT): Remove the atexit(gst_deinit). Atexit handlers are run after python has finalized (see P

[Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed

2007-08-01 Thread Andy Wingo
I also had this and removed evms to fix, on amd64 gutsy. -- Device-mapper errors: dm-linear, lookup failed https://bugs.launchpad.net/bugs/115616 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-b

[Bug 159029] Re: gst-python erroneously calls atexit(), causing segfaults

2007-11-29 Thread Andy Wingo
PING -- gst-python erroneously calls atexit(), causing segfaults https://bugs.launchpad.net/bugs/159029 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.

[Bug 86406] Re: [apport] evolution crashed with SIGSEGV in g_main_context_iterate()

2007-02-26 Thread Andy Wingo
I just got this same bug while clicking in the message list. I have not been able to reproduce it. -- [apport] evolution crashed with SIGSEGV in g_main_context_iterate() https://launchpad.net/bugs/86406 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/li

[Bug 107466] mysql_install_db incorrectly quotes arguments

2007-04-18 Thread Andy Wingo
Public bug reported: The mysqld_install_db script fails if extra arguments are passed. I suspect this is an upstream bug. Steps to reproduce: 1. Try to make a new database, for example using the following command line: /usr/bin/mysql_install_db --no-defaults --bind-address=127.0.0.1 --character

[Bug 107466] Re: mysql_install_db incorrectly quotes arguments

2007-04-18 Thread Andy Wingo
The attached patch removes the extra quoting; the quoting is no longer needed, now that the arguments are not passed through eval. The patch is safe to apply because it does not affect the case in which mysql_install_db is called from package scripts, because those scripts do not add args to mysql

[Bug 159029] Re: gst-python erroneously calls atexit(), causing segfaults

2007-11-29 Thread Andy Wingo
PING -- gst-python erroneously calls atexit(), causing segfaults https://bugs.launchpad.net/bugs/159029 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.

[Bug 159029] gst-python erroneously calls atexit(), causing segfaults

2007-10-31 Thread Andy Wingo
Public bug reported: Binary package hint: python-gst0.10 Fix a segfault when stopping some python programs. 2007-09-11 Andy Wingo <[EMAIL PROTECTED]> * gst/gstmodule.c (DL_EXPORT): Remove the atexit(gst_deinit). Atexit handlers are run after python has finalized (see P

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-07-31 Thread Andy Wingo
-- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54643] Crasher: auto-fill in comments crashes emacs

2006-07-31 Thread Andy Wingo
Public bug reported: Binary package hint: emacs-snapshot-gtk Attached is a test file that reproducibly crashes emacs for me. Auto- fill mode is on. ii emacs-snapshot 20060707-1 The GNU Emacs editor (with GTK+ 2.x support) ii python-mode1.0-2 Emacs-lisp python-mode and doctest-

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-08-02 Thread Andy Wingo
There is a new debian release as of a couple days ago. Care to re-sync from debian? :-) -- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-08-02 Thread Andy Wingo
Having rebuilt from the 0730 CVS snapshot, I can verify that this problem is fixed in the newer snapshot. -- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu

[Bug 55047] python-mysqldb doesn't actually install any python

2006-08-03 Thread Andy Wingo
Public bug reported: [EMAIL PROTECTED]:~$ dpkg -l python-mysqldb Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDes

[Bug 55047] Re: python-mysqldb doesn't actually install any python

2006-08-28 Thread Andy Wingo
Hi, can we get a rebuild of this please? :-) -- python-mysqldb doesn't actually install any python https://launchpad.net/bugs/55047 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 60063] gst-python in edgy installs bogus pygst.py for python2.4

2006-09-12 Thread Andy Wingo
Public bug reported: $ cat /usr/lib/python2.4/site-packages/pygst.py | grep 2.5 _pygst_dir = '/usr/lib/python2.5/site-packages/gst-0.10' So loading gst-python with python2.4 will cause the 2.5 packages to be added to the python loadpath, causing borkage: $ python Python 2.4.3 (#2, Aug 25

[Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed

2007-08-01 Thread Andy Wingo
I also had this and removed evms to fix, on amd64 gutsy. -- Device-mapper errors: dm-linear, lookup failed https://bugs.launchpad.net/bugs/115616 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-b

[Bug 86406] Re: [apport] evolution crashed with SIGSEGV in g_main_context_iterate()

2007-02-26 Thread Andy Wingo
I just got this same bug while clicking in the message list. I have not been able to reproduce it. -- [apport] evolution crashed with SIGSEGV in g_main_context_iterate() https://launchpad.net/bugs/86406 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/li

[Bug 82437] Disassembly.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/5998216/Disassembly.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ProcMaps.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/5998217/ProcMaps.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ProcStatus.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ProcStatus.txt" http://librarian.launchpad.net/5998218/ProcStatus.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] CoreDump.gz

2007-01-31 Thread Andy Wingo
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/5998214/CoreDump.gz -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] Dependencies.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/5998215/Dependencies.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ThreadStacktrace.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ThreadStacktrace.txt" http://librarian.launchpad.net/5998221/ThreadStacktrace.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubun

[Bug 82437] Registers.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Registers.txt" http://librarian.launchpad.net/5998219/Registers.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] Stacktrace.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Stacktrace.txt" http://librarian.launchpad.net/5998220/Stacktrace.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] [apport] totem crashed with SIGSEGV in strcmp()

2007-01-31 Thread Andy Wingo
Public bug reported: Binary package hint: totem I was testing out an error case in Flumotion when totem crashed. I really have no idea what the exact error was; I think the server accepted the HTTP request, passed the file descriptor on to something else, which probably dropped the connection. Bu

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-07-31 Thread Andy Wingo
-- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54643] Crasher: auto-fill in comments crashes emacs

2006-07-31 Thread Andy Wingo
Public bug reported: Binary package hint: emacs-snapshot-gtk Attached is a test file that reproducibly crashes emacs for me. Auto- fill mode is on. ii emacs-snapshot 20060707-1 The GNU Emacs editor (with GTK+ 2.x support) ii python-mode1.0-2 Emacs-lisp python-mode and doctest-

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-08-02 Thread Andy Wingo
There is a new debian release as of a couple days ago. Care to re-sync from debian? :-) -- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-08-02 Thread Andy Wingo
Having rebuilt from the 0730 CVS snapshot, I can verify that this problem is fixed in the newer snapshot. -- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu

[Bug 55047] python-mysqldb doesn't actually install any python

2006-08-03 Thread Andy Wingo
Public bug reported: [EMAIL PROTECTED]:~$ dpkg -l python-mysqldb Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDes

[Bug 55047] Re: python-mysqldb doesn't actually install any python

2006-08-28 Thread Andy Wingo
Hi, can we get a rebuild of this please? :-) -- python-mysqldb doesn't actually install any python https://launchpad.net/bugs/55047 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 60063] gst-python in edgy installs bogus pygst.py for python2.4

2006-09-12 Thread Andy Wingo
Public bug reported: $ cat /usr/lib/python2.4/site-packages/pygst.py | grep 2.5 _pygst_dir = '/usr/lib/python2.5/site-packages/gst-0.10' So loading gst-python with python2.4 will cause the 2.5 packages to be added to the python loadpath, causing borkage: $ python Python 2.4.3 (#2, Aug 25

[Bug 107466] mysql_install_db incorrectly quotes arguments

2007-04-18 Thread Andy Wingo
Public bug reported: The mysqld_install_db script fails if extra arguments are passed. I suspect this is an upstream bug. Steps to reproduce: 1. Try to make a new database, for example using the following command line: /usr/bin/mysql_install_db --no-defaults --bind-address=127.0.0.1 --character

[Bug 107466] Re: mysql_install_db incorrectly quotes arguments

2007-04-18 Thread Andy Wingo
The attached patch removes the extra quoting; the quoting is no longer needed, now that the arguments are not passed through eval. The patch is safe to apply because it does not affect the case in which mysql_install_db is called from package scripts, because those scripts do not add args to mysql

[Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed

2007-08-01 Thread Andy Wingo
I also had this and removed evms to fix, on amd64 gutsy. -- Device-mapper errors: dm-linear, lookup failed https://bugs.launchpad.net/bugs/115616 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-b

[Bug 159029] Re: gst-python erroneously calls atexit(), causing segfaults

2007-11-29 Thread Andy Wingo
PING -- gst-python erroneously calls atexit(), causing segfaults https://bugs.launchpad.net/bugs/159029 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.

[Bug 159029] gst-python erroneously calls atexit(), causing segfaults

2007-10-31 Thread Andy Wingo
Public bug reported: Binary package hint: python-gst0.10 Fix a segfault when stopping some python programs. 2007-09-11 Andy Wingo <[EMAIL PROTECTED]> * gst/gstmodule.c (DL_EXPORT): Remove the atexit(gst_deinit). Atexit handlers are run after python has finalized (see P

[Bug 86406] Re: [apport] evolution crashed with SIGSEGV in g_main_context_iterate()

2007-02-26 Thread Andy Wingo
I just got this same bug while clicking in the message list. I have not been able to reproduce it. -- [apport] evolution crashed with SIGSEGV in g_main_context_iterate() https://launchpad.net/bugs/86406 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/li

[Bug 82437] Disassembly.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/5998216/Disassembly.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ProcMaps.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/5998217/ProcMaps.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ProcStatus.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ProcStatus.txt" http://librarian.launchpad.net/5998218/ProcStatus.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] CoreDump.gz

2007-01-31 Thread Andy Wingo
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/5998214/CoreDump.gz -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] Dependencies.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/5998215/Dependencies.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ThreadStacktrace.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ThreadStacktrace.txt" http://librarian.launchpad.net/5998221/ThreadStacktrace.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubun

[Bug 82437] Registers.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Registers.txt" http://librarian.launchpad.net/5998219/Registers.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] Stacktrace.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Stacktrace.txt" http://librarian.launchpad.net/5998220/Stacktrace.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] [apport] totem crashed with SIGSEGV in strcmp()

2007-01-31 Thread Andy Wingo
Public bug reported: Binary package hint: totem I was testing out an error case in Flumotion when totem crashed. I really have no idea what the exact error was; I think the server accepted the HTTP request, passed the file descriptor on to something else, which probably dropped the connection. Bu

[Bug 107466] mysql_install_db incorrectly quotes arguments

2007-04-18 Thread Andy Wingo
Public bug reported: The mysqld_install_db script fails if extra arguments are passed. I suspect this is an upstream bug. Steps to reproduce: 1. Try to make a new database, for example using the following command line: /usr/bin/mysql_install_db --no-defaults --bind-address=127.0.0.1 --character

[Bug 107466] Re: mysql_install_db incorrectly quotes arguments

2007-04-18 Thread Andy Wingo
The attached patch removes the extra quoting; the quoting is no longer needed, now that the arguments are not passed through eval. The patch is safe to apply because it does not affect the case in which mysql_install_db is called from package scripts, because those scripts do not add args to mysql

[Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed

2007-08-01 Thread Andy Wingo
I also had this and removed evms to fix, on amd64 gutsy. -- Device-mapper errors: dm-linear, lookup failed https://bugs.launchpad.net/bugs/115616 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-b

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-07-31 Thread Andy Wingo
-- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54643] Crasher: auto-fill in comments crashes emacs

2006-07-31 Thread Andy Wingo
Public bug reported: Binary package hint: emacs-snapshot-gtk Attached is a test file that reproducibly crashes emacs for me. Auto- fill mode is on. ii emacs-snapshot 20060707-1 The GNU Emacs editor (with GTK+ 2.x support) ii python-mode1.0-2 Emacs-lisp python-mode and doctest-

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-08-02 Thread Andy Wingo
There is a new debian release as of a couple days ago. Care to re-sync from debian? :-) -- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-08-02 Thread Andy Wingo
Having rebuilt from the 0730 CVS snapshot, I can verify that this problem is fixed in the newer snapshot. -- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu

[Bug 55047] python-mysqldb doesn't actually install any python

2006-08-03 Thread Andy Wingo
Public bug reported: [EMAIL PROTECTED]:~$ dpkg -l python-mysqldb Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDes

[Bug 86406] Re: [apport] evolution crashed with SIGSEGV in g_main_context_iterate()

2007-02-26 Thread Andy Wingo
I just got this same bug while clicking in the message list. I have not been able to reproduce it. -- [apport] evolution crashed with SIGSEGV in g_main_context_iterate() https://launchpad.net/bugs/86406 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/li

[Bug 82437] Disassembly.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/5998216/Disassembly.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ProcMaps.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/5998217/ProcMaps.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ProcStatus.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ProcStatus.txt" http://librarian.launchpad.net/5998218/ProcStatus.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] CoreDump.gz

2007-01-31 Thread Andy Wingo
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/5998214/CoreDump.gz -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] Dependencies.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/5998215/Dependencies.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ThreadStacktrace.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ThreadStacktrace.txt" http://librarian.launchpad.net/5998221/ThreadStacktrace.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubun

[Bug 82437] Registers.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Registers.txt" http://librarian.launchpad.net/5998219/Registers.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] Stacktrace.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Stacktrace.txt" http://librarian.launchpad.net/5998220/Stacktrace.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] [apport] totem crashed with SIGSEGV in strcmp()

2007-01-31 Thread Andy Wingo
Public bug reported: Binary package hint: totem I was testing out an error case in Flumotion when totem crashed. I really have no idea what the exact error was; I think the server accepted the HTTP request, passed the file descriptor on to something else, which probably dropped the connection. Bu

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-07-31 Thread Andy Wingo
-- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54643] Crasher: auto-fill in comments crashes emacs

2006-07-31 Thread Andy Wingo
Public bug reported: Binary package hint: emacs-snapshot-gtk Attached is a test file that reproducibly crashes emacs for me. Auto- fill mode is on. ii emacs-snapshot 20060707-1 The GNU Emacs editor (with GTK+ 2.x support) ii python-mode1.0-2 Emacs-lisp python-mode and doctest-

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-08-02 Thread Andy Wingo
There is a new debian release as of a couple days ago. Care to re-sync from debian? :-) -- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 54643] Re: Crasher: auto-fill in comments crashes emacs

2006-08-02 Thread Andy Wingo
Having rebuilt from the 0730 CVS snapshot, I can verify that this problem is fixed in the newer snapshot. -- Crasher: auto-fill in comments crashes emacs https://launchpad.net/bugs/54643 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bu

[Bug 55047] python-mysqldb doesn't actually install any python

2006-08-03 Thread Andy Wingo
Public bug reported: [EMAIL PROTECTED]:~$ dpkg -l python-mysqldb Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name VersionDes

[Bug 55047] Re: python-mysqldb doesn't actually install any python

2006-08-28 Thread Andy Wingo
Hi, can we get a rebuild of this please? :-) -- python-mysqldb doesn't actually install any python https://launchpad.net/bugs/55047 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 60063] gst-python in edgy installs bogus pygst.py for python2.4

2006-09-12 Thread Andy Wingo
Public bug reported: $ cat /usr/lib/python2.4/site-packages/pygst.py | grep 2.5 _pygst_dir = '/usr/lib/python2.5/site-packages/gst-0.10' So loading gst-python with python2.4 will cause the 2.5 packages to be added to the python loadpath, causing borkage: $ python Python 2.4.3 (#2, Aug 25

[Bug 159029] Re: gst-python erroneously calls atexit(), causing segfaults

2007-11-29 Thread Andy Wingo
PING -- gst-python erroneously calls atexit(), causing segfaults https://bugs.launchpad.net/bugs/159029 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.

[Bug 159029] gst-python erroneously calls atexit(), causing segfaults

2007-10-31 Thread Andy Wingo
Public bug reported: Binary package hint: python-gst0.10 Fix a segfault when stopping some python programs. 2007-09-11 Andy Wingo <[EMAIL PROTECTED]> * gst/gstmodule.c (DL_EXPORT): Remove the atexit(gst_deinit). Atexit handlers are run after python has finalized (see P

[Bug 86406] Re: [apport] evolution crashed with SIGSEGV in g_main_context_iterate()

2007-02-26 Thread Andy Wingo
I just got this same bug while clicking in the message list. I have not been able to reproduce it. -- [apport] evolution crashed with SIGSEGV in g_main_context_iterate() https://launchpad.net/bugs/86406 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/li

[Bug 82437] Disassembly.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Disassembly.txt" http://librarian.launchpad.net/5998216/Disassembly.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ProcMaps.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ProcMaps.txt" http://librarian.launchpad.net/5998217/ProcMaps.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ProcStatus.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ProcStatus.txt" http://librarian.launchpad.net/5998218/ProcStatus.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] CoreDump.gz

2007-01-31 Thread Andy Wingo
** Attachment added: "CoreDump.gz" http://librarian.launchpad.net/5998214/CoreDump.gz -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] Dependencies.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Dependencies.txt" http://librarian.launchpad.net/5998215/Dependencies.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] ThreadStacktrace.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "ThreadStacktrace.txt" http://librarian.launchpad.net/5998221/ThreadStacktrace.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubun

[Bug 82437] Registers.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Registers.txt" http://librarian.launchpad.net/5998219/Registers.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 82437] Stacktrace.txt

2007-01-31 Thread Andy Wingo
** Attachment added: "Stacktrace.txt" http://librarian.launchpad.net/5998220/Stacktrace.txt -- [apport] totem crashed with SIGSEGV in strcmp() https://launchpad.net/bugs/82437 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   >