Displaying 5 results from an estimated 5 matches for "_io_funlockfile".
2006 Nov 03
0
-all-static problems when linking apps which require -lpthread and -lc
...ile.o)(.text+0x0): first defined here
/usr/bin/ld: Warning: size of symbol `__flockfile' changed from 30 in /usr/lib/libc.a(flockfile.o) to 18 in /usr/lib/libpthread.a(lockfile.o)
/usr/lib/libpthread.a(lockfile.o)(.text+0x14): In function `funlockfile':
: multiple definition of `_IO_funlockfile'
/usr/lib/libc.a(funlockfile.o)(.text+0x0): first defined here
/usr/bin/ld: Warning: size of symbol `_IO_funlockfile' changed from 30 in /usr/lib/libc.a(funlockfile.o) to 18 in /usr/lib/libpthread.a(lockfile.o)
/usr/lib/libpthread.a(lockfile.o)(.text+0x14): In function `funlockf...
2003 Mar 02
1
Serious memory leak in asterisk (manager)
hi all
after getting some (or - a lot) of messages from nagios, claiming
asterisk
to be down, I found this out...
astping xxx times repeatedly, and the manager fails to start. this
little
script was used for testing. below, I've pasted the output from 'ps
axfv' before and after the DoS, showing asterisk having allocated ~2GB
RAM.
roy
#!/usr/bin/perl -w
use strict;
my $i = 0;
2004 Aug 26
6
chan_capi module
...r/include/libio.h:452: error: syntax error before '*'
token/usr/include/libio.h:452: error: storage class specified for parameter
`_IO_flockfile'/usr/include/libio.h:453: error: syntax error before '*' token
/usr/include/libio.h:453: error: storage class specified for parameter
`_IO_funlockfile'/usr/include/libio.h:454: error: syntax error before '*'
token/usr/include/libio.h:454: error: storage class specified for parameter
`_IO_ftrylockfile'/usr/include/libio.h:471: error: syntax error before '*'
token/usr/include/libio.h:472: error: storage class specified for p...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...O_putc (int __c, _IO_FILE *__fp);
extern int _IO_feof (_IO_FILE *__fp) __attribute__ ((__nothrow__));
extern int _IO_ferror (_IO_FILE *__fp) __attribute__ ((__nothrow__));
extern int _IO_peekc_locked (_IO_FILE *__fp);
extern void _IO_flockfile (_IO_FILE *) __attribute__ ((__nothrow__));
extern void _IO_funlockfile (_IO_FILE *) __attribute__ ((__nothrow__));
extern int _IO_ftrylockfile (_IO_FILE *) __attribute__ ((__nothrow__));
extern int _IO_vfscanf (_IO_FILE * __restrict, const char * __restrict,
__gnuc_va_list, int *__restrict);
extern int _IO_vfprintf (_IO_FILE *__restrict, const char *__restrict,...