Your message dated Thu, 02 Sep 2010 12:32:28 +0000
with message-id <[email protected]>
and subject line Bug#595172: fixed in python2.5 2.5.5-8
has caused the Debian Bug report #595172,
regarding python2.5: FTBFS on i386: tests_threading hangs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
595172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595172
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python2.5
Version: 2.5.5-6
Severity: serious
Justification: FTBFS on i386

tests_threading reliably hangs in my up-to-date i386 sid chroot. I attach gdb backtraces for the following processes:

$ pstree -p 4557
python(4557)-+-python(8201)-+-python(8203)
              |              `-{python}(8202)
              `-{python}(6755)

$ ps e 4557 8201 8203
  PID TTY      STAT   TIME COMMAND
4557 pts/4    Sl+    3:23 ./python -E -tt ../Lib/test/regrtest.py -w -l -uall
8201 pts/4    Sl+    0:00 /tmp/buildd/python2.5-2.5.5/build-shared/python -c if 
1:?            import sys, os, time, threading??
8203 pts/4    S+     0:00 /tmp/buildd/python2.5-2.5.5/build-shared/python -c if 
1:?            import sys, os, time, threading??

Builds of 2.5.5-7 seem to hang as well:
https://buildd.debian.org/fetch.cgi?&pkg=python2.5&ver=2.5.5-7&arch=i386&stamp=1282563338&file=log
https://buildd.debian.org/fetch.cgi?&pkg=python2.5&ver=2.5.5-7&arch=i386&stamp=1283343718&file=log

--
Jakub Wilk
(gdb) bt 10
#0  0x4016a961 in waitpid () from /lib/libpthread.so.0
#1  0x400ff610 in posix_waitpid (self=0x0, args=0x96dcc8c) at 
../Modules/posixmodule.c:5643
#2  0x4007df32 in PyCFunction_Call (func=0x4033cfcc, arg=0x96dcc8c, kw=0x0) at 
../Objects/methodobject.c:73
#3  0x400ce9a2 in call_function (f=0x8ba9e2c, throwflag=0) at 
../Python/ceval.c:3612
#4  PyEval_EvalFrameEx (f=0x8ba9e2c, throwflag=0) at ../Python/ceval.c:2304
#5  0x400cf676 in fast_function (f=0x8ba9cc4, throwflag=0) at 
../Python/ceval.c:3698
#6  call_function (f=0x8ba9cc4, throwflag=0) at ../Python/ceval.c:3633
#7  PyEval_EvalFrameEx (f=0x8ba9cc4, throwflag=0) at ../Python/ceval.c:2304
#8  0x400cf676 in fast_function (f=0xa3ca4d4, throwflag=0) at 
../Python/ceval.c:3698
#9  call_function (f=0xa3ca4d4, throwflag=0) at ../Python/ceval.c:3633
(More stack frames follow...)
(gdb) bt
#0  0x40168f20 in sem_wait@@GLIBC_2.1 () from /lib/libpthread.so.0
#1  0x400f5e70 in PyThread_acquire_lock (lock=0x926f598, waitflag=1) at 
../Python/thread_pthread.h:349
#2  0x400fb61a in lock_PyThread_acquire_lock (self=0x403500d0, args=0x4030b02c) 
at ../Modules/threadmodule.c:46
#3  0x4007df32 in PyCFunction_Call (func=0x4038a78c, arg=0x4030b02c, kw=0x0) at 
../Objects/methodobject.c:73
#4  0x400ce9a2 in call_function (f=0x9280804, throwflag=0) at 
../Python/ceval.c:3612
#5  PyEval_EvalFrameEx (f=0x9280804, throwflag=0) at ../Python/ceval.c:2304
#6  0x400cfe3c in PyEval_EvalCodeEx (co=0x40386020, globals=0x4038179c, 
locals=0x0, args=0x92807d4, argcount=1, kws=0x92807d8, kwcount=0, 
defs=0x403936b8, 
    defcount=1, closure=0x0) at ../Python/ceval.c:2875
