Displaying 11 results from an estimated 11 matches for "fds_bits".
2003 Aug 04
0
Thread woes after 4.7 - 4.8 upgrade
...er_encode_translate_proc = 0, ber_decode_translate_proc =
0}
i = 2
tcps = 5
ns = 1040
addr = {sin_len = 0 '\000', sin_family = 2 '\002', sin_port = 34049,
sin_addr = {s_addr = 0}, sin_zero = "\000\000\000\000\000\000\000"}
readfds = {fds_bits = {32, 0, 0, 0, 0, 0, 0, 0, 0, 65536, 0 <repeats
22 times>}}
writefds = {fds_bits = {0 <repeats 32 times>}}
fp = (FILE *) 0x26980
on = 1
#4 0x280e22cc in _thread_start () at
/usr/src/lib/libc_r/uthread/uthread_create.c:311
curthread = (struct pthread *)...
2005 Mar 11
1
select.h not working on ia64
__FD_SET, __FD_CLR, __FD_ISSET, __FD_ZERO
are inside of __KERNEL__ in:
include/asm-ia64/posix_types.h
and therefore not available.
I've added stuff like this to our code:
#ifndef __FD_SET
#define __FD_SET(d, set) ((set)->fds_bits[__FDELT(d)] |= __FDMASK(d))
#endif
but it would be nice if this can be solved in klibc.
Thanks,
Kay
2020 Jun 19
2
SegFault when using TunnelServer=yes
...+24>
---Type <return> to continue, or q <return> to quit---
io = 0x555555851d90
tv = <optimized out>
fds = <optimized out>
curgen = 7
diff = {tv_sec = 0, tv_usec = 512516}
n = <optimized out>
readable = {fds_bits = {256, 0 <repeats 15 times>}}
writable = {fds_bits = {0 <repeats 16 times>}}
#7 0x00005555555607f2 in main_loop () at net.c:510
sighup = {signum = 1, cb = 0x555555560480 <sighup_handler>,
data = 0x7fffffffe1a0, node = {next = 0x7fffffffe2a8, prev = 0x0,
...
2020 Jul 27
3
SegFault when using TunnelServer=yes
..., or q <return> to quit---
> io = 0x555555851d90
> tv = <optimized out>
> fds = <optimized out>
> curgen = 7
> diff = {tv_sec = 0, tv_usec = 512516}
> n = <optimized out>
> readable = {fds_bits = {256, 0 <repeats 15 times>}}
> writable = {fds_bits = {0 <repeats 16 times>}}
> #7 0x00005555555607f2 in main_loop () at net.c:510
> sighup = {signum = 1, cb = 0x555555560480 <sighup_handler>,
> data = 0x7fffffffe1a0, node = {next = 0x7fffffffe2a...
2020 Jul 27
0
SegFault when using TunnelServer=yes
...+24>
---Type <return> to continue, or q <return> to quit---
io = 0x555555851d90
tv = <optimized out>
fds = <optimized out>
curgen = 7
diff = {tv_sec = 0, tv_usec = 512516}
n = <optimized out>
readable = {fds_bits = {256, 0 <repeats 15 times>}}
writable = {fds_bits = {0 <repeats 16 times>}}
#7 0x00005555555607f2 in main_loop () at net.c:510
sighup = {signum = 1, cb = 0x555555560480 <sighup_handler>,
data = 0x7fffffffe1a0, node = {next = 0x7fffffffe2a8, prev = 0x0,
...
2020 Jul 28
0
SegFault when using TunnelServer=yes
..., or q <return> to quit---
> io = 0x555555851d90
> tv = <optimized out>
> fds = <optimized out>
> curgen = 7
> diff = {tv_sec = 0, tv_usec = 512516}
> n = <optimized out>
> readable = {fds_bits = {256, 0 <repeats 15 times>}}
> writable = {fds_bits = {0 <repeats 16 times>}}
> #7 0x00005555555607f2 in main_loop () at net.c:510
> sighup = {signum = 1, cb = 0x555555560480 <sighup_handler>,
> data = 0x7fffffffe1a0, node = {next = 0x7fffffffe2a...
2008 May 29
0
xproto-7.0.13
Alan Hourihane (1):
avoid checking for fds_bits on mingw
Colin Harrison (2):
Use winsock2.h
Use Sleep() instead of sleep() on windows
James Cloos (2):
Fix typo in XF86Keysym.h
Add more dead key syms
Jeremy Huddleston (3):
Apple: Cleaned up some Apple definitions
Apple: Define _DARWIN_C_SOURCE otherwise _XOP...
2003 May 17
0
opensshd fd_set definition problem
...sizeof(unsigned long))
#define __FD_SETSIZE 1024
#define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS)
typedef struct {
unsigned long fds_bits [__FDSET_LONGS];
} __kernel_fd_set;
This is a different size than the code in openssh.
XFree86's Xpoll.h has a definition for fd_set, but its
wrapped with #ifdef BSD. It's just like the one in openssh,
but not...
2008 Mar 06
0
[ANNOUNCE] xproto 7.0.12
Adam Jackson (1):
x11proto 7.0.12
Alan Coopersmith (1):
Make Xalloca.h work with Sun C++ compiler
Ben Byer (1):
fd_mask needs to be defined on OS X, too
Daniel Stone (1):
Check headers before testing for fds_bits access method (bug #8442)
Jeremy Huddleston (2):
Changed __DARWIN__ to __APPLE__
Fixed #ifdef checks that were using i386 to use __i386__
git tag: xproto-7.0.12
http://xorg.freedesktop.org/archive/individual/proto/xproto-7.0.12.tar.bz2
MD5: 388234421add6c1760b4fc99fcdc76b0 xproto-7....
2007 Oct 14
3
DO NOT REPLY [Bug 5020] New: hang using RSYNC_CONNECT_PROG
...(gdb) up
#1 0x0000000000421d72 in writefd_unbuffered (fd=8, buf=0x56eba0 "", len=4092)
at io.c:1442
1442 count = select(maxfd + 1, using_r_fds ? &r_fds : NULL,
(gdb) print maxfd
$1 = <value optimized out>
(gdb) print using_r_fds
$2 = 1
(gdb) print r_fds
$3 = {fds_bits = {64, 0 <repeats 15 times>}}
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
2003 Nov 10
8
winbindd panic daemon dies
Hi All,
can anyone make any sense of the error below, please advise if I need to log this as a bug but I'm not sure how to further diagnose what is happening. This is from my winbindd log file,
thanks Andy.
[2003/11/07 17:47:59, 1] nsswitch/winbindd.c:main(832)
winbindd version 3.0.0 started.
Copyright The Samba Team 2000-2003
[2003/11/07 17:48:00, 1]