public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/677] New: LD_BIND_NOT and LD_PROFILE do not work on ia64
@ 2005-01-18 23:21 schwab at suse dot de
  2005-01-19  0:03 ` [Bug libc/677] " schwab at suse dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: schwab at suse dot de @ 2005-01-18 23:21 UTC (permalink / raw)
  To: glibc-bugs

Running a program with LD_BIND_NOT or LD_PROFILE causes it to crash.  This is 
because fixup/profile_fixup return a code address, not the address of a 
function descriptor.

-- 
           Summary: LD_BIND_NOT and LD_PROFILE do not work on ia64
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: schwab at suse dot de
                CC: glibc-bugs at sources dot redhat dot com
  GCC host triplet: ia64-*-linux


http://sources.redhat.com/bugzilla/show_bug.cgi?id=677

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/677] LD_BIND_NOT and LD_PROFILE do not work on ia64
  2005-01-18 23:21 [Bug libc/677] New: LD_BIND_NOT and LD_PROFILE do not work on ia64 schwab at suse dot de
@ 2005-01-19  0:03 ` schwab at suse dot de
  2005-01-19  4:23 ` gotom at debian dot or dot jp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: schwab at suse dot de @ 2005-01-19  0:03 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schwab at suse dot de  2005-01-19 00:02 -------
*** Bug 678 has been marked as a duplicate of this bug. ***

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=677

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/677] LD_BIND_NOT and LD_PROFILE do not work on ia64
  2005-01-18 23:21 [Bug libc/677] New: LD_BIND_NOT and LD_PROFILE do not work on ia64 schwab at suse dot de
  2005-01-19  0:03 ` [Bug libc/677] " schwab at suse dot de
@ 2005-01-19  4:23 ` gotom at debian dot or dot jp
  2005-01-22 14:13 ` schwab at suse dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: gotom at debian dot or dot jp @ 2005-01-19  4:23 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gotom at debian dot or dot  |drepper at redhat dot com
                   |jp                          |
             Status|NEW                         |ASSIGNED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=677

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/677] LD_BIND_NOT and LD_PROFILE do not work on ia64
  2005-01-18 23:21 [Bug libc/677] New: LD_BIND_NOT and LD_PROFILE do not work on ia64 schwab at suse dot de
  2005-01-19  0:03 ` [Bug libc/677] " schwab at suse dot de
  2005-01-19  4:23 ` gotom at debian dot or dot jp
@ 2005-01-22 14:13 ` schwab at suse dot de
  2005-02-02 17:22 ` hjl at lucon dot org
  2005-02-07 23:03 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: schwab at suse dot de @ 2005-01-22 14:13 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schwab at suse dot de  2005-01-22 14:13 -------
Patch here: <http://sources.redhat.com/ml/libc-hacker/2005-01/msg00048.html>. 

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=677

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/677] LD_BIND_NOT and LD_PROFILE do not work on ia64
  2005-01-18 23:21 [Bug libc/677] New: LD_BIND_NOT and LD_PROFILE do not work on ia64 schwab at suse dot de
                   ` (2 preceding siblings ...)
  2005-01-22 14:13 ` schwab at suse dot de
@ 2005-02-02 17:22 ` hjl at lucon dot org
  2005-02-07 23:03 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at lucon dot org @ 2005-02-02 17:22 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From hjl at lucon dot org  2005-02-02 17:22 -------
After this patch is applied:

http://sources.redhat.com/ml/libc-hacker/2005-01/msg00082.html

the current glibc in CVS should build again in ia64. LD_BIND_NOT,
LD_PROFILE and audit should work correctly on ia64.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical


http://sources.redhat.com/bugzilla/show_bug.cgi?id=677

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/677] LD_BIND_NOT and LD_PROFILE do not work on ia64
  2005-01-18 23:21 [Bug libc/677] New: LD_BIND_NOT and LD_PROFILE do not work on ia64 schwab at suse dot de
                   ` (3 preceding siblings ...)
  2005-02-02 17:22 ` hjl at lucon dot org
@ 2005-02-07 23:03 ` drepper at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: drepper at redhat dot com @ 2005-02-07 23:03 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-02-07 23:03 -------
Applied.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=677

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2005-02-07 23:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-18 23:21 [Bug libc/677] New: LD_BIND_NOT and LD_PROFILE do not work on ia64 schwab at suse dot de
2005-01-19  0:03 ` [Bug libc/677] " schwab at suse dot de
2005-01-19  4:23 ` gotom at debian dot or dot jp
2005-01-22 14:13 ` schwab at suse dot de
2005-02-02 17:22 ` hjl at lucon dot org
2005-02-07 23:03 ` drepper at redhat dot com

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).