[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#610657: marked as done (libc6: Segfault in dynamic loader on new Intel CPUs (with AVX))



Your message dated Sun, 23 Jan 2011 21:18:34 +0000
with message-id <E1Ph7KU-0006HS-Ou@franck.debian.org>
and subject line Bug#610657: fixed in eglibc 2.11.2-10
has caused the Debian Bug report #610657,
regarding libc6: Segfault in dynamic loader on new Intel CPUs (with AVX)
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 owner@bugs.debian.org
immediately.)


-- 
610657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610657
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libc6
Version: 2.11.2-8
Severity: normal

Hi,

There's apparently a bug in libc6 that causes dynamic loader to crash
in some scenarios on CPUs with AVX (Advanced Vector Extensions)
support. I don't understand the bug very well, please refer to the
upstream bug report (see below) for more enlightened commentary. This
has apparently been fixed in upstream glibc. I realize squeeze is in a
freeze, but I believe this might be important enough to fix so I
decided to bring this to your attention.

I encountered this with the package `arduino'; I just did `aptitude
install arduino; arduino' and got a crash (with openjdk). The
backtrace seems to be very similar to this glibc bug:

  http://sourceware.org/bugzilla/show_bug.cgi?id=12113

Here's what I do (the command is copied from the script
/usr/bin/arduino). The same program works on my older x86-64 without
AVX support.

------------------------------------------------------------
$ gdb --args java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -jar /usr/share/arduino/arduino.jar
GNU gdb (GDB) 7.2-debian
[...]
Reading symbols from /usr/bin/java...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -jar /usr/share/arduino/arduino.jar
[Thread debugging using libthread_db enabled]
process 25615 is executing new program: /usr/lib/jvm/java-6-openjdk/jre/bin/java
[Thread debugging using libthread_db enabled]
[New Thread 0x7ffff7fcc710 (LWP 25618)]
[New Thread 0x7fff6a928710 (LWP 25619)]
[New Thread 0x7fff6a827710 (LWP 25620)]
[New Thread 0x7fff6a726710 (LWP 25621)]
[New Thread 0x7fff6a625710 (LWP 25622)]
[New Thread 0x7fff6a524710 (LWP 25623)]
[New Thread 0x7fff6a423710 (LWP 25624)]
[New Thread 0x7fff6a322710 (LWP 25625)]
[New Thread 0x7fff6a221710 (LWP 25626)]
[New Thread 0x7fff69629710 (LWP 25627)]
[New Thread 0x7fff69528710 (LWP 25628)]
[New Thread 0x7fff69427710 (LWP 25629)]
[New Thread 0x7fff69010710 (LWP 25630)]
[New Thread 0x7fff68f0f710 (LWP 25631)]
[New Thread 0x7fff68e0e710 (LWP 25632)]
[New Thread 0x7fff68d0d710 (LWP 25633)]
[New Thread 0x7fff68c0c710 (LWP 25634)]
[New Thread 0x7fff62cc2710 (LWP 25635)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff7fcc710 (LWP 25618)]
_dl_x86_64_save_sse () at ../sysdeps/x86_64/dl-trampoline.S:189
189     ../sysdeps/x86_64/dl-trampoline.S: No such file or directory.
        in ../sysdeps/x86_64/dl-trampoline.S
(gdb) bt
#0  _dl_x86_64_save_sse () at ../sysdeps/x86_64/dl-trampoline.S:189
#1  0x00007ffff7de9369 in add_dependency (undef_name=<value optimized out>, undef_map=0x7fff640eb480, ref=0x7ffff7fca168, 
    symbol_scope=<value optimized out>, version=0x0, type_class=<value optimized out>, flags=5, skip_map=0x0) at dl-lookup.c:613
#2  _dl_lookup_symbol_x (undef_name=<value optimized out>, undef_map=0x7fff640eb480, ref=0x7ffff7fca168, symbol_scope=<value optimized out>, 
    version=0x0, type_class=<value optimized out>, flags=5, skip_map=0x0) at dl-lookup.c:816
#3  0x00007ffff7dec3f2 in _dl_fixup (l=<value optimized out>, reloc_arg=<value optimized out>) at ../elf/dl-runtime.c:118
#4  0x00007ffff7df22f5 in _dl_runtime_resolve () at ../sysdeps/x86_64/dl-trampoline.S:41
#5  0x00007fff6316fe0b in Java_sun_font_NativeFont_fontExists () from /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/libfontmanager.so
#6  0x00007ffff2264c48 in ?? ()
#7  0x0000000000612000 in ?? ()
#8  0x00007fffc8b19820 in ?? ()
#9  0x00007ffff7fca230 in ?? ()
#10 0x00007fff6b772068 in ?? ()
#11 0x00007ffff7fca290 in ?? ()
#12 0x00007fff6b773688 in ?? ()
#13 0x0000000000000000 in ?? ()
------------------------------------------------------------

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-uradeonfix+ (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libc-bin                      2.11.2-8   Embedded GNU C Library: Binaries
ii  libgcc1                       1:4.4.5-10 GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]         1.5.38     Debian configuration management sy
ii  glibc-doc                     2.11.2-8   Embedded GNU C Library: Documentat
ii  locales                       2.11.2-8   Embedded GNU C Library: National L

-- debconf information:
* glibc/upgrade: true
  glibc/disable-screensaver:
  glibc/restart-failed:
* glibc/restart-services: dovecot exim4 cron atd

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: eglibc
Source-Version: 2.11.2-10

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

eglibc-source_2.11.2-10_all.deb
  to main/e/eglibc/eglibc-source_2.11.2-10_all.deb
eglibc_2.11.2-10.diff.gz
  to main/e/eglibc/eglibc_2.11.2-10.diff.gz
eglibc_2.11.2-10.dsc
  to main/e/eglibc/eglibc_2.11.2-10.dsc
glibc-doc_2.11.2-10_all.deb
  to main/e/eglibc/glibc-doc_2.11.2-10_all.deb
libc-bin_2.11.2-10_amd64.deb
  to main/e/eglibc/libc-bin_2.11.2-10_amd64.deb
libc-dev-bin_2.11.2-10_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.11.2-10_amd64.deb
libc6-dbg_2.11.2-10_amd64.deb
  to main/e/eglibc/libc6-dbg_2.11.2-10_amd64.deb
libc6-dev-i386_2.11.2-10_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.11.2-10_amd64.deb
libc6-dev_2.11.2-10_amd64.deb
  to main/e/eglibc/libc6-dev_2.11.2-10_amd64.deb
libc6-i386_2.11.2-10_amd64.deb
  to main/e/eglibc/libc6-i386_2.11.2-10_amd64.deb
libc6-pic_2.11.2-10_amd64.deb
  to main/e/eglibc/libc6-pic_2.11.2-10_amd64.deb
libc6-prof_2.11.2-10_amd64.deb
  to main/e/eglibc/libc6-prof_2.11.2-10_amd64.deb
libc6-udeb_2.11.2-10_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.11.2-10_amd64.udeb
libc6_2.11.2-10_amd64.deb
  to main/e/eglibc/libc6_2.11.2-10_amd64.deb
libnss-dns-udeb_2.11.2-10_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.11.2-10_amd64.udeb
libnss-files-udeb_2.11.2-10_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.11.2-10_amd64.udeb
locales-all_2.11.2-10_amd64.deb
  to main/e/eglibc/locales-all_2.11.2-10_amd64.deb
locales_2.11.2-10_all.deb
  to main/e/eglibc/locales_2.11.2-10_all.deb
nscd_2.11.2-10_amd64.deb
  to main/e/eglibc/nscd_2.11.2-10_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 610657@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <aurel32@debian.org> (supplier of updated eglibc 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 ftpmaster@debian.org)


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

Format: 1.8
Date: Sun, 23 Jan 2011 19:54:44 +0100
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-sparcv9b libc6-i686 libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.11.2-10
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <aurel32@debian.org>
Changed-By: Aurelien Jarno <aurel32@debian.org>
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc-bin   - Embedded GNU C Library: Binaries
 libc-dev-bin - Embedded GNU C Library: Development binaries
 libc0.1    - Embedded GNU C Library: Shared libraries
 libc0.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - Embedded GNU C Library: 32bit development libraries for AMD64
 libc0.1-i386 - Embedded GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - Embedded GNU C Library: PIC archive library
 libc0.1-prof - Embedded GNU C Library: Profiling Libraries
 libc0.1-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3    - Embedded GNU C Library: Shared libraries
 libc0.3-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.3-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.3-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.3-pic - Embedded GNU C Library: PIC archive library
 libc0.3-prof - Embedded GNU C Library: Profiling Libraries
 libc0.3-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - Embedded GNU C Library: Shared libraries [Xen version]
 libc6      - Embedded GNU C Library: Shared libraries
 libc6-amd64 - Embedded GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - Embedded GNU C Library: detached debugging symbols
 libc6-dev  - Embedded GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - Embedded GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - Embedded GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips64 - Embedded GNU C Library: 64bit Development Libraries for MIPS64
 libc6-dev-mipsn32 - Embedded GNU C Library: n32 Development Libraries for MIPS64
 libc6-dev-powerpc - Embedded GNU C Library: 32bit powerpc development libraries for p
 libc6-dev-ppc64 - Embedded GNU C Library: 64bit Development Libraries for PowerPC64
 libc6-dev-s390x - Embedded GNU C Library: 64bit Development Libraries for IBM zSeri
 libc6-dev-sparc64 - Embedded GNU C Library: 64bit Development Libraries for UltraSPAR
 libc6-i386 - Embedded GNU C Library: 32-bit shared libraries for AMD64
 libc6-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc6-mips64 - Embedded GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - Embedded GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - Embedded GNU C Library: PIC archive library
 libc6-powerpc - Embedded GNU C Library: 32bit powerpc shared libraries for ppc64
 libc6-ppc64 - Embedded GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-prof - Embedded GNU C Library: Profiling Libraries
 libc6-s390x - Embedded GNU C Library: 64bit Shared libraries for IBM zSeries
 libc6-sparc64 - Embedded GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-sparcv9b - Embedded GNU C Library: Shared libraries [v9b optimized]
 libc6-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc6-xen  - Embedded GNU C Library: Shared libraries [Xen version]
 libc6.1    - Embedded GNU C Library: Shared libraries
 libc6.1-alphaev67 - Embedded GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc6.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc6.1-pic - Embedded GNU C Library: PIC archive library
 libc6.1-prof - Embedded GNU C Library: Profiling Libraries
 libc6.1-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - Embedded GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - Embedded GNU C Library: NSS helper for files - udeb (udeb)
 locales    - Embedded GNU C Library: National Language (locale) data [support]
 locales-all - Embedded GNU C Library: Precompiled locale data
 nscd       - Embedded GNU C Library: Name Service Cache Daemon
Closes: 610657
Changes: 
 eglibc (2.11.2-10) unstable; urgency=low
 .
   * Add patches/amd64/cvs-avx-tcb-alignment.diff from upstream to fix
     alignement issues on CPU supporting the AVX instruction set. Closes:
     #610657.
Checksums-Sha1: 
 f43947e2e789d7857040bf50f66d49b5929e924b 2613 eglibc_2.11.2-10.dsc
 287f3f9bdca181cdabd3553b51c5a112dc4f869c 874996 eglibc_2.11.2-10.diff.gz
 51f8a564d9aede21209a9bd29afcf788223f186c 1843196 glibc-doc_2.11.2-10_all.deb
 f671ab92e8bd27aab17c7f88a9aaa0a6c7f807dc 11054920 eglibc-source_2.11.2-10_all.deb
 f80b44112a4644572da5a8fbf0970c0f8b7c29a7 4756584 locales_2.11.2-10_all.deb
 840f503310ee48d386ec012e87e7e1d2278d44eb 4273464 libc6_2.11.2-10_amd64.deb
 b9d92c8e4809ecc152fdc6cb8b0b60115356d835 2587444 libc6-dev_2.11.2-10_amd64.deb
 f196b5c0d9e3ff9dc8809791755c4b6a5b29a17f 2033326 libc6-prof_2.11.2-10_amd64.deb
 906f7c5b9328212d18579d50767ff0d88d4f1d3a 1547392 libc6-pic_2.11.2-10_amd64.deb
 71b017b435341431c22fcd60d16ff5e26aa3c51f 746020 libc-bin_2.11.2-10_amd64.deb
 43ebfa752aa541ed01bc9fd8eddd5136b22eddd2 207174 libc-dev-bin_2.11.2-10_amd64.deb
 bb186e53944ebffa8b02d1443ede5bd00d886c72 3776842 locales-all_2.11.2-10_amd64.deb
 b90a7a47b1d48896fbc194be38f630a7a878128c 3805034 libc6-i386_2.11.2-10_amd64.deb
 232fa2ca10e96cc3fb7ba9c993c5312eddc2766e 1524284 libc6-dev-i386_2.11.2-10_amd64.deb
 7a2cd56bcd14f8cbbe02cfb27e30d21605a12cf3 196728 nscd_2.11.2-10_amd64.deb
 40f9c1c660f1465399dae5f89501bcd6a59c62ed 10423180 libc6-dbg_2.11.2-10_amd64.deb
 b2beb8d32632a9f4ef73ef837a3f22721ed9deff 1150488 libc6-udeb_2.11.2-10_amd64.udeb
 c4ba294938f6441130a3155369ab8472b3ac38e1 11126 libnss-dns-udeb_2.11.2-10_amd64.udeb
 a2b5b00dc2f738e12c3999eb3512532f43a8810a 19686 libnss-files-udeb_2.11.2-10_amd64.udeb
Checksums-Sha256: 
 9370a5bfc9e2636ebff1c03e1f922527fc03b81c4889416ce02dfdaedd31863d 2613 eglibc_2.11.2-10.dsc
 3a5eddfce98b29d345a70ced561b5040afef9acbf2da5429d7bc790fd4b0c735 874996 eglibc_2.11.2-10.diff.gz
 80c5f90b866db6e296b392a74df65ddf7692c67ff5cc2afaa194d43b86bab4c9 1843196 glibc-doc_2.11.2-10_all.deb
 8257510a0810cdf89b170649c01df73c97c9b92ca7c8810426be2222ada69ae4 11054920 eglibc-source_2.11.2-10_all.deb
 02ee86cb70a6f2fe5550973335c4158d940d4ae0e562aa5635c4c0da5b82a1b7 4756584 locales_2.11.2-10_all.deb
 728da32ce3bc530368dc378cb83104d75948cc3fc336accb500d3bd85a93b7e7 4273464 libc6_2.11.2-10_amd64.deb
 96846e6aa8be894257cf6d40e9a7f03bf13354de1393ef7cb8e1d5eca5f8ed29 2587444 libc6-dev_2.11.2-10_amd64.deb
 4920f39f17bbf903cb474075e504d16e88698fb64be6d7f41716959c6beda036 2033326 libc6-prof_2.11.2-10_amd64.deb
 64f153bfeb20eed10cdd2296b449d381d0439d0b1948804a1e5fc8e6e23fa44c 1547392 libc6-pic_2.11.2-10_amd64.deb
 c7bfd783919351435209da81cf3272a810f7605fcfd0257ec7102954a0c46106 746020 libc-bin_2.11.2-10_amd64.deb
 a4be6db12d9db45354c23c1b1e83a210af3099e0809555d3a6d4536a7484db9d 207174 libc-dev-bin_2.11.2-10_amd64.deb
 91c571e7293eb74d53be776be090cf3062f392fc1630544967726f3b73389ade 3776842 locales-all_2.11.2-10_amd64.deb
 ac12cea040ba34c8d01fd3c0ccdda910bca64dc6c77ca3566783c0dceae0d5f9 3805034 libc6-i386_2.11.2-10_amd64.deb
 c80e58b3a457401eb21deee78aae3c8e228713c094a6c77027d94be18684c5b7 1524284 libc6-dev-i386_2.11.2-10_amd64.deb
 d8df836d33603b3937413424ba562b394cda6fe54e8797926311d493c394d86d 196728 nscd_2.11.2-10_amd64.deb
 cc23cf692da94b709a2d89b7e031a6250e803fe26683a5fc77981b2df7687cdb 10423180 libc6-dbg_2.11.2-10_amd64.deb
 18540086d081b1c431d90647cc146d5f5f54accaf0d9f68b7c2d55bd8acd019f 1150488 libc6-udeb_2.11.2-10_amd64.udeb
 1c593af29c8f73d1159aaf807dde6619142e46013069585dbb5958259c9f8452 11126 libnss-dns-udeb_2.11.2-10_amd64.udeb
 3c504e12303aac25a55cdce94cef7e6a4612720792584ee8d9c445e1b7285c22 19686 libnss-files-udeb_2.11.2-10_amd64.udeb
Files: 
 5206e9acdae6153f88f1706c3f5c9acf 2613 libs required eglibc_2.11.2-10.dsc
 d5430e405b86e226ddbd0c98a09a7d28 874996 libs required eglibc_2.11.2-10.diff.gz
 aafc4b996e221d7c1969c5aab28c7ee3 1843196 doc optional glibc-doc_2.11.2-10_all.deb
 3d444c90c07c3846ccb0fea8bbc1e03d 11054920 devel optional eglibc-source_2.11.2-10_all.deb
 27102934aa976333718ba73018b39afb 4756584 localization standard locales_2.11.2-10_all.deb
 4d582b30c48cec32003e78c51bcbe170 4273464 libs required libc6_2.11.2-10_amd64.deb
 7dd27736a40d298a7e49e62c7262c5cc 2587444 libdevel optional libc6-dev_2.11.2-10_amd64.deb
 3427a3142a2b35b1b6d0bf6e2d39b5cc 2033326 libdevel extra libc6-prof_2.11.2-10_amd64.deb
 d60488bc269f2b30fdf64b244205b322 1547392 libdevel optional libc6-pic_2.11.2-10_amd64.deb
 80816ea0e4162f6f5f1ec08b7ebc76e3 746020 libs required libc-bin_2.11.2-10_amd64.deb
 2c238ae5b27a770087300442bc8822de 207174 libdevel optional libc-dev-bin_2.11.2-10_amd64.deb
 17b7f37f644eedb707567f6c100e3f8c 3776842 localization extra locales-all_2.11.2-10_amd64.deb
 f70fe23ca1d167186ffea4a39eba1ba6 3805034 libs optional libc6-i386_2.11.2-10_amd64.deb
 156e0c2c1b28c8c8e174dbf1bf88b2a4 1524284 libdevel optional libc6-dev-i386_2.11.2-10_amd64.deb
 b129b37aa79618c7482c1a8df5626d1c 196728 admin optional nscd_2.11.2-10_amd64.deb
 5c70c888bb92e523e018bd3e7a9b61eb 10423180 debug extra libc6-dbg_2.11.2-10_amd64.deb
 1dff78c15a4b540934f529d52ff66f70 1150488 debian-installer extra libc6-udeb_2.11.2-10_amd64.udeb
 6ea7140d06a923ce6f922a3cfb84fc21 11126 debian-installer extra libnss-dns-udeb_2.11.2-10_amd64.udeb
 0922443f1b60615c076f333a415ca347 19686 debian-installer extra libnss-files-udeb_2.11.2-10_amd64.udeb
Package-Type: udeb

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

iD8DBQFNPJDGw3ao2vG823MRAgvdAKCLBc4IqtPZAjyU/Av1CYjVTBnTCQCfVUn7
2nqIxIXpiomwBsjoysirH8I=
=XViA
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: