public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/26535] New: Execution of ldapadd command is getting hung
@ 2020-08-25 15:49 krishchennu414 at gmail dot com
  2020-08-25 15:57 ` [Bug libc/26535] Execution of ldap related command is getting hung at openat64_2.c krishchennu414 at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: krishchennu414 at gmail dot com @ 2020-08-25 15:49 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 26535
           Summary: Execution of ldapadd command is getting hung
           Product: glibc
           Version: 2.27
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: krishchennu414 at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

Hi,

Execution of ldap related commands are getting hung in x86_64 environment.
On checking the core and backtrace 
#0 0x00007f9ecef9ee44 in __openat64_2 (fd=2, file=0x7fff935f6270 " 0020: 20 66
73 69 70 48 6f 73 74 4e 61 6d 65 3d 43 4c fsipHostName=CL \n",
oflag=79) at openat64_2.c:26
#1 0x0000000000000000 in ?? ()
(gdb) p *file
$2 = 32 ' '
(gdb)


Command which is getting hung during the execution.
ldapadd -c -v $__LDAP_ARGS -f /tmp/${node}_routing.ldif > /dev/null


# uname -a
Linux CLA-0 4.4.227-pc64-distro.git-v2.104-4-mgw-rc #1 SMP Mon Aug 17 15:10:08
UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Glibc version: 2.27

Brs,
KCH

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

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

* [Bug libc/26535] Execution of ldap related command is getting hung  at openat64_2.c
  2020-08-25 15:49 [Bug libc/26535] New: Execution of ldapadd command is getting hung krishchennu414 at gmail dot com
@ 2020-08-25 15:57 ` krishchennu414 at gmail dot com
  2020-08-25 17:27 ` fweimer at redhat dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: krishchennu414 at gmail dot com @ 2020-08-25 15:57 UTC (permalink / raw)
  To: glibc-bugs

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

KCH <krishchennu414 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Execution of ldapadd        |Execution of ldap related
                   |command is getting hung     |command is getting hung  at
                   |                            |openat64_2.c
             Target|                            |x86_64
               Host|                            |x86_64

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

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

* [Bug libc/26535] Execution of ldap related command is getting hung  at openat64_2.c
  2020-08-25 15:49 [Bug libc/26535] New: Execution of ldapadd command is getting hung krishchennu414 at gmail dot com
  2020-08-25 15:57 ` [Bug libc/26535] Execution of ldap related command is getting hung at openat64_2.c krishchennu414 at gmail dot com
@ 2020-08-25 17:27 ` fweimer at redhat dot com
  2020-08-26  4:11 ` krishchennu414 at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2020-08-25 17:27 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
   Last reconfirmed|                            |2020-08-25
             Status|UNCONFIRMED                 |WAITING
     Ever confirmed|0                           |1

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
This looks like significant memory corruption (the file name argument looks
like a hex dump). Are you sure this is a glibc problem? If yes, why? Thanks.

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

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

* [Bug libc/26535] Execution of ldap related command is getting hung  at openat64_2.c
  2020-08-25 15:49 [Bug libc/26535] New: Execution of ldapadd command is getting hung krishchennu414 at gmail dot com
  2020-08-25 15:57 ` [Bug libc/26535] Execution of ldap related command is getting hung at openat64_2.c krishchennu414 at gmail dot com
  2020-08-25 17:27 ` fweimer at redhat dot com
@ 2020-08-26  4:11 ` krishchennu414 at gmail dot com
  2020-09-03  9:38 ` krishchennu414 at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: krishchennu414 at gmail dot com @ 2020-08-26  4:11 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from KCH <krishchennu414 at gmail dot com> ---
It's only a suspection that the problem is related to the glibc. Also with
previous glibc version(2.11) the issue is not visible.

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

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

* [Bug libc/26535] Execution of ldap related command is getting hung  at openat64_2.c
  2020-08-25 15:49 [Bug libc/26535] New: Execution of ldapadd command is getting hung krishchennu414 at gmail dot com
                   ` (2 preceding siblings ...)
  2020-08-26  4:11 ` krishchennu414 at gmail dot com
@ 2020-09-03  9:38 ` krishchennu414 at gmail dot com
  2020-09-03 10:02 ` fweimer at redhat dot com
  2020-09-03 15:45 ` krishchennu414 at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: krishchennu414 at gmail dot com @ 2020-09-03  9:38 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #3 from KCH <krishchennu414 at gmail dot com> ---
Any inputs on how to proceed further with this issue?

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

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

* [Bug libc/26535] Execution of ldap related command is getting hung  at openat64_2.c
  2020-08-25 15:49 [Bug libc/26535] New: Execution of ldapadd command is getting hung krishchennu414 at gmail dot com
                   ` (3 preceding siblings ...)
  2020-09-03  9:38 ` krishchennu414 at gmail dot com
@ 2020-09-03 10:02 ` fweimer at redhat dot com
  2020-09-03 15:45 ` krishchennu414 at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2020-09-03 10:02 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 from Florian Weimer <fweimer at redhat dot com> ---
I would try to run your application under valgrind and see that reports any
errors. If that does not provide any clues, I would try rebuilding with Address
Sanitizer and see if that detects anything.

There is not enough data in this bug report to give additional advice, sorry.

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

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

* [Bug libc/26535] Execution of ldap related command is getting hung  at openat64_2.c
  2020-08-25 15:49 [Bug libc/26535] New: Execution of ldapadd command is getting hung krishchennu414 at gmail dot com
                   ` (4 preceding siblings ...)
  2020-09-03 10:02 ` fweimer at redhat dot com
@ 2020-09-03 15:45 ` krishchennu414 at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: krishchennu414 at gmail dot com @ 2020-09-03 15:45 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #5 from KCH <krishchennu414 at gmail dot com> ---
Thanks Florian Weimer for the suggestions.

Will try running the application with the valgrind. Will update it here once
the logs are collected.

Thanks.

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

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

end of thread, other threads:[~2020-09-03 15:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25 15:49 [Bug libc/26535] New: Execution of ldapadd command is getting hung krishchennu414 at gmail dot com
2020-08-25 15:57 ` [Bug libc/26535] Execution of ldap related command is getting hung at openat64_2.c krishchennu414 at gmail dot com
2020-08-25 17:27 ` fweimer at redhat dot com
2020-08-26  4:11 ` krishchennu414 at gmail dot com
2020-09-03  9:38 ` krishchennu414 at gmail dot com
2020-09-03 10:02 ` fweimer at redhat dot com
2020-09-03 15:45 ` krishchennu414 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).