search for: ___newselect_nocancel

Displaying 5 results from an estimated 5 matches for "___newselect_nocancel".

2006 Sep 30
2
DO NOT REPLY [Bug 4139] New: Generator process (running as daemon) hangs after kill SIGINT.
...that if needed. I've found that by adding a exception fd_set to both the receiver's and the generator's select() call that both processes seem to flush successfully. Patch is attached. Here's the generator's traceback: #0 0x473ad402 in __kernel_vsyscall () #1 0x4748cddd in ___newselect_nocancel () from /lib/libc.so.6 #2 0x0806a397 in writefd_unbuffered (fd=0, buf=0xbfec9dfc "]", len=97) at io.c:1074 #3 0x080692e9 in mplex_write (code=Variable "code" is not available. ) at io.c:1169 #4 0x080693db in io_multiplex_write (code=MSG_ERROR, buf=0xbfecae88 "rsync e...
2006 Aug 30
0
Debugging with gdb
...' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. [Previously saved workspace restored] > Program received signal SIGINT, Interrupt. [Switching to Thread -1218514176 (LWP 11086)] 0x00366c58 in ___newselect_nocancel () from /lib/tls/libc.so.6 (gdb) b do_get Breakpoint 1 at 0x80ca4f5: file envir.c, line 1615. (gdb) signal 0 Continuing with no signal. > x <- 1 > get("x") Breakpoint 1, do_get (call=0x9443878, op=0x934bd54, args=0x9416408, rho=0x9417a54) at envir.c:1615 1615 checkArity...
2004 Apr 22
2
Avoiding IAX destroy deadlock
On one of my 3 * servers I get this after 2 or 3 IAX2 calls Apr 22 15:54:39 NOTICE[1150495040]: chan_iax2.c:1271 iax2_destroy: Avoiding IAX destroy deadlock And as if that wasn't enough I get a never ending stream of this error flying off the top of the screen. At which point I can no longer make any calls into or out of the box. Any commands issued at the CLI prompt are ignored so I have
2011 May 15
0
rsync client and server processes, all hanging in read_timeout()
...argc=1, argv=0x100100398) at main.c:1070 #10 0x00000001000220ff in start_client (argc=1, argv=0x100100398) at main.c:1277 #11 0x00000001000227ea in main (argc=2, argv=0x100100390) at main.c:1504 Stack trace on the Ubuntu system: (gdb) bt #0 0x00d2e416 in __kernel_vsyscall () #1 0x00a9f33d in ___newselect_nocancel () at ../sysdeps/unix/syscall-template.S:82 #2 0x08073879 in read_timeout (fd=0, buf=0xbf85ddec "I\005", len=4) at io.c:654 #3 0x0807461e in read_loop (fd=0, buf=0xbf85ddec "I\005", len=4) at io.c:989 #4 0x08074761 in readfd_unbuffered (fd=0, buf=0xbf85f444 "...
2005 Apr 26
10
Ctrl-c crashes R when run as sudo (PR#7819)
I tried to submit this in R, but not sure if it worked. When running R as sudo, using ctrl-c dumps me to the command line. Hitting exit to exit the terminal window results in R taking 100% of resources. I am using R-2.1.0 on Fedora Core 3. Thanks. Manuel