#7  0x400ce809 in fast_function (f=0x928068c, throwflag=0) at 
../Python/ceval.c:3708
#8  call_function (f=0x928068c, throwflag=0) at ../Python/ceval.c:3633
#9  PyEval_EvalFrameEx (f=0x928068c, throwflag=0) at ../Python/ceval.c:2304
#10 0x400cfe3c in PyEval_EvalCodeEx (co=0x403893c8, globals=0x4038179c, 
locals=0x0, args=0x921902c, argcount=1, kws=0x9219030, kwcount=0, 
defs=0x40393838, 
    defcount=1, closure=0x0) at ../Python/ceval.c:2875
#11 0x400ce809 in fast_function (f=0x9218eec, throwflag=0) at 
../Python/ceval.c:3708
#12 call_function (f=0x9218eec, throwflag=0) at ../Python/ceval.c:3633
#13 PyEval_EvalFrameEx (f=0x9218eec, throwflag=0) at ../Python/ceval.c:2304
#14 0x400cfe3c in PyEval_EvalCodeEx (co=0x40389c38, globals=0x4038179c, 
locals=0x0, args=0x40382898, argcount=1, kws=0x0, kwcount=0, defs=0x0, 
defcount=0, 
    closure=0x0) at ../Python/ceval.c:2875
#15 0x400689b6 in function_call (func=0x40394a04, arg=0x4038288c, kw=0x0) at 
../Objects/funcobject.c:517
#16 0x40046327 in PyObject_Call (func=0x0, arg=0x4038288c, kw=0x0) at 
../Objects/abstract.c:1861
#17 0x4004ef39 in instancemethod_call (func=0x403665a4, arg=0x4038288c, kw=0x0) 
at ../Objects/classobject.c:2519
#18 0x40046327 in PyObject_Call (func=0x0, arg=0x4030b02c, kw=0x0) at 
../Objects/abstract.c:1861
#19 0x4004a79c in call_function_tail (o=0x4030b4f4, name=0x401283cc 
"_shutdown", format=0x40114984 "") at ../Objects/abstract.c:1892
#20 PyObject_CallMethod (o=0x4030b4f4, name=0x401283cc "_shutdown", 
format=0x40114984 "") at ../Objects/abstract.c:1969
#21 0x400f908b in WaitForThreadShutdown (argc=3, argv=0xbf997574) at 
../Modules/main.c:206
#22 Py_Main (argc=3, argv=0xbf997574) at ../Modules/main.c:552
#23 0x08048697 in main (argc=3, argv=0xbf997574) at ../Modules/python.c:23
(gdb) bt
#0  0x40168f20 in sem_wait@@GLIBC_2.1 () from /lib/libpthread.so.0
#1  0x400f5e70 in PyThread_acquire_lock (lock=0x9276490, waitflag=1) at 
../Python/thread_pthread.h:349
#2  0x400fb61a in lock_PyThread_acquire_lock (self=0x403500b0, args=0x4030b02c) 
at ../Modules/threadmodule.c:46
#3  0x4007df32 in PyCFunction_Call (func=0x40393a8c, arg=0x4030b02c, kw=0x0) at 
../Objects/methodobject.c:73
#4  0x400ce9a2 in call_function (f=0x92704e4, throwflag=0) at 
../Python/ceval.c:3612
#5  PyEval_EvalFrameEx (f=0x92704e4, throwflag=0) at ../Python/ceval.c:2304
#6  0x400cf676 in fast_function (f=0x927c14c, throwflag=0) at 
../Python/ceval.c:3698
#7  call_function (f=0x927c14c, throwflag=0) at ../Python/ceval.c:3633
#8  PyEval_EvalFrameEx (f=0x927c14c, throwflag=0) at ../Python/ceval.c:2304
#9  0x400cf676 in fast_function (f=0x9280994, throwflag=0) at 
../Python/ceval.c:3698
#10 call_function (f=0x9280994, throwflag=0) at ../Python/ceval.c:3633
#11 PyEval_EvalFrameEx (f=0x9280994, throwflag=0) at ../Python/ceval.c:2304
#12 0x400cfe3c in PyEval_EvalCodeEx (co=0x403890f8, globals=0x4038179c, 
locals=0x0, args=0x4038a318, argcount=1, kws=0x0, kwcount=0, defs=0x0, 
defcount=0, 
    closure=0x0) at ../Python/ceval.c:2875
