[Bug 1367907] Re: Segfault in gc with cyclic trash

2016-03-11 Thread Victor Stinner
"I've now done that, so I think at this point it's waiting for SRU team to unblock proposed migration." This bug is really serious and it's not possible to work around it. I don't understand why Canonical doesn't care of this major Python crash!? -- You received this bug notification because

[Bug 1367907] Re: Segfault in gc with cyclic trash

2015-11-23 Thread Victor Stinner
ping? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1367907 Title: Segfault in gc with cyclic trash To manage notifications about this bug go to:

[Bug 1367907] Re: Segfault in gc with cyclic trash

2015-10-03 Thread Victor Stinner
ping? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1367907 Title: Segfault in gc with cyclic trash To manage notifications about this bug go to:

[Bug 1367907] Re: Segfault in gc with cyclic trash

2015-09-14 Thread Victor Stinner
The version with the fix in trusty-proposed since 2 months, it was validated by 2 developers 1 month 1/2 ago, but then nothing happened. What's going on with this issue? The fix was pushed into CPython 3.4 on May 2014. Come on Ubuntu, please do something for Python 3.4! This bug is a major bug. I

[Bug 1367907] Re: Segfault in gc with cyclic trash

2015-07-29 Thread Victor Stinner
I tested on a fresh Ubuntu Trusty (python3.4 package version 3.4.0-2ubuntu1.1): python3 segfaulter.py does crash, where segfaulter.py comes from http://bugs.python.org/issue21435#msg217918 I upgraded python3.4 package to 3.4.3-1ubuntu1~14.04.1 using deb http://archive.ubuntu.com/ubuntu/

[Bug 1367907] Re: Segfault in gc with cyclic trash

2015-07-16 Thread Victor Stinner
This issue is still biting us on the OpenStack CI. The py34 test job of the Oslo Messaging project is crashing randomly, even after disabling the test using trollius (the bug was initially found on an asyncio example, and trollius code is very close to asyncio). Please fix it, Trusty is a LTS

[Bug 1447731] Re: memcache tests are skipped on python 3

2015-04-24 Thread Victor Stinner
** Also affects: python-keystonemiddleware (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-keystonemiddleware in Ubuntu. https://bugs.launchpad.net/bugs/1447731 Title:

[Bug 1447731] Re: memcache tests are skipped on python 3

2015-04-24 Thread Victor Stinner
Brant Knudson wrote that the middleware in python-keystoneclient was deprecated in Juno. We may remove it during the Liberty cycle. The code was moved to a new keystonemiddle component. The bug is still valid for keystonemiddle. -- You received this bug notification because you are a member of

[Bug 1447731] Re: memcache tests are skipped on python 3

2015-04-24 Thread Victor Stinner
** Also affects: python-keystonemiddleware (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/1447731 Title: memcache tests are skipped on python 3

[Bug 285787] Re: x.org logging doesn't put timestamp on the log lines

2010-01-25 Thread Victor Stinner
Last week I wrote a patch to log messages with timestamps in Xorg logs: https://bugs.freedesktop.org/show_bug.cgi?id=26180 Differences with the Ubuntu patch: - patch LogVWrite() to write the timestamp before any kind of message - detect the new line character to avoid multiple timestamps

[Bug 285787] Re: x.org logging doesn't put timestamp on the log lines

2010-01-25 Thread Victor Stinner
There is also a patch for Xorg in Cygwin: http://www.cygwin.com/ml /cygwin-xfree/2009-01/msg00073.html Differences between my patch and Cygwin patch: - use a new static buffer of 1024 bytes (my patch adds a buffer of 21 bytes) - use strncat(), whereas my patch calls fwrite() twice - use

[Bug 291374] Re: Library ulogd_MYSQL.so should be linked to libmysqlclient.so

2009-01-22 Thread Victor Stinner
I have the same problem (ulogd.c... load_plugins... ulogd_MYSQL.so... undefined symbol: mysql_fetch_field). Ubuntu source package contains a patch specific to Ubuntu about the MySQL module: --- 8 --- ulogd-1.24/mysql/Makefile.in2005-11-25

[Bug 267422] [NEW] Missing dependency: python-ptrace

2008-09-07 Thread Victor Stinner
Public bug reported: Binary package hint: fusil Fusil version 0.8 depends on python-ptrace package (old package name is ptrace) version 0.3 whereas the dependency is missing. The version 0.8 is old and a new (fixed) Debian package is available: Fusil 0.9.1.

[Bug 249340] Re: Gutsy-Hardy upgrade hangs in localedef

2008-08-18 Thread Victor Stinner
Why does the Ubuntu installer (upgrade manager) not check the kernel version (and blacklist 2.6.22-15)? Why the kernel 2.6.22-16 is not released yet? Hardy Heron was released in April, the bug was reported in July, and we are in August! About the bug: with Linux 2.6.22-15, localedef hangs. With

[Bug 186626] [NEW] phpize is missing from program.d database

2008-01-28 Thread Victor Stinner
Public bug reported: Binary package hint: command-not-found Hi, command-not-found is a great program but it doesn't know all Ubuntu programs. I tried to rebuild programs.d/*db database but phpize is still missing. I'm using Ubuntu Gustsy with command-not-found version 0.2.8ubuntu2. Note:

[Bug 114930] Re: Python C API version mismatch

2007-08-31 Thread Victor Stinner
I get the same error and it does fill my error.log (near 6 lines per second). It would be great to fix it :-) -- Python C API version mismatch https://bugs.launchpad.net/bugs/114930 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 119845] import OpenGL.Tk segfault

2007-06-11 Thread Victor Stinner
Public bug reported: Binary package hint: python-tk To reproduce the bug: 1. Open Python interpreter (python2.4 or python2.5) 2. Enter command import OpenGL.Tk 3. python segfault The problem is in the package python-tk version 2.5-0ubuntu1: file /usr/lib/python2.5/lib-dynload/_tkinter.so. gdb

[Bug 105933] Re: /dev/kqemu is not created by udev

2007-04-23 Thread Victor Stinner
There is two different approch. (1) without udev, static device * Major have to be 250: kqemu-common version 1.3.0~pre11-4 contains /etc/modprobe.d/kqemu (options kqemu major=250) to do that * Create node using « mknod /dev/kqemu c 250 0; chmod 666 /dev/kqemu » (2) with udev, dynamic device *