Menu

#1035 segmentation fault

v10
closed-out-of-date
nobody
5
2019-08-24
2019-07-26
No

compilation failed with segmentation fault

from /sim folder run

PATH_CIC=../src
iverilog -v -tvvp -Wno-anachronisms -g2012 -o cic_d -I $PATH_CIC $PATH_CIC/cic_d.sv $PATH_CIC/comb.sv $PATH_CIC/downsampler.sv cic_d_tb.sv 2> cic_d_tb_err_list.txt

result is

/usr/lib/x86_64-linux-gnu/ivl/system.sft: Processing System Function Table file.
/usr/lib/x86_64-linux-gnu/ivl/vhdl_sys.sft: Processing System Function Table file.
/usr/lib/x86_64-linux-gnu/ivl/v2005_math.sft: Processing System Function Table file.
/usr/lib/x86_64-linux-gnu/ivl/va_math.sft: Processing System Function Table file.
/usr/lib/x86_64-linux-gnu/ivl/v2009.sft: Processing System Function Table file.
... done, 0 seconds.
Segmentation fault (core dumped)

1 Attachments

Discussion

  • Martin Whitaker

    Martin Whitaker - 2019-07-26

    I can't reproduce this. Have you tested using the latest code available on GitHub?

     
    • Egor Ibragimov

      Egor Ibragimov - 2019-07-26

      No, I run this with version from Ubuntu repository. It is

      Icarus Verilog version 10.1 (stable)

      I will try with latest code on next week.

       

      Last edit: Egor Ibragimov 2019-07-26
  • Martin Whitaker

    Martin Whitaker - 2019-08-24
    • status: open --> closed-out-of-date
     
  • Martin Whitaker

    Martin Whitaker - 2019-08-24

    I have confirmed this bug was present in v10.1 but has already been fixed. v10.3 does not exhibit this fault.

     

Log in to post a comment.