2008/12/9 Patrick Dupre <[EMAIL PROTECTED]>: > Hello, > > Since I upgrade my PC from perl 5.8.8 to 5.10.0, my application fails. > I do not understand what is going on, memory leak ? > Segmentation fault. > I noticed warning which did not happen before: > > Please specify prototyping behavior for Fitter.xs (see perlxs manual) > g++ -c -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions > -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic > -fasynchronous-unwind-tables -DPERL_USE_SAFE_PUTENV -DVERSION=\"0.01\" > -DXS_VERSION=\"0.01\" -fPIC
I can't give you any meaningful advice Patrick expect to say that you have compiled with -g flag so you could use gdb to help debug. Dp. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/