Skip site navigation (1)Skip section navigation (2)
Date:      27 May 2002 14:51:51 -0700
From:      Scott Reese <sreese@codysbooks.com>
To:        ports@FreeBSD.org
Subject:   /usr/ports/ftp/IglooFTP broken on -CURRENT
Message-ID:  <1022536311.334.7.camel@borges.codysbooks.com>

next in thread | raw e-mail | index | archive | help
Hello,

I've just updated to a fresh -CURRENT as of this morning.  I
successfully re-installed the IglooFTP port, but whenever I try to run
the program as a regular user, I get a core dump as follows:

borges[108]% IglooFTP
IglooFTP in free(): error: chunk is already free
Abort (core dumped)

The funny thing about this is if I run the program as root, then it
works.  I'd rather not have to run this thing as root every time I want
to use it.

Here is a back trace from the core:

borges[117]% gdb IglooFTP IglooFTP.core
GNU gdb 4.18 (FreeBSD)
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-unknown-freebsd"...(no debugging
symbols found)...
Core was generated by `IglooFTP'.
Program terminated with signal 6, Abort trap.
Reading symbols from /usr/X11R6/lib/libgtk12.so.2...(no debugging
symbols found)...done.
Reading symbols from /usr/X11R6/lib/libgdk12.so.2...(no debugging
symbols found)...done.
Reading symbols from /usr/local/lib/libgmodule12.so.3...(no debugging
symbols found)...done.
Reading symbols from /usr/local/lib/libglib12.so.3...(no debugging
symbols found)...done.
Reading symbols from /usr/local/lib/libintl.so.2...(no debugging symbols
found)...done.
Reading symbols from /usr/X11R6/lib/libXext.so.6...(no debugging symbols
found)...done.
Reading symbols from /usr/X11R6/lib/libX11.so.6...(no debugging symbols
found)...done.
Reading symbols from /usr/lib/libm.so.2...(no debugging symbols
found)...done.
Reading symbols from /usr/X11R6/lib/libXmu.so.6...(no debugging symbols
found)...done.
Reading symbols from /usr/X11R6/lib/libXt.so.6...(no debugging symbols
found)...done.
Reading symbols from /usr/X11R6/lib/libSM.so.6...(no debugging symbols
found)...done.
Reading symbols from /usr/X11R6/lib/libICE.so.6...(no debugging symbols
found)...done.
Reading symbols from /usr/lib/libc.so.5...(no debugging symbols
found)...done.
Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging
symbols found)...done.
Reading symbols from /usr/X11R6/lib/libXThrStub.so.6...(no debugging
symbols found)...done.
Reading symbols from /usr/X11R6/lib/X11/locale/common/xlcDef.so.2...(no
debugging symbols found)...done.
Reading symbols from /usr/X11R6/lib/X11/locale/common/ximcp.so.2...(no
debugging symbols found)...done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols
found)...done.
#0  0x283e8083 in kill () from /usr/lib/libc.so.5
(gdb) bt
#0  0x283e8083 in kill () from /usr/lib/libc.so.5
#1  0x2843e7a8 in abort () from /usr/lib/libc.so.5
#2  0x2843d2b2 in tcflow () from /usr/lib/libc.so.5
#3  0x2843d2dd in tcflow () from /usr/lib/libc.so.5
#4  0x2843e4cf in realloc () from /usr/lib/libc.so.5
#5  0x2843dcab in tcflow () from /usr/lib/libc.so.5
#6  0x2843de3f in free () from /usr/lib/libc.so.5
#7  0x8069b69 in is_a_dir ()
#8  0x8069fa5 in DIR_TREE_show_path ()
#9  0x806a149 in DIR_TREE_init ()
#10 0x806c415 in create_dirlist ()
#11 0x807803d in main ()
#12 0x8053999 in _start ()

Here are my system specs:

borges[118]% uname -a
FreeBSD borges.codysbooks.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon
May 27 14:01:33 PDT 2002    
scott@borges.codysbooks.com:/usr/obj/usr/src/sys/BORGES  i386

Please let me know if there is any more information I can supply and
thank you for your attention.

-Scott



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1022536311.334.7.camel>