Name: Michael Moore
Member since: 2003-02-17 07:29:26
Last Login: 2007-02-08 15:22:31
Homepage: http://www.advogato.org/person/lyxmoo/
6 Dec 2005 (updated 25 Dec 2006 at 09:07 UTC) »
such code will drop a segment fault
#include <stdio.h> #include <string.h>
int main() { char *string = NULL;
printf("\nString length = %d", strlen(string)); return (0); }
to resolve this:
ugly and fast way is :
LD_PRELOAD_32="/usr/lib/0@0.so.1" export LD_PRELOAD_32
CC=/opt/arm-cross/usr/bin/arm-linux-gcc ./configure --host=i386 --target=arm-linux --prefix=/usr/local/arm/2.95.3/arm-linux --enable-add-ons --with-endianness=little --enable-mini-agent
Memo
Do not use PF_RING mkpatch.sh.
lyxmoo certified others as follows:
Others have certified lyxmoo as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!