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

Fix libc++abi.dylib: Pure virtual function called! #685

Merged
merged 3 commits into from
Apr 2, 2020

Commits on Mar 12, 2020

  1. fixed a/an use in Matrix33 and Matrix44

    Signed-off-by: Phyrexian <jarko.paska@gmail.com>
    Signed-off-by: Dorian Gomez <dorian.gmz@hotmail.com>
    JaroPaska authored and dgmzc committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    2857f04 View commit details
    Browse the repository at this point in the history
  2. Fix libc++abi.dylib: Pure virtual function called!

    On MacOS, we may end up with the following runtime error.
    OpenEXR/dwaLookups.h
    libc++abi.dylib: Pure virtual function called!
    
    Fix dwaLookup generation which is due to calling the base function from constructor which calls the overriden method run, which causes the base class to call the pure virtual method only, which does not do anything. outfile ended up not being generated.
    
    Signed-off-by: Dorian Gomez <dorian.gmz@hotmail.com>
    dgmzc committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    4566924 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf6e375 View commit details
    Browse the repository at this point in the history