Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-initialize NgSpice to avoid segfaults #35

Merged
merged 1 commit into from
Dec 6, 2022
Merged

Commits on Dec 1, 2022

  1. Auto-initialize NgSpice to avoid segfaults

    Ironically, NgSpice is attempting to print out that you should call
    `NgSpice_init()`, so that you can provide a print callback, but
    because you haven't called `NgSpice_init()`, the print callback is
    NULL, and we segfault.
    staticfloat committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c6abcb0 View commit details
    Browse the repository at this point in the history