search for: __poll

Displaying 3 results from an estimated 3 matches for "__poll".

Did you mean: _poll
1999 Dec 14
0
1.2pre17 fails to compile on RedHat 4.2/i386 (libc5)
...efined in unistd.h as: unistd.h:extern int daemon __P ((int __nochdir, int __noclose)); Notes, configure DOES check for daemon: checking for daemon... yes If I create this manually, it seems to compile. And poll.h just includes sys/poll.h which defines struct pollfd, and the functions: extern int __poll __P ((struct pollfd *__fds, unsigned long int __nfds, int __timeout)); extern int poll __P ((struct pollfd *__fds, unsigned long int __nfds, int __timeout)); If I copy in a poll.h, I get (obviously): gcc -g -O2 -Wall -DETCDIR=\&q...
2004 Apr 22
0
IAX2 call causes SEGFAULT
...races seem to show something different each time. Once it referenced chan_iax2.c, but other times it seems to show random stuff: #0 0x4018f90e in __select () from /lib/i686/libc.so.6 #1 0x462514cc in ?? () #2 0x0805c723 in ast_waitfor (c=0x80ef2c0, ms=1000) at channel.c:930 #0 0x4018e227 in __poll (fds=0x80ede90, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:63 #1 0x08051a8c in ast_io_wait (ioc=0x80ede70, howlong=-1) at io.c:254 #2 0x42542ef7 in do_monitor (data=0x0) at chan_mgcp.c:2543 #3 0x40027bfd in pthread_start_thread (arg=0x42749c00) at manager.c:262 Thanks...
2012 Mar 27
0
App. Delisprint hangs on second run
...23 0xf74740f3 __libc_start_main+0xf2() in libc.so.6 (0x00000000) 0xf777e42e __kernel_vsyscall+0xe in [vdso].so: int $0x80 Backtracing for thread 001c in process 0012 (C:\windows\system32\winedevice.exe): Backtrace: =>0 0xf777e430 __kernel_vsyscall+0x10() in [vdso].so (0xffffffff) 1 0xf751a9be __poll+0x7d() in libc.so.6 (0xffffffff) 2 0x7eab03bb in libdbus-1.so.3 (+0x2e3ba) (0xffffffff) 3 0x7eaa8d98 in libdbus-1.so.3 (+0x26d97) (0xffffffff) 4 0x7eaa78fd in libdbus-1.so.3 (+0x258fc) (0x00000000) 5 0x7ea8f614 in libdbus-1.so.3 (+0xd613) (0x00000000) 6 0x7ea907c4 in libdbus-1.so.3 (+0xe7...