-
Notifications
You must be signed in to change notification settings - Fork 272
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
Segmentation Fault on Image Export #261
Comments
Hello @ParthivS20 |
It’s the pre-compiled AppImage in release version 0.8.0. Thanks for looking into it! |
@ParthivS20 |
Sure. I am running on Ubuntu 22.04 if that could cause an issue. Here is the config file
|
I did some further testing. Segmentation Fault occurs when running in WSL, but the exports complete successfully. Ran the same config and STEP files in 20.04 and 22.04 VMs. The AppImage worked fine on both, just needed to install libfuse2 in 22.04. I ran the AppImage in GitHub action runners on 20.04 and 22.04 and the conversions seem to fall into an infinite loop when exporting to an image (STEP->STL conversion works). Attached the log below.
|
When you run
Let me know if that helps |
That worked, thank you! I was previously running it with Xvfb but seems like I was missing the sleep timer. |
Hello, I am trying to export a STEP file to an image file and receive a segmentation fault. The exported image file opens properly, but still shows a segmentation fault at the end of execution. I am using the compiled AppImage on Ubuntu 22.04.3.
./mayo.AppImage -s mayo-config.ini input.step -e output.png
DEBUG: OpenCascade settings file doesn't exist or is not readable [path=opencascade.conf]
40% Exporting test.png...
100% Imported
Segmentation fault
I tried using different 3d formats and image formats but still got the same error. Converting to different 3D formats works.
The text was updated successfully, but these errors were encountered: