public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1050] New: SIGSEGV on static GCONV, --enable-static-gconv implemented
@ 2005-07-05  7:31 web-sources dot redhat dot com at jankratochvil dot net
  2005-07-05  7:32 ` [Bug libc/1050] " web-sources dot redhat dot com at jankratochvil dot net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: web-sources dot redhat dot com at jankratochvil dot net @ 2005-07-05  7:31 UTC (permalink / raw)
  To: glibc-bugs

If glibc decides GCONV should be static (@elf@!=yes) the current code crashes on:
cd=iconv_open("UNKNOWN_CODE","OR_UNKNOWN_CODE");
/* cd != -1 */
iconv(cd,...);
As "fct" there is NULL.

There are some other bugs fixed in the patch, please request its split if required.

It also implements: --enable-static-gconv
like --enable-static-nss, original '@elf@!=yes' condition changes this way.
Requirements for static nss and static gconv look the same for me, it should be
autodetected the same way.

-- 
           Summary: SIGSEGV on static GCONV, --enable-static-gconv
                    implemented
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: web-sources dot redhat dot com at jankratochvil dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i386-redhat-linux-gnu
  GCC host triplet: i386-redhat-linux-gnu
GCC target triplet: i386-redhat-linux-gnu
OtherBugsDependingO 1045
             nThis:


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

------- 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] 4+ messages in thread

* [Bug libc/1050] SIGSEGV on static GCONV, --enable-static-gconv implemented
  2005-07-05  7:31 [Bug libc/1050] New: SIGSEGV on static GCONV, --enable-static-gconv implemented web-sources dot redhat dot com at jankratochvil dot net
@ 2005-07-05  7:32 ` web-sources dot redhat dot com at jankratochvil dot net
  2005-09-22 18:35 ` drepper at redhat dot com
  2005-09-22 22:20 ` web-sources dot redhat dot com at jankratochvil dot net
  2 siblings, 0 replies; 4+ messages in thread
From: web-sources dot redhat dot com at jankratochvil dot net @ 2005-07-05  7:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From web-sources dot redhat dot com at jankratochvil dot net  2005-07-05 07:32 -------
Created an attachment (id=543)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=543&action=view)
Implementation.


-- 


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

------- 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] 4+ messages in thread

* [Bug libc/1050] SIGSEGV on static GCONV, --enable-static-gconv implemented
  2005-07-05  7:31 [Bug libc/1050] New: SIGSEGV on static GCONV, --enable-static-gconv implemented web-sources dot redhat dot com at jankratochvil dot net
  2005-07-05  7:32 ` [Bug libc/1050] " web-sources dot redhat dot com at jankratochvil dot net
@ 2005-09-22 18:35 ` drepper at redhat dot com
  2005-09-22 22:20 ` web-sources dot redhat dot com at jankratochvil dot net
  2 siblings, 0 replies; 4+ messages in thread
From: drepper at redhat dot com @ 2005-09-22 18:35 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-09-22 18:35 -------
No such crap will be added.  glibc requires dynamic linking, live with it, or go
away.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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

------- 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] 4+ messages in thread

* [Bug libc/1050] SIGSEGV on static GCONV, --enable-static-gconv implemented
  2005-07-05  7:31 [Bug libc/1050] New: SIGSEGV on static GCONV, --enable-static-gconv implemented web-sources dot redhat dot com at jankratochvil dot net
  2005-07-05  7:32 ` [Bug libc/1050] " web-sources dot redhat dot com at jankratochvil dot net
  2005-09-22 18:35 ` drepper at redhat dot com
@ 2005-09-22 22:20 ` web-sources dot redhat dot com at jankratochvil dot net
  2 siblings, 0 replies; 4+ messages in thread
From: web-sources dot redhat dot com at jankratochvil dot net @ 2005-09-22 22:20 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From web-sources dot redhat dot com at jankratochvil dot net  2005-09-22 22:20 -------
I expected people would like Linux distributions to be supported by 3rd party
hardware/software vendors.
I will provide only MS-Windows binaries (+protocol doc) for clients next time as
the currently almost impossible end-user-acceptable applications deployment
looks not as temporary Linux distributions flaw but as the intention. Linux
applications deployment was already much more expensive so far anyway.

-- 


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

------- 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] 4+ messages in thread

end of thread, other threads:[~2005-09-22 22:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-05  7:31 [Bug libc/1050] New: SIGSEGV on static GCONV, --enable-static-gconv implemented web-sources dot redhat dot com at jankratochvil dot net
2005-07-05  7:32 ` [Bug libc/1050] " web-sources dot redhat dot com at jankratochvil dot net
2005-09-22 18:35 ` drepper at redhat dot com
2005-09-22 22:20 ` web-sources dot redhat dot com at jankratochvil dot net

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