Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 118602 Details for
Bug 177679
net-nds/ldapvi: malloc(): memory corruption
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
output of emerge -av ldapvi and starting ldapvi afterwards
full_output.log (text/plain), 10.69 KB, created by
Alexander Prinsier
on 2007-05-08 17:53:20 UTC
(
hide
)
Description:
output of emerge -av ldapvi and starting ldapvi afterwards
Filename:
MIME Type:
Creator:
Alexander Prinsier
Created:
2007-05-08 17:53:20 UTC
Size:
10.69 KB
patch
obsolete
># emerge -av ldapvi > >These are the packages that would be merged, in order: > >Calculating dependencies... done! >[ebuild R ] net-nds/ldapvi-1.6 USE="ssl" 0 kB > >Total: 1 package (1 reinstall), Size of downloads: 0 kB > >Would you like to merge these packages? [Yes/No] > >>>> Emerging (1 of 1) net-nds/ldapvi-1.6 to / >* ldapvi-1.6.tar.gz RMD160 ;-) ... [ ok ] >* ldapvi-1.6.tar.gz SHA1 ;-) ... [ ok ] >* ldapvi-1.6.tar.gz SHA256 ;-) ... [ ok ] >* ldapvi-1.6.tar.gz size ;-) ... [ ok ] >* checking ebuild checksums ;-) ... [ ok ] >* checking auxfile checksums ;-) ... [ ok ] >* checking miscfile checksums ;-) ... [ ok ] >* checking ldapvi-1.6.tar.gz ;-) ... [ ok ] >>>> Unpacking source... >>>> Unpacking ldapvi-1.6.tar.gz to /var/tmp/portage/net-nds/ldapvi-1.6/work >>>> Source unpacked. >>>> Compiling source in /var/tmp/portage/net-nds/ldapvi-1.6/work/ldapvi-1.6 ... >./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-libcrypto=openssl --build=i686-pc-linux-gnu >checking for a BSD-compatible install... /usr/bin/install -c >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed >checking for mkdtemp... yes >checking for on_exit... yes >checking for main in -lsocket... no >checking for main in -lresolv... yes >checking for main in -llber... yes >checking for main in -lldap... yes >checking for ldap_initialize in -lldap... yes >checking for ldap_bv2dn_x in -lldap... yes >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for egrep... grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking sasl/sasl.h usability... yes >checking sasl/sasl.h presence... yes >checking for sasl/sasl.h... yes >checking for library containing tigetstr... -lcurses >checking curses.h usability... yes >checking curses.h presence... yes >checking for curses.h... yes >checking for poptGetContext in -lpopt... yes >checking for readline in -lreadline... yes >checking for pkg-config... /usr/bin/pkg-config >checking for main in -lglib-2.0... yes >checking for main in -lssl... yes >checking for SHA1... yes >checking for RAND_pseudo_bytes... yes >checking for main in -lcrypt... yes >configure: creating ./config.status >config.status: creating GNUmakefile >config.status: creating config.h >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o ldapvi.o ldapvi.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o data.o data.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o diff.o diff.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o error.o error.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o misc.o misc.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o parse.o parse.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o port.o port.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o print.o print.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o search.o search.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o base64.o base64.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o arguments.o arguments.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o parseldif.o parseldif.c >i686-pc-linux-gnu-gcc -c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o sasl.o sasl.c >i686-pc-linux-gnu-gcc -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -march=prescott -pipe -fomit-frame-pointer -o ldapvi ldapvi.o data.o diff.o error.o misc.o parse.o port.o print.o search.o base64.o arguments.o parseldif.o schema.c sasl.o -lcrypt -lssl -lssl -lcrypto -ldl -lglib-2.0 -lreadline -lpopt -lcurses -lldap -llber -lresolv >>>> Source compiled. >>>> Test phase [not enabled]: net-nds/ldapvi-1.6 > >>>> Install ldapvi-1.6 into /var/tmp/portage/net-nds/ldapvi-1.6/image/ category net-nds >>>> Completed installing ldapvi-1.6 into /var/tmp/portage/net-nds/ldapvi-1.6/image/ > >ecompressdir: bzip2 -f9 /usr/share/man/man1 >strip: i686-pc-linux-gnu-strip --strip-unneeded >usr/bin/ldapvi >>>> Merging net-nds/ldapvi-1.6 to / >--- /usr/ >--- /usr/bin/ >>>> /usr/bin/ldapvi >--- /usr/share/ >--- /usr/share/man/ >--- /usr/share/man/man1/ >>>> /usr/share/man/man1/ldapvi.1.bz2 >>>> Safely unmerging already-installed instance... >--- !mtime obj /usr/share/man/man1/ldapvi.1.bz2 >--- !mtime obj /usr/bin/ldapvi >--- !empty dir /usr/share/man/man1 >--- !empty dir /usr/share/man >--- !empty dir /usr/share >--- !empty dir /usr/bin >--- !empty dir /usr >>>> Original instance of package unmerged safely. >>>> net-nds/ldapvi-1.6 merged. > >>>> No packages selected for removal by clean >>>> Auto-cleaning packages... > >>>> No outdated packages were found on your system. >* GNU info directory index is up-to-date. ># exit >exit >$ ldapvi >*** glibc detected *** ldapvi: malloc(): memory corruption: 0x0805ee40 *** >======= Backtrace: ========= >/lib/libc.so.6[0x449be447] >/lib/libc.so.6[0x449c0278] >/lib/libc.so.6(malloc+0x73)[0x449c1bc8] >ldapvi[0x8050f39] >======= Memory map: ======== >08048000-0805d000 r-xp 00000000 fe:01 29100 /usr/bin/ldapvi >0805d000-0805e000 rw-p 00015000 fe:01 29100 /usr/bin/ldapvi >0805e000-0807f000 rw-p 0805e000 00:00 0 [heap] >4493e000-44958000 r-xp 00000000 08:03 80485 /lib/ld-2.5.so >44958000-44959000 r--p 00019000 08:03 80485 /lib/ld-2.5.so >44959000-4495a000 rw-p 0001a000 08:03 80485 /lib/ld-2.5.so >4495c000-44a78000 r-xp 00000000 08:03 80565 /lib/libc-2.5.so >44a78000-44a79000 r--p 0011c000 08:03 80565 /lib/libc-2.5.so >44a79000-44a7b000 rw-p 0011d000 08:03 80565 /lib/libc-2.5.so >44a7b000-44a7e000 rw-p 44a7b000 00:00 0 >44aa6000-44aa8000 r-xp 00000000 08:03 80581 /lib/libdl-2.5.so >44aa8000-44aaa000 rw-p 00001000 08:03 80581 /lib/libdl-2.5.so >44ad8000-44b0c000 r-xp 00000000 fe:01 133753 /usr/lib/libldap-2.3.so.0.2.18 >44b0c000-44b0d000 rw-p 00034000 fe:01 133753 /usr/lib/libldap-2.3.so.0.2.18 >44b0f000-44b1a000 r-xp 00000000 fe:01 114686 /usr/lib/liblber-2.3.so.0.2.18 >44b1a000-44b1b000 rw-p 0000a000 fe:01 114686 /usr/lib/liblber-2.3.so.0.2.18 >44b1d000-44b33000 r-xp 00000000 fe:01 133699 /usr/lib/libsasl2.so.2.0.22 >44b33000-44b34000 rw-p 00015000 fe:01 133699 /usr/lib/libsasl2.so.2.0.22 >44be1000-44bea000 r-xp 00000000 fe:01 33545 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc_s.so.1 >44bea000-44beb000 rw-p 00008000 fe:01 33545 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libgcc_s.so.1 >44e9b000-44ea9000 r-xp 00000000 08:03 80715 /lib/libresolv-2.5.so >44ea9000-44eab000 rw-p 0000d000 08:03 80715 /lib/libresolv-2.5.so >44eab000-44ead000 rw-p 44eab000 00:00 0 >44ed0000-44ef9000 r-xp 00000000 08:03 80872 /lib/libreadline.so.5.2 >44ef9000-44efd000 rw-p 00029000 08:03 80872 /lib/libreadline.so.5.2 >44efd000-44efe000 rw-p 44efd000 00:00 0 >44ff3000-44ff9000 r-xp 00000000 fe:01 115756 /usr/lib/libpopt.so.0.0.0 >44ff9000-44ffa000 rw-p 00006000 fe:01 115756 /usr/lib/libpopt.so.0.0.0 >460ae000-460b3000 r-xp 00000000 08:03 80750 /lib/libcrypt-2.5.so >460b3000-460b5000 rw-p 00004000 08:03 80750 /lib/libcrypt-2.5.so >460b5000-460dc000 rw-p 460b5000 00:00 0 >460de000-461f2000 r-xp 00000000 fe:01 30536 /usr/lib/libcrypto.so.0.9.8 >461f2000-46206000 rw-p 00114000 fe:01 30536 /usr/lib/libcrypto.so.0.9.8 >46206000-4620a000 rw-p 46206000 00:00 0 >4620c000-46244000 r-xp 00000000 fe:01 30547 /usr/lib/libssl.so.0.9.8 >46244000-46248000 rw-p 00038000 fe:01 30547 /usr/lib/libssl.so.0.9.8 >4624a000-462db000 r-xp 00000000 fe:01 27566 /usr/lib/libglib-2.0.so.0.1200.9 >462db000-462dc000 rw-p 00091000 fe:01 27566 /usr/lib/libglib-2.0.so.0.1200.9 >b7e00000-b7e21000 rw-p b7e00000 00:00 0 >b7e21000-b7f00000 ---p b7e21000 00:00 0 >b7f6e000-b7f71000 rw-p b7f6e000 00:00 0 >b7f71000-b7faa000 r-xp 00000000 08:03 80761 /lib/libncurses.so.5.6 >b7faa000-b7fb3000 rw-p 00038000 08:03 80761 /lib/libncurses.so.5.6 >b7fb3000-b7fb4000 rw-p b7fb3000 00:00 0 >b7fd0000-b7fd1000 rw-p b7fd0000 00:00 0 >b7fd1000-b7fd2000 r-xp b7fd1000 00:00 0 [vdso] >bfa40000-bfa55000 rw-p bfa40000 00:00 0 [stack] >Aborted >$
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 177679
: 118602