Questions and Answers

0 Like 0 Dislike

Geoffrey Coram

segmentation fault?

I just compiled the tool on my system (RHEL6), and ran it on the BSIM-SOI Verilog-A code, and it ended with

Segmentation fault (core dumped)


Anyone else have this problem?

Report abuse

The table below shows the current "market value" of the question and estimated amount of points that you can earn, when the question is closed.

Points Breakdown points Details
* Activity points are calculated based on summing up the weighted number of answers, recommendations and answer votes. Read further details.
Activity* 0
Bonus 5
Total market value 0 total
Asker will earn 0 1/3 of activity points
Asker will pay 5 Reward for best answer assigned by asker
Best answer may earn 0 Up to 2/3 of activity points plus the bonus

1 Responses

  1. 0 Like 0 Dislike

    Geoffrey Coram

    I put this in a debugger, which pointed to the printf statement on line 1747 of vachecker-1.0.0/admsXml/verilogaYacc.y

                printf("probe = %s\n", tk_ident);

    tk_ident is a number, so the %s specifier is incorrect.  Actually, it looks like this was a debugging line that was accidentally left in.

    Reply Report abuse

    Please login to answer the question.