public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/28457] New: Missing reldepmod4.so dependency for globalmod1.so
@ 2021-10-15 18:03 hjl.tools at gmail dot com
  2021-10-25 14:14 ` [Bug dynamic-link/28457] " cvs-commit at gcc dot gnu.org
  2021-10-25 14:14 ` hjl.tools at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2021-10-15 18:03 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 28457
           Summary: Missing reldepmod4.so dependency for globalmod1.so
           Product: glibc
           Version: 2.35
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

globalmod1.c has

int
test (void)
{
  (void) dlopen ("reldepmod4.so", RTLD_LAZY | RTLD_GLOBAL);
  if (dlsym (RTLD_DEFAULT, "call_me") != NULL)
    {
      puts ("found \"call_me\"");
      return 0;
    }
  puts ("didn't find \"call_me\"");
  return 1;
}

But there is no reldepmod4.so dependency for globalmod1.so.

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

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

end of thread, other threads:[~2021-10-25 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 18:03 [Bug dynamic-link/28457] New: Missing reldepmod4.so dependency for globalmod1.so hjl.tools at gmail dot com
2021-10-25 14:14 ` [Bug dynamic-link/28457] " cvs-commit at gcc dot gnu.org
2021-10-25 14:14 ` hjl.tools at gmail 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).