Git Product home page Git Product logo

Comments (11)

ArturoMS13 avatar ArturoMS13 commented on June 6, 2024

Dear David,
thank you for reporting this. We will try to fix it or at least make a note in the next release.
Best regards.

from sharpy.

x3oo avatar x3oo commented on June 6, 2024

thumbs up

from sharpy.

x3oo avatar x3oo commented on June 6, 2024

(sharpy_env) [buttermelted@thinkpad sharpy]$ python -m unittest
running unittest
running unittest
.Segmentation fault (core dumped)
(sharpy_env) [buttermelted@thinkpad sharpy]$

changed my issues to this, will try to compile with less threads

from sharpy.

x3oo avatar x3oo commented on June 6, 2024

changing from -j6 to -j2
i am on 2 core 4 thread machine

from sharpy.

ArturoMS13 avatar ArturoMS13 commented on June 6, 2024

Dear x3oo,

This issue sometimes happens when you have not checkout the same branch in SHARPy and the submodules (xbeam and UVLM). Can you doublecheck that?

I highly doubt chaning the number of cores will make a difference.

Best regards

from sharpy.

x3oo avatar x3oo commented on June 6, 2024

git submodule update --remote
recompiling now with -j4
using -j with high number can result in errors

from sharpy.

x3oo avatar x3oo commented on June 6, 2024

running unittest
running unittest
./home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/abstract_array.py:325: DeprecationWarning: invalid escape sequence \m
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/abstract_array.py:325: DeprecationWarning: invalid escape sequence \m
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:557: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:571: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:604: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:614: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:625: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:635: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:645: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:656: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:667: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:557: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:571: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:604: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:614: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:625: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:635: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:645: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:656: DeprecationWarning: invalid escape sequence \i
/home/buttermelted/.conda/envs/sharpy_env/lib/python3.7/site-packages/tvtk/tvtk_classes.zip/tvtk_classes/algorithm.py:667: DeprecationWarning: invalid escape sequence \i

still testing whoooo

from sharpy.

x3oo avatar x3oo commented on June 6, 2024

Ran 52 tests in 1004.682s

OK (skipped=4)
(sharpy_env) [buttermelted@thinkpad sharpy]$
whoop whoop, most likely git submodule solved the issue.

from sharpy.

x3oo avatar x3oo commented on June 6, 2024

thanks for programming and releasing sharpy, thanks for the fast support.
man, am i happy after so much pain.

from sharpy.

x3oo avatar x3oo commented on June 6, 2024

@DavidAnderegg how did you find the solution? i am asking so i can solve it next time myself

from sharpy.

DavidAnderegg avatar DavidAnderegg commented on June 6, 2024

Basically I googled the error code until I figured out that a certain GLIBC - Version corresponds to a certain gcc version. Then it was only putting the knowledge and the error message together.

from sharpy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.