public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/15535] New: Rust binaries doesn't loaded on i686
@ 2013-05-25 17:49 libbkmz.dev at gmail dot com
  2013-05-25 17:51 ` [Bug dynamic-link/15535] " libbkmz.dev at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: libbkmz.dev at gmail dot com @ 2013-05-25 17:49 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15535

            Bug ID: 15535
           Summary: Rust binaries doesn't loaded on i686
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: critical
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: libbkmz.dev at gmail dot com

Created attachment 7045
  --> http://sourceware.org/bugzilla/attachment.cgi?id=7045&action=edit
gdb /usr/bin/rust backtrace

I have Archlinux 32bit, on my ASUS EEE PC 1000HE, If i try to run precompiled
package of rust-lang i getting the segfault. When i try to compile it from, i'm
getting the same segfault. 

Now, i'm build glibc 2.17 with debug symbols? and in attachements are gdb
backtrace.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug dynamic-link/15535] Rust binaries doesn't loaded on i686
  2013-05-25 17:49 [Bug dynamic-link/15535] New: Rust binaries doesn't loaded on i686 libbkmz.dev at gmail dot com
@ 2013-05-25 17:51 ` libbkmz.dev at gmail dot com
  2013-05-25 17:53 ` [Bug dynamic-link/15535] Rust binary " libbkmz.dev at gmail dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: libbkmz.dev at gmail dot com @ 2013-05-25 17:51 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15535

--- Comment #1 from libbkmz <libbkmz.dev at gmail dot com> ---
Created attachment 7046
  --> http://sourceware.org/bugzilla/attachment.cgi?id=7046&action=edit
this is libstd shared library.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug dynamic-link/15535] Rust binary doesn't loaded on i686
  2013-05-25 17:49 [Bug dynamic-link/15535] New: Rust binaries doesn't loaded on i686 libbkmz.dev at gmail dot com
  2013-05-25 17:51 ` [Bug dynamic-link/15535] " libbkmz.dev at gmail dot com
@ 2013-05-25 17:53 ` libbkmz.dev at gmail dot com
  2013-05-25 17:56 ` corey at octayn dot net
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: libbkmz.dev at gmail dot com @ 2013-05-25 17:53 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15535

libbkmz <libbkmz.dev at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Rust binaries doesn't       |Rust binary doesn't loaded
                   |loaded on i686              |on i686

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug dynamic-link/15535] Rust binary doesn't loaded on i686
  2013-05-25 17:49 [Bug dynamic-link/15535] New: Rust binaries doesn't loaded on i686 libbkmz.dev at gmail dot com
  2013-05-25 17:51 ` [Bug dynamic-link/15535] " libbkmz.dev at gmail dot com
  2013-05-25 17:53 ` [Bug dynamic-link/15535] Rust binary " libbkmz.dev at gmail dot com
@ 2013-05-25 17:56 ` corey at octayn dot net
  2013-05-28 21:07 ` carlos at redhat dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: corey at octayn dot net @ 2013-05-25 17:56 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15535

Corey Richardson <corey at octayn dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |corey at octayn dot net

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug dynamic-link/15535] Rust binary doesn't loaded on i686
  2013-05-25 17:49 [Bug dynamic-link/15535] New: Rust binaries doesn't loaded on i686 libbkmz.dev at gmail dot com
                   ` (2 preceding siblings ...)
  2013-05-25 17:56 ` corey at octayn dot net
@ 2013-05-28 21:07 ` carlos at redhat dot com
  2013-05-29  3:27 ` libbkmz.dev at gmail dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: carlos at redhat dot com @ 2013-05-28 21:07 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15535

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |carlos at redhat dot com

--- Comment #2 from Carlos O'Donell <carlos at redhat dot com> ---
It isn't clear exactly how you ran your application.

You must either run it via the *new* dynamic linker you just built with all of
the required libraries on the path (and attach to it once running with gdb) or
you must rebuild the application with a fixed rpath and run it under gdb.

See this for more information:
http://sourceware.org/glibc/wiki/Testing/Builds

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug dynamic-link/15535] Rust binary doesn't loaded on i686
  2013-05-25 17:49 [Bug dynamic-link/15535] New: Rust binaries doesn't loaded on i686 libbkmz.dev at gmail dot com
                   ` (3 preceding siblings ...)
  2013-05-28 21:07 ` carlos at redhat dot com
@ 2013-05-29  3:27 ` libbkmz.dev at gmail dot com
  2013-05-29  3:29 ` carlos at redhat dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: libbkmz.dev at gmail dot com @ 2013-05-29  3:27 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15535

--- Comment #3 from libbkmz <libbkmz.dev at gmail dot com> ---
I'm not understand. What does you mean under *new* dynamic linker?
What rpath should I use?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug dynamic-link/15535] Rust binary doesn't loaded on i686
  2013-05-25 17:49 [Bug dynamic-link/15535] New: Rust binaries doesn't loaded on i686 libbkmz.dev at gmail dot com
                   ` (4 preceding siblings ...)
  2013-05-29  3:27 ` libbkmz.dev at gmail dot com
@ 2013-05-29  3:29 ` carlos at redhat dot com
  2014-02-06 18:23 ` jsm28 at gcc dot gnu.org
  2014-06-13 13:49 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: carlos at redhat dot com @ 2013-05-29  3:29 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=15535

--- Comment #4 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to libbkmz from comment #3)
> I'm not understand. What does you mean under *new* dynamic linker?
> What rpath should I use?

If you need help building a new glibc and testing the newly built dynamic
linker please post your question to libc-help@sourceware.org. That way we can
have a longer and more detailed discussion that is allowed in a bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug dynamic-link/15535] Rust binary doesn't loaded on i686
  2013-05-25 17:49 [Bug dynamic-link/15535] New: Rust binaries doesn't loaded on i686 libbkmz.dev at gmail dot com
                   ` (5 preceding siblings ...)
  2013-05-29  3:29 ` carlos at redhat dot com
@ 2014-02-06 18:23 ` jsm28 at gcc dot gnu.org
  2014-06-13 13:49 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2014-02-06 18:23 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=15535

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
Closing for lack of user feedback.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug dynamic-link/15535] Rust binary doesn't loaded on i686
  2013-05-25 17:49 [Bug dynamic-link/15535] New: Rust binaries doesn't loaded on i686 libbkmz.dev at gmail dot com
                   ` (6 preceding siblings ...)
  2014-02-06 18:23 ` jsm28 at gcc dot gnu.org
@ 2014-06-13 13:49 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 13:49 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=15535

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-13 13:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-25 17:49 [Bug dynamic-link/15535] New: Rust binaries doesn't loaded on i686 libbkmz.dev at gmail dot com
2013-05-25 17:51 ` [Bug dynamic-link/15535] " libbkmz.dev at gmail dot com
2013-05-25 17:53 ` [Bug dynamic-link/15535] Rust binary " libbkmz.dev at gmail dot com
2013-05-25 17:56 ` corey at octayn dot net
2013-05-28 21:07 ` carlos at redhat dot com
2013-05-29  3:27 ` libbkmz.dev at gmail dot com
2013-05-29  3:29 ` carlos at redhat dot com
2014-02-06 18:23 ` jsm28 at gcc dot gnu.org
2014-06-13 13:49 ` fweimer 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).