Crash opening /Applications/FreeCAD.app/Contents/data/examples/RobotExample.FCStd

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
federico.carminati
Posts: 66
Joined: Thu May 18, 2017 1:01 pm
Location: Geneva, Switzerland

Crash opening /Applications/FreeCAD.app/Contents/data/examples/RobotExample.FCStd

Post by federico.carminati »

I have reported a detailed description of this problem in the mantis bug tracker https://freecadweb.org/tracker/view.php?id=3437

Apparently today's master cannot read the file.
Federico Carminati
Co-Founder and Scientific Director of Transmutex SA
Switzerland/Suisse
wmayer
Founder
Posts: 20074
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Crash opening /Applications/FreeCAD.app/Contents/data/examples/RobotExample.FCStd

Post by wmayer »

According to the stack trace you obviously open the file by double-clicking in the file manager. Does it also crash when you open FreeCAD first and then open the file with File > Open?

I have tried both ways under Linux and nothing crashed.

Furthermore I wonder where exactly inside the code is the frame #0 of the stack trace. Of course it's inside generateTrajectory() but where exactly?
* frame #0: 0x00007fff94137058 libc++abi.dylib`vtable for __cxxabiv1::__si_class_type_info + 16
frame #1: 0x000000012884987e Robot.so`Robot::Trajectory::generateTrajectory() + 1342
Post Reply