#13 0x400689b6 in function_call (func=0x40394684, arg=0x4038a30c, kw=0x0) at 
../Objects/funcobject.c:517
#14 0x40046327 in PyObject_Call (func=0x0, arg=0x4038a30c, kw=0x0) at 
../Objects/abstract.c:1861
#15 0x4004ef39 in instancemethod_call (func=0x403665f4, arg=0x4038a30c, kw=0x0) 
at ../Objects/classobject.c:2519
#16 0x40046327 in PyObject_Call (func=0x0, arg=0x4030b02c, kw=0x0) at 
../Objects/abstract.c:1861
#17 0x400c8f7c in PyEval_CallObjectWithKeywords (func=0x403665f4, 
arg=0x4030b02c, kw=0x0) at ../Python/ceval.c:3481
#18 0x400fbb04 in t_bootstrap (boot_raw=0x9217358) at 
../Modules/threadmodule.c:427
#19 0x401627b0 in start_thread () from /lib/libpthread.so.0
#20 0x4026f81e in clone () from /lib/libc.so.6

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: python2.5
Source-Version: 2.5.5-8

We believe that the bug you reported is fixed in the latest version of
python2.5, which is due to be installed in the Debian FTP archive:

idle-python2.5_2.5.5-8_all.deb
  to main/p/python2.5/idle-python2.5_2.5.5-8_all.deb
python2.5-dbg_2.5.5-8_amd64.deb
  to main/p/python2.5/python2.5-dbg_2.5.5-8_amd64.deb
python2.5-dev_2.5.5-8_amd64.deb
  to main/p/python2.5/python2.5-dev_2.5.5-8_amd64.deb
python2.5-doc_2.5.5-8_all.deb
  to main/p/python2.5/python2.5-doc_2.5.5-8_all.deb
python2.5-examples_2.5.5-8_all.deb
  to main/p/python2.5/python2.5-examples_2.5.5-8_all.deb
python2.5-minimal_2.5.5-8_amd64.deb
  to main/p/python2.5/python2.5-minimal_2.5.5-8_amd64.deb
python2.5_2.5.5-8.diff.gz
  to main/p/python2.5/python2.5_2.5.5-8.diff.gz
python2.5_2.5.5-8.dsc
  to main/p/python2.5/python2.5_2.5.5-8.dsc
