public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: target/5815: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/i386/reloc.c:220
@ 2002-03-03 10:37 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2002-03-03 10:37 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, wanderer

Synopsis: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/i386/reloc.c:220

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Sun Mar  3 10:37:06 2002
State-Changed-Why:
    This looks like a binutils problem.
    See:
    http://docs.freebsd.org/cgi/getmsg.cgi?fetch=653875+0+archive/2000/freebsd-hackers/20001231.freebsd-hackers
    http://docs.freebsd.org/cgi/getmsg.cgi?fetch=236399+0+/usr/local/www/db/text/2001/freebsd-hackers/20010107.freebsd-hackers
    
    for reports of a similar error message.
    
    Can you ask the FreeBSD people for a newer version of
    binutils which might solve the problem?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5815


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: target/5815: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/i386/reloc.c:220
@ 2002-03-03 15:26 Vladimir A Merzliakov
  0 siblings, 0 replies; 4+ messages in thread
From: Vladimir A Merzliakov @ 2002-03-03 15:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR target/5815; it has been noted by GNATS.

From: "Vladimir A Merzliakov" <wanderer@rsu.ru>
To: <rodrigc@gcc.gnu.org>, <gcc-gnats@gcc.gnu.org>
Cc:  
Subject: Re: target/5815: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/i386/reloc.c:220
Date: Mon, 4 Mar 2002 02:16:27 +0300

 > Synopsis: ld-elf.so.1: assert failed:
 /usr/src/libexec/rtld-elf/i386/reloc.c:220
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: rodrigc
 > State-Changed-When: Sun Mar  3 10:37:06 2002
 > State-Changed-Why:
 >     This looks like a binutils problem.
 >     See:
 >
 http://docs.freebsd.org/cgi/getmsg.cgi?fetch=653875+0+archive/2000/freebsd-h
 ackers/20001231.freebsd-hackers
 >
 http://docs.freebsd.org/cgi/getmsg.cgi?fetch=236399+0+/usr/local/www/db/text
 /2001/freebsd-hackers/20010107.freebsd-hackers
 >
 >     for reports of a similar error message.
 >
 >     Can you ask the FreeBSD people for a newer version of
 >     binutils which might solve the problem?
 
 Thanks for references.
 
 I update FreeBSD from cvs:
 
 > uname -a
 FreeBSD make.cc.rsu.ru 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Mar  3 22:54:30
 GMT 2002
 
 And this is fix problem without updating binutils.
 I think PR can be close.
 
 Thank You!
 
 Vladimir.
 
 
 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: target/5815: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/i386/reloc.c:220
@ 2002-03-03 15:20 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2002-03-03 15:20 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, wanderer

Synopsis: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/i386/reloc.c:220

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Sun Mar  3 15:20:14 2002
State-Changed-Why:
    Closed upon request of submitter.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5815


^ permalink raw reply	[flat|nested] 4+ messages in thread

* target/5815: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/i386/reloc.c:220
@ 2002-03-03  5:16 wanderer
  0 siblings, 0 replies; 4+ messages in thread
From: wanderer @ 2002-03-03  5:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5815
>Category:       target
>Synopsis:       ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/i386/reloc.c:220
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 03 05:16:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     wanderer@rsu.ru
>Release:        gcc version 3.2 20020303 (experimental)
>Organization:
>Environment:
i386-unknown-freebsd4.5
Binutils version 2.11.2 20010719 [FreeBSD] 
>Description:
Simple program compile and linked but, but not execute. Execution break with message:

g++ -o test.o -c test.cc
./test.out
ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/i386/reloc.c:220
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="test.cc"
Content-Disposition: inline; filename="test.cc"

#include<vector>

int main() {
  std::vector<char> lst(3);
  return 0;
};


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-03-03 23:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-03 10:37 target/5815: ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/i386/reloc.c:220 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2002-03-03 15:26 Vladimir A Merzliakov
2002-03-03 15:20 rodrigc
2002-03-03  5:16 wanderer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).