Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1476392 Details for
Bug 1344142
dynflow_executor FD leak and segfault after stopping qpidd
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
strace when connecting to stopped service without SSL
nonssl_disconnected (text/plain), 2.80 KB, created by
Adam Ruzicka
on 2018-08-16 09:51:42 UTC
(
hide
)
Description:
strace when connecting to stopped service without SSL
Filename:
MIME Type:
Creator:
Adam Ruzicka
Created:
2018-08-16 09:51:42 UTC
Size:
2.80 KB
patch
obsolete
># 18 is the FD we're looking for > >socket(AF_NETLINK, SOCK_RAW, NETLINK_ROUTE) = 18 >bind(18, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0 >getsockname(18, {sa_family=AF_NETLINK, pid=21037, groups=00000000}, [12]) = 0 >sendto(18, "\24\0\0\0\26\0\1\3\343Gu[\0\0\0\0\0\0\0\0", 20, 0, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >recvmsg(18, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"L\0\0\0\24\0\2\0\343Gu[-R\0\0\2\10\200\376\1\0\0\0\10\0\1\0\177\0\0\1"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 340 >recvmsg(18, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"H\0\0\0\24\0\2\0\343Gu[-R\0\0\n\200\200\376\1\0\0\0\24\0\1\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 216 >recvmsg(18, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000}, msg_iov(1)=[{"\24\0\0\0\3\0\2\0\343Gu[-R\0\0\0\0\0\0", 4096}], msg_controllen=0, msg_flags=0}, 0) = 20 >close(18) = 0 >stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=128, ...}) = 0 >open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 18 >fstat(18, {st_mode=S_IFREG|0644, st_size=158, ...}) = 0 >mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4e69001000 >read(18, "127.0.0.1 localhost localhost."..., 4096) = 158 >read(18, "", 4096) = 0 >close(18) = 0 >munmap(0x7f4e69001000, 4096) = 0 >socket(AF_INET, SOCK_DGRAM|SOCK_CLOEXEC, IPPROTO_IP) = 18 >connect(18, {sa_family=AF_INET, sin_port=htons(5671), sin_addr=inet_addr("127.0.0.1")}, 16) = 0 >getsockname(18, {sa_family=AF_INET, sin_port=htons(40734), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0 >close(18) = 0 >socket(AF_INET6, SOCK_DGRAM|SOCK_CLOEXEC, IPPROTO_IP) = 18 >connect(18, {sa_family=AF_INET6, sin6_port=htons(5671), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0 >getsockname(18, {sa_family=AF_INET6, sin6_port=htons(33925), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, [28]) = 0 >close(18) = 0 >socket(AF_INET6, SOCK_STREAM, IPPROTO_IP) = 18 >fcntl(18, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 >setsockopt(18, SOL_TCP, TCP_NODELAY, [1], 4) = 0 >setsockopt(18, SOL_IPV6, IPV6_V6ONLY, [1], 4) = 0 >connect(18, {sa_family=AF_INET6, sin6_port=htons(5671), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 EINPROGRESS (Operation now in progress) >getsockname(18, {sa_family=AF_INET6, sin6_port=htons(48176), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, [28]) = 0 >epoll_ctl(12, EPOLL_CTL_ADD, 18, {EPOLLONESHOT, {u32=15173168, u64=15173168}}) = 0 >futex(0xe78650, FUTEX_WAKE_PRIVATE, 1) = 1 >epoll_ctl(12, EPOLL_CTL_MOD, 18, {EPOLLOUT|EPOLLONESHOT, {u32=15173168, u64=15173168}}) = 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1344142
: 1476392 |
1476394
|
1476398