python2.5_2.5.5-8_amd64.deb
  to main/p/python2.5/python2.5_2.5.5-8_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <[email protected]> (supplier of updated python2.5 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 02 Sep 2010 11:41:44 +0200
Source: python2.5
Binary: python2.5 python2.5-minimal python2.5-examples python2.5-dev 
idle-python2.5 python2.5-dbg python2.5-doc
Architecture: source all amd64
Version: 2.5.5-8
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description: 
 idle-python2.5 - An IDE for Python (v2.5) using Tkinter
 python2.5  - An interactive high-level object-oriented language (version 2.5)
 python2.5-dbg - Debug Build of the Python Interpreter (version 2.5)
 python2.5-dev - Header files and a static library for Python (v2.5)
 python2.5-doc - Documentation for the high-level object-oriented language 
Python
 python2.5-examples - Examples for the Python language (v2.5)
 python2.5-minimal - A minimal subset of the Python language (version 2.5)
Closes: 595172
Changes: 
 python2.5 (2.5.5-8) unstable; urgency=low
 .
   * Disable some tests failing on the buildds on hppa and i386.
     Closes: #595172.
Checksums-Sha1: 
 bdc27940118c549d22054766b3e133c4790247da 1817 python2.5_2.5.5-8.dsc
 2de7583215d798148f275de854daeab00c7f7843 363728 python2.5_2.5.5-8.diff.gz
 e650ff97ee6edbecb983ac8c1b5fb75336b76dc0 651456 
python2.5-examples_2.5.5-8_all.deb
 71524682e1c93ec5a9f3633c4336638894572bba 68526 idle-python2.5_2.5.5-8_all.deb
 05313b9266ea9b91491c848bf5270b587635efad 3849864 python2.5-doc_2.5.5-8_all.deb
 b68eb5b937355edc7447fcccd99b2d3c4c664d9b 3040964 python2.5_2.5.5-8_amd64.deb
 816a616886c66150a5876c144c14a4457ba468af 1304568 
python2.5-minimal_2.5.5-8_amd64.deb
 f6086bdf69e8453eaffaf945dd1fc4976bc73296 1887050 
python2.5-dev_2.5.5-8_amd64.deb
 fe462d595dcf966f3de3fd757319acf98770e556 7842530 
python2.5-dbg_2.5.5-8_amd64.deb
Checksums-Sha256: 
 752024ca319dcfea5cb40a861de289da60f2603d2885eadc26e901db9134acc3 1817 
python2.5_2.5.5-8.dsc
 df9e884d7abc2cb65737856985f47c338f5ba37b5c3f6ad1ddbf8bfd494713cf 363728 
python2.5_2.5.5-8.diff.gz
 dba6a012a4eb444899a5f8ddc7a3af4404fdc4ddba9b7b4d338f92ab7a60f738 651456 
python2.5-examples_2.5.5-8_all.deb
 0585974aee55e56043099dd3ef7c13c30c2776d3dfe198880211d1f57f2bec41 68526 
idle-python2.5_2.5.5-8_all.deb
 07c8cbd19c47633cc4180cf4cc8d0989c1117a7df3c8fec2a4f3fac7f965db34 3849864 
python2.5-doc_2.5.5-8_all.deb
 26db4cf7c1a04caeb2eb21faae959a258b8e482971a5507ffd256ada7ab448e3 3040964 
python2.5_2.5.5-8_amd64.deb
 bd3bdf122e316f2d46d03bfd6cf190e8176fe586a8a5d0f457de797ded3af4cc 1304568 
python2.5-minimal_2.5.5-8_amd64.deb
 d9dc7fd2ae23fa44ae7ee4ce3d293be7e64329e54b3f318ac94fde8b4422253b 1887050 
python2.5-dev_2.5.5-8_amd64.deb
 29fef2b14284cba7408d5595ac5c99ff5394f31c034bd1dd91f5141a3d10fe3e 7842530 
python2.5-dbg_2.5.5-8_amd64.deb
Files: 
 28fa5e1450daa5749b124d2171087571 1817 python optional python2.5_2.5.5-8.dsc
 687a29f9fef17b56794abbf9c8b7be43 363728 python optional 
python2.5_2.5.5-8.diff.gz
 770e1edd6157d689fbb9750bcd305cf2 651456 python optional 
python2.5-examples_2.5.5-8_all.deb
 55ab4964a7761778de3baa91ac9f8b4c 68526 python optional 
idle-python2.5_2.5.5-8_all.deb
 31483827d754e77ba81aedb6009856fb 3849864 doc optional 
python2.5-doc_2.5.5-8_all.deb
 b27a143678d61d91435c13ccc8a75c16 3040964 python optional 
python2.5_2.5.5-8_amd64.deb
 29c91697f351672ce52b44360cbbca09 1304568 python optional 
python2.5-minimal_2.5.5-8_amd64.deb
 cfa0801f0fb09a4aaac0317b453ac3c8 1887050 python optional 
python2.5-dev_2.5.5-8_amd64.deb
 09081ca3f88307e5f120538f65fab776 7842530 debug extra 
python2.5-dbg_2.5.5-8_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkx/lO8ACgkQStlRaw+TLJw5JgCgwTjJhsS1gKdpZovlqAnyMZsx
l+QAoJDLNUgEaQjhuqEooeiT9ZD6iYgY
=aq3U
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to