Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] python - *** glibc detected ***
Date: Thu, 10 Apr 2008 00:24:15
Message-Id: 200804100224.09828.volker.armin.hemmann@tu-clausthal.de
In Reply to: [gentoo-user] python - *** glibc detected *** by Nicolai Beuermann
1 On Donnerstag, 10. April 2008, Nicolai Beuermann wrote:
2 > Hello list,
3 > a few days ago my creative urge forced me to learn python. As a first step
4 > I wanted to control ecasound by script.
5 > What a pity that it doesn't work.
6 >
7 > kernel:
8 > It's a 64bit applepro with Linux 2.6.22-sabayon #16 SMP PREEMPT Thu Dec 27
9 > 19:33:05 CET 2007 x86_64 Intel(R) Xeon(R) CPU 5130 @ 2.00GHz GenuineIntel
10 > GNU/Linux
11 >
12 > python:
13 > Python 2.5.1 (r251:54863, Feb 5 2008, 15:14:12)
14 > [GCC 4.1.2 (Gentoo 4.1.2 p1.0.1)] on linux2
15 >
16 > ls -l `which python`
17 > lrwxrwxrwx 1 root root 18 10. Apr 00:04 /usr/bin/python ->
18 > /usr/bin/python2.5
19 >
20 > I get:
21 > Chain operator status: ### Chain operator status (chainsetup 'pass_jack')
22 > ### Chain "chain01":
23 > 1. Lowpass filter: [1] cutoff-freq 100.00000000000000000
24 > *** glibc detected *** python: munmap_chunk(): invalid pointer:
25 > 0x00002b8ca3a700d8 ***
26 > ======= Backtrace: =========
27 > /lib/libc.so.6(cfree+0x1ac)[0x2b8ca48be7dc]
28 > /usr/lib64/python2.5/site-packages/pyecasound.so[0x2b8ca50ec6ee]
29 > /usr/lib/libpython2.5.so.1.0[0x2b8ca3c5fc80]
30 > /usr/lib/libpython2.5.so.1.0(PyDict_SetItem+0x118)[0x2b8ca3c603ff]
31 > /usr/lib/libpython2.5.so.1.0(_PyModule_Clear+0x1e8)[0x2b8ca3c65a58]
32 > /usr/lib/libpython2.5.so.1.0(PyImport_Cleanup+0x2ea)[0x2b8ca3cefbc3]
33 > /usr/lib/libpython2.5.so.1.0(Py_Finalize+0x95)[0x2b8ca3cfee1c]
34 > /usr/lib/libpython2.5.so.1.0(Py_Main+0xdb3)[0x2b8ca3d0f1f4]
35 > python(main+0x1b)[0x40081b]
36 > /lib/libc.so.6(__libc_start_main+0xf4)[0x2b8ca48651f4]
37 > python[0x400789]
38 > ======= Memory map: ========
39 > 00400000-00401000 r-xp 00000000 08:12
40 > 6417361 /usr/bin/python2.5
41 > 00600000-00601000 r--p 00000000 08:12
42 > 6417361 /usr/bin/python2.5
43 > 00601000-00602000 rw-p 00001000 08:12
44 > 6417361 /usr/bin/python2.5
45 > 00602000-006d9000 rw-p 00602000 00:00 0
46 > [heap]
47 > <snip>
48 >
49 > I did "revdev-rebuild". In that sense my system seems to be consistence.
50 >
51 > Should glibc be downgraded? Wrong USE variables?
52
53 you can't downgrade glibc.
54
55 re-emerge python and use python-updater.
56
57 And since you are using sabayon, file a bug in their bugzilla.
58 --
59 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] python - *** glibc detected *** Nicolai Beuermann <Nicolai.Beuermann@×××.de>