Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] recursive calls in value analysis


  • Subject: [Frama-c-discuss] recursive calls in value analysis
  • From: sali.sene at airbus.com (SENE, Sali)
  • Date: Wed, 20 Apr 2011 16:44:39 +0200

Hi all,

My value analysis aborts because of a recursive function call. In the value analysis manual I find that: "Recursive functions are allowed in Frama-C, but they are not handled in the current version of the value analysis plug-in."

This is the error I got:
sources/cmd_help.c:223:[value] warning: recursive call during value analysis
                 (cmd_help <- cmd_list_one <-command_foreach_table <-command_foreach <-
                               cmd_help <-command_named <-command_firstthat_table <-
                               command_firstthat <-command_run_one <-command_run_all <-
                               shell_main <-main)
                 Use -val-ignore-recursive-calls to ignore (beware this will make the analysis

I use the -ignore-recursive-calls option as recommended but it doesn't work.

Does somebody know how I can fix it?

Best
S.


The information in this e-mail is confidential. The contents may not be disclosed or used by anyone other than the addressee. Access to this e-mail by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of this e-mail as it has been sent over public networks. If you have any concerns over the content of this message or its Accuracy or Integrity, please contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus scanning software but you should take whatever measures you deem to be appropriate to ensure that this message and any attachments are virus free.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20110420/5cb421df/attachment.htm>