search for: 0x600000

Displaying 4 results from an estimated 4 matches for "0x600000".

Did you mean: 0x100000
2015 Sep 18
3
[Bug 2469] New: ssh connection hangs indefinitely on EPIPE
...Assignee: unassigned-bugs at mindrot.org Reporter: tomas.kuthan at oracle.com When there is a connectivity problem between the server and the client (network outage, server crash or reboot), the client indefinitely hangs. Trace: -> packet_write_wait(0xa8706c360, 0x0, 0x0, 0x0, 0x0, 0x600000) -> ssh_packet_write_wait(0xa870151e0, 0x0, 0x0, 0x0, 0x0, 0x600000) -> __addvdi3(0x4, 0x1, 0x0, 0x0, 0x0, 0x600000) <- __addvdi3() = 5 -> ssh_packet_write_poll(0xa870151e0, 0x0, 0x0, 0x2dc, 0x8, 0x101010101010101) -> sshbuf_...
2007 Oct 27
4
do 1.1b4 assertion failed: (mailbox_list_is_valid_existing_name
...(struct client_command_context *) 0x2005fe0a8 ret = 32767 __PRETTY_FUNCTION__ = "client_input" #23 0x00000000004ab987 in io_loop_handler_run (ioloop=0x5f3140) at ioloop-kqueue.c:149 ctx = (struct ioloop_handler_context *) 0x5fe0a0 events = (struct kevent *) 0x600000 event = (const struct kevent *) 0x600000 tv = {tv_sec = 9, tv_usec = 996738} ts = {tv_sec = 9, tv_nsec = 996738000} io = (struct io_file *) 0x5f36c0 events_count = 2 t_id = 2 msecs = 9997 ret = 1 i = 0 __PRETTY_FUNCTION...
2018 Feb 02
2
Does samba support fsync() a directory?
...= 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f27a256a000 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f27a2568000 arch_prctl(ARCH_SET_FS, 0x7f27a2568740) = 0 mprotect(0x7f27a2354000, 16384, PROT_READ) = 0 mprotect(0x600000, 4096, PROT_READ) = 0 mprotect(0x7f27a257e000, 4096, PROT_READ) = 0 munmap(0x7f27a256b000, 73077) = 0 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f27a257c000 write(1, "open aaa\n...
2018 Feb 02
4
Does samba support fsync() a directory?
Hi group: I need some help! I use samba 4.5.8 And I mount a samba directory from CentOS 7. When I run such program in the mounted directory: ``` #include <stdlib.h> #include <stdio.h> #include <errno.h> #include <fcntl.h> #include <string.h> int main() { printf("open aaa\n"); int fd = open("aaa", O_RDONLY |