public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
From: Adhemerval Zanella <adhemerval.zanella@linaro.org>
To: ANA ALMARZA <aalmarza@yahoo.com>, Libc-help <libc-help@sourceware.org>
Subject: Re: gcc-multilib and libc
Date: Wed, 4 May 2022 13:53:38 -0300	[thread overview]
Message-ID: <ca7efe96-7ec1-5790-3f60-3c44eedc1f90@linaro.org> (raw)
In-Reply-To: <653278603.5909309.1651575388240@mail.yahoo.com>



On 03/05/2022 07:56, ANA ALMARZA via Libc-help wrote:
> 
> Hi:
> 
>  
> 
> I’ve installed Debian 11 and gcc-multilib to run my old 32bits application but for some extrange reason esc key doesn’t work. If you press it, even if you don’t need it, the application gets blocked and cursor is up and down with no end.
> 
>  
> 
> If I don’t intall gcc-multilib and copy ld-linux.so.2 to /lib and libm.so.6 -> libm-2.22.so and libc.so.6-> libc-2.22.so to /lib32 the application works perfect.
> 

Which glibc version is installed by gcc-multilib? Is there any debian local
patch applied? Is the glibc 2.22 you are using compiled from source or does
it come from a older debian?

>  
> 
> Is there a way to fix this? Should I consider no to use this application in a short term? We use this app every day and we need it ☹

Does it work with glibc master or at least 2.35?

> 
>  
> 
> If I run file /bin/pragma:
> 
> /bin/pragma: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.5, stripped
> 
>  
> 
> If I run ldd /bin/pragma:
> 
> linux-gate.so.1 (0xf7fb1000)
> 
>         libm.so.6 => /lib/libm.so.6 (0xf7f4a000)
> 
>         libc.so.6 => /lib/libc.so.6 (0xf7d9d000)
> 
>         /lib/ld-linux.so.2 (0xf7fb3000)
> 
>  
> 
> Regards.

Is is hard to understand what might be happening without any information on what
the program does exactly.  Which libc function does it call? What strace shows?
If you may provide a test example, it would be also very helpful.

      reply	other threads:[~2022-05-04 16:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <653278603.5909309.1651575388240.ref@mail.yahoo.com>
2022-05-03 10:56 ` ANA ALMARZA
2022-05-04 16:53   ` Adhemerval Zanella [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ca7efe96-7ec1-5790-3f60-3c44eedc1f90@linaro.org \
    --to=adhemerval.zanella@linaro.org \
    --cc=aalmarza@yahoo.com \
    --cc=libc-help@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).