Gentoo Archives: gentoo-user

From: Nicolai Beuermann <Nicolai.Beuermann@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] python - *** glibc detected ***
Date: Wed, 09 Apr 2008 23:09:02
Message-Id: 200804100108.51231.Nicolai.Beuermann@gmx.de
1 Hello list,
2 a few days ago my creative urge forced me to learn python. As a first step I
3 wanted to control ecasound by script.
4 What a pity that it doesn't work.
5
6 kernel:
7 It's a 64bit applepro with Linux 2.6.22-sabayon #16 SMP PREEMPT Thu Dec 27
8 19:33:05 CET 2007 x86_64 Intel(R) Xeon(R) CPU 5130 @ 2.00GHz GenuineIntel
9 GNU/Linux
10
11 python:
12 Python 2.5.1 (r251:54863, Feb 5 2008, 15:14:12)
13 [GCC 4.1.2 (Gentoo 4.1.2 p1.0.1)] on linux2
14
15 ls -l `which python`
16 lrwxrwxrwx 1 root root 18 10. Apr 00:04 /usr/bin/python -> /usr/bin/python2.5
17
18 I get:
19 Chain operator status: ### Chain operator status (chainsetup 'pass_jack') ###
20 Chain "chain01":
21 1. Lowpass filter: [1] cutoff-freq 100.00000000000000000
22 *** glibc detected *** python: munmap_chunk(): invalid pointer:
23 0x00002b8ca3a700d8 ***
24 ======= Backtrace: =========
25 /lib/libc.so.6(cfree+0x1ac)[0x2b8ca48be7dc]
26 /usr/lib64/python2.5/site-packages/pyecasound.so[0x2b8ca50ec6ee]
27 /usr/lib/libpython2.5.so.1.0[0x2b8ca3c5fc80]
28 /usr/lib/libpython2.5.so.1.0(PyDict_SetItem+0x118)[0x2b8ca3c603ff]
29 /usr/lib/libpython2.5.so.1.0(_PyModule_Clear+0x1e8)[0x2b8ca3c65a58]
30 /usr/lib/libpython2.5.so.1.0(PyImport_Cleanup+0x2ea)[0x2b8ca3cefbc3]
31 /usr/lib/libpython2.5.so.1.0(Py_Finalize+0x95)[0x2b8ca3cfee1c]
32 /usr/lib/libpython2.5.so.1.0(Py_Main+0xdb3)[0x2b8ca3d0f1f4]
33 python(main+0x1b)[0x40081b]
34 /lib/libc.so.6(__libc_start_main+0xf4)[0x2b8ca48651f4]
35 python[0x400789]
36 ======= Memory map: ========
37 00400000-00401000 r-xp 00000000 08:12
38 6417361 /usr/bin/python2.5
39 00600000-00601000 r--p 00000000 08:12
40 6417361 /usr/bin/python2.5
41 00601000-00602000 rw-p 00001000 08:12
42 6417361 /usr/bin/python2.5
43 00602000-006d9000 rw-p 00602000 00:00 0
44 [heap]
45 <snip>
46
47 I did "revdev-rebuild". In that sense my system seems to be consistence.
48
49 Should glibc be downgraded? Wrong USE variables?
50 eix glibc shows:
51 2.7-r2(2.2)(13:09:03 27.03.2008)(gd glibc-omitfp
52 nls -debug -glibc-compat20 -hardened -multilib -profile -selinux -vanilla)
53
54 On my 32bit centrino laptop with latest gentoo python+ecasound work fine. But
55 that's beside the point.
56
57 thanks for reading
58 nico
59 --
60 mailto: nicolai.beuermann@×××.de
61 gnupg fingerprint: 56DA 4E32 3A4A 52AC B769 DFC2 BF3E 9805 09BB 4259
62 --
63 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] python - *** glibc detected *** Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>