|
From: Yves M. <yme...@li...> - 2004-09-08 17:15:24
|
> Hello,
>
> With the new version 100.4, I have this error :
> (I use the same command that I configure with v99.8)
>
> ./perfparse-rund.sh: line 28: 11038 Segmentation fault ${PERFPARSE=
} -s
> -r --delete-service-log --delete-host-log >${TMP_LOG} 2>${TMP_ERR}
>
> Is it a bug ?
yes, if it is a crash, probably :)
Could you run that command line yourself, outside of a script ? Does it c=
rash too ?
If yes, is there any core file ?
Compile perfparse again, with -g option enabled:
./configure <your options here>
make CFLAGS=3D-g
make install CFLAGS=3D-g
Run perfparse again to generate a new core.
Please use gdb and send us the backtrace:
gdb perfparse --core=3Dcore
bt
Yves
>
> Thx.
>
> _________________________________________________________________
> MSN Actions Solidaires : http://www.msn.fr/actionssolidaires/ la
> solidarit=E9 =E0 port=E9e de click
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=3D5047&alloc_id=3D10808&op=3Dclick
> _______________________________________________
> Perfparse-users mailing list
> Per...@li...
> https://lists.sourceforge.net/lists/listinfo/perfparse-users
>
>
--=20
- Homepage - http://ymettier.free.fr - http://www.logicacmg.com -
- GPG key - http://ymettier.free.fr/gpg.txt -
- Maitretarot - http://www.nongnu.org/maitretarot/ -
- GTKtalog - http://www.nongnu.org/gtktalog/ -
|