|
From: Christophe G. D. <cgo...@ho...> - 2004-09-29 08:42:10
|
Hello,
I've upgraded my perfparse version to 100.6, and Ihave the same problem.
In fact, this segmentation fault is caused by the --delete-host-log option.
The program crash only if this option is enabled.
This problem appear with the command line too.
Thx.
----- Original Message -----
From: "Yves Mettier" <yme...@li...>
To: <per...@li...>
Sent: Wednesday, September 08, 2004 7:15 PM
Subject: Re: [Perfparse-users] Crah with 100.4
> 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
crash too ?
If yes, is there any core file ?
Compile perfparse again, with -g option enabled:
/configure <your options here>
make CFLAGS=-g
make install CFLAGS=-g
Run perfparse again to generate a new core.
Please use gdb and send us the backtrace:
gdb perfparse --core=core
bt
Yves
>
> Thx.
>
> _________________________________________________________________
> MSN Actions Solidaires : http://www.msn.fr/actionssolidaires/ la
> solidarité à portée 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=5047&alloc_id=10808&op=click
> _______________________________________________
> Perfparse-users mailing list
> Per...@li...
> https://lists.sourceforge.net/lists/listinfo/perfparse-users
>
>
--
- 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/ -
-------------------------------------------------------
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_idP47&alloc_id808&op=ick
_______________________________________________
Perfparse-users mailing list
Per...@li...
https://lists.sourceforge.net/lists/listinfo/perfparse-users
|