Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2013 09:15:08 GMT
From:      Ralf Wenk <iz-rpi03@hs-karlsruhe.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   arm/177686: assertion failed in ld-elf.so.1 when invoking telnet with parameters (clang, EABI)
Message-ID:  <201304070915.r379F83s096494@red.freebsd.org>
Resent-Message-ID: <201304070920.r379K1qw025077@freefall.freebsd.org>

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

>Number:         177686
>Category:       arm
>Synopsis:       assertion failed in ld-elf.so.1 when invoking telnet with parameters (clang, EABI)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-arm
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 07 09:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ralf Wenk
>Release:        FreeBSD 10.0-CURRENT arm
>Organization:
Hochschule Karlsruhe, University of Applied Sciences
>Environment:
FreeBSD raspberry-pi 10.0-CURRENT FreeBSD 10.0-CURRENT #8 r249220: Sun Apr  7 10:16:15 CEST 2013     root@home:/usr/obj/arm.armv6/home/rpi/src/sys/RPI-Bsc  arm
>Description:
Invoking telnet with parameters triggers an assertion failure:

# telnet www.belwue.de 80
ld-elf.so.1: assert failed: /home/rpi/src/libexec/rtldelf/rtld_lock.c:233
Abort (core dumped)

While invoking without parameters does not:

# telnet
telnet> open www.belwue.de 80
Trying 2001:7c0:0:1100::a...
Trying 129.143.232.10...
Connected to www1.belwue.de.
..

Kernel and world are build on a i386 9.1-STABLE revision 248965 with:

make -C $SRCROOT -DWITH_ARM_EABI kernel-toolchain
make -C $SRCROOT MALLOC_PRODUCTION=yes -DWITH_ARM_EABI buildworld
make -C $SRCROOT KERNCONF=$KERNCONF WITH_FDT=yes -DWITH_ARM_EABI buildkernel

KERNCONF is RPI-B with serial console enabled (RPI-Bsc).

clang is FreeBSD clang version 3.2 (tags/RELEASE_32/final 170710) 20121221
>How-To-Repeat:
Build a system like mentioned in the description and invoke telnet with a parameter.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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