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

Bug#633768: marked as done (texlive-binaries: fatal: memory exhausted (xmalloc of 2171483664 bytes).)



Your message dated Wed, 20 Jul 2011 16:49:49 +0000
with message-id <E1QjZy1-0003xF-CL@franck.debian.org>
and subject line Bug#633011: fixed in texlive-bin 2009-9
has caused the Debian Bug report #633011,
regarding texlive-binaries: fatal: memory exhausted (xmalloc of 2171483664 bytes).
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.)


-- 
633011: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633011
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: texlive-binaries
Version: 2009-8
Severity: important

Hello,

  While trying to build GNU GDB on experimental, some architectures (amd64, s390
and armel) fail to build from source due to:

TEXINPUTS=/build/buildd-gdb_7.3.50~cvs20110627-2-amd64-gF8ZJR/gdb-7.3.50~cvs20110627/gdb/doc/../../texinfo:.:/build/buildd-gdb_7.3.50~cvs20110627-2-amd64-gF8ZJR/gdb-7.3.50~cvs20110627/gdb/doc:/build/buildd-gdb_7.3.50~cvs20110627-2-amd64-gF8ZJR/gdb-7.3.50~cvs20110627/gdb/doc/../../readline/doc:/build/buildd-gdb_7.3.50~cvs20110627-2-amd64-gF8ZJR/gdb-7.3.50~cvs20110627/gdb/doc/../mi:$TEXINPUTS tex sedref.tex
This is TeX, Version 3.1415926 (TeX Live 2009/Debian)
make[1]: *** [refcard.dvi] Segmentation fault

or

TEXINPUTS=/build/buildd-gdb_7.3.50~cvs20110627-2-armel-8krUQG/gdb-7.3.50~cvs20110627/gdb/doc/../../texinfo:.:/build/buildd-gdb_7.3.50~cvs20110627-2-armel-8krUQG/gdb-7.3.50~cvs20110627/gdb/doc:/build/buildd-gdb_7.3.50~cvs20110627-2-armel-8krUQG/gdb-7.3.50~cvs20110627/gdb/doc/../../readline/doc:/build/buildd-gdb_7.3.50~cvs20110627-2-armel-8krUQG/gdb-7.3.50~cvs20110627/gdb/doc/../mi:$TEXINPUTS tex sedref.tex
This is TeX, Version 3.1415926 (TeX Live 2009/Debian)
fatal: memory exhausted (xmalloc of 2171483664 bytes).

On amd64/sid I got this information:
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/bin/tex sedref.tex
This is TeX, Version 3.1415926 (TeX Live 2009/Debian)

Program received signal SIGSEGV, Segmentation fault.
__memcpy_sse2 () at ../sysdeps/x86_64/multiarch/../memcpy.S:162
162     ../sysdeps/x86_64/multiarch/../memcpy.S: No such file or directory.
        in ../sysdeps/x86_64/multiarch/../memcpy.S
(gdb) bt
#0  __memcpy_sse2 () at ../sysdeps/x86_64/multiarch/../memcpy.S:162
#1  0x00007ffff762c263 in _IO_file_xsgetn (fp=0x8aa950, data=0x7ffef5e41018, n=176) at fileops.c:1414
#2  0x00007ffff7622442 in _IO_fread (buf=0x7ffef5e41018, size=8, count=22, fp=0xfffffff9) at iofread.c:44
#3  0x000000000043887d in ?? ()
#4  0x00000000004084c3 in ?? ()
#5  0x000000000040c56d in ?? ()
#6  0x0000000000401d4e in ?? ()
#7  0x00007ffff75dcead in __libc_start_main (main=<value optimized out>, argc=<value optimized out>, 
    ubp_av=<value optimized out>, init=<value optimized out>, fini=<value optimized out>, 
    rtld_fini=<value optimized out>, stack_end=0x7fffffffe6a8) at libc-start.c:228
#8  0x0000000000401d81 in ?? ()
#9  0x00007fffffffe6a8 in ?? ()
#10 0x000000000000001c in ?? ()
#11 0x0000000000000002 in ?? ()
#12 0x00007fffffffe8c7 in ?? ()
#13 0x00000000006d2120 in ?? ()
#14 0x0000000000000000 in ?? ()

On amd64/wheezy, it passes fine:
(wheezy_amd64)zumbi@pergolesi:~/gdb-7.2/build/objdir/gdb/doc$ TEXINPUTS=/home/zumbi/gdb-7.2/gdb/doc/../../texinfo:.:/home/zumbi/gdb-7.2/gdb/doc:/home/zumbi/gdb-7.2/gdb/doc/../../readline/doc:/home/zumbi/gdb-7.2/gdb/doc/../mi:$TEXINPUTS tex sedref.tex
This is TeX, Version 3.1415926 (TeX Live 2009/Debian)
(./sedref.tex [1]
Underfull \hbox (badness 1297) in paragraph at lines 571--571
[]\rm octal, dec-i-mal, or hex num-ber 
[2] )
(see the transcript file for additional information)
Output written on sedref.dvi (2 pages, 21844 bytes).
Transcript written on sedref.log.

On armel/s390, it tries to allocate 2GB, and those machines do not have such
memory. I have tested on armel/wheezy chroot and I got it to run fine.

(wheezy)zumbi@abel:~/gdb-7.3.50~cvs20110627/build/objdir/gdb/doc$ TEXINPUTS=/home/zumbi/gdb-7.3.50~cvs20110627/gdb/doc/../../texinfo:.:/home/zumbi/gdb-7.3.50~cvs20110627/gdb/doc:/home/zumbi/gdb-7.3.50~cvs20110627/gdb/doc/../../readline/doc:/home/zumbi/gdb-7.3.50~cvs20110627/gdb/doc/../mi:$TEXINPUTS tex sedref.tex
This is TeX, Version 3.1415926 (TeX Live 2009/Debian)
(./sedref.tex [1]
Underfull \hbox (badness 1297) in paragraph at lines 571--571
[]\rm octal, dec-i-mal, or hex num-ber 
[2] )
(see the transcript file for additional information)
Output written on sedref.dvi (2 pages, 21844 bytes).
Transcript written on sedref.log.

Note on wheezy I am using:
texlive-binaries        2009-8
libc6                   2.13-7

On sid:
texlive-binaries        2009-8+b1
libc6          		2.13-10

Best regards
  -- Hector Oron



--- End Message ---
--- Begin Message ---
Source: texlive-bin
Source-Version: 2009-9

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

libkpathsea-dev_2009-9_amd64.deb
  to main/t/texlive-bin/libkpathsea-dev_2009-9_amd64.deb
libkpathsea5_2009-9_amd64.deb
  to main/t/texlive-bin/libkpathsea5_2009-9_amd64.deb
texlive-bin_2009-9.diff.gz
  to main/t/texlive-bin/texlive-bin_2009-9.diff.gz
texlive-bin_2009-9.dsc
  to main/t/texlive-bin/texlive-bin_2009-9.dsc
texlive-binaries_2009-9_amd64.deb
  to main/t/texlive-bin/texlive-binaries_2009-9_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 633011@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Norbert Preining <preining@debian.org> (supplier of updated texlive-bin 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: Thu, 21 Jul 2011 00:10:10 +0900
Source: texlive-bin
Binary: texlive-binaries libkpathsea5 libkpathsea-dev
Architecture: source amd64
Version: 2009-9
Distribution: unstable
Urgency: high
Maintainer: Debian TeX Maintainers <debian-tex-maint@lists.debian.org>
Changed-By: Norbert Preining <preining@debian.org>
Description: 
 libkpathsea-dev - TeX Live: path search library for TeX (development part)
 libkpathsea5 - TeX Live: path search library for TeX (runtime part)
 texlive-binaries - Binaries for TeX Live
Closes: 633011
Changes: 
 texlive-bin (2009-9) unstable; urgency=high
 .
   * Add 73_tex_segfault patch, closes: #633011 (Frank Küster)
     urgency set to high to fix this RC bug and help with poppler transition
   * add texlive-binaries.lintian to override embedded lib t1lib
Checksums-Sha1: 
 c5d7f93e7f117df226e5060c1a576f41a0d8fc36 1379 texlive-bin_2009-9.dsc
 d1b6b093cbb817a17142539b726d57388a78f286 71914 texlive-bin_2009-9.diff.gz
 b395742e844951eb91ce1bf08fc13f729ed68b68 8066356 texlive-binaries_2009-9_amd64.deb
 287ef267b390ddfe81254691c05e66ff9645ce41 134854 libkpathsea5_2009-9_amd64.deb
 6d79ec978d7a320e3e29d0a2296586a0d64ac0e6 178684 libkpathsea-dev_2009-9_amd64.deb
Checksums-Sha256: 
 c066b63c18851973803a807777764e2ea640e04041b49f192a9ab5063efbd3f7 1379 texlive-bin_2009-9.dsc
 360d41f00116529bd1c0d797a866fbf105eba74bf4bd98898c609bc92114662d 71914 texlive-bin_2009-9.diff.gz
 4f1e118901ad203ee01d11f848b68a3b3baa3d775a6356a82d754a893d9dcea3 8066356 texlive-binaries_2009-9_amd64.deb
 a4148505cdb38f459301fdbe7f6084a5927a093d8e1e68d5a9aa6507a1bd53b0 134854 libkpathsea5_2009-9_amd64.deb
 2f675242da0f97db551aa8ce3ddb43b3b60e534ed1a1f2a4ced17ce766ae6928 178684 libkpathsea-dev_2009-9_amd64.deb
Files: 
 bfcfa2614f986ff3539927b40c848fbe 1379 tex optional texlive-bin_2009-9.dsc
 5f5afc81013723c473791cdd56ec7a2b 71914 tex optional texlive-bin_2009-9.diff.gz
 c22deb74127ad9ec0368b0aacd247c6d 8066356 tex optional texlive-binaries_2009-9_amd64.deb
 eb8203c4dc9cd0574dc907ca5ad84028 134854 libs optional libkpathsea5_2009-9_amd64.deb
 402781aa60816ef7095edd33face81b6 178684 libdevel optional libkpathsea-dev_2009-9_amd64.deb

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

iD8DBQFOJwME0r9KownFsJQRAhFmAJ9bfx/xm4L421l1CCaxIIhhrPjwFgCeJgzJ
7406459b3osC5LOSQ5OUtdU=
=vkoQ
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: