Hey everybody,
I re-registered and so I am back for reporting (: Probably due to the new website, the old database was overwritten or simply trashed (so nothing to discuss about). Despite of that, thanks for continuously improving Salome.
My problem is related to the SIGSEGV problem and I guess this is a bug as an index is running out of range.
I opened a new topic as the one opened yesterday seems to be a bit different.
I made a Sketch and want to copy the base_2x2 sketch again. However, doing so, I run (always) into the SIGSEGV error. An interesting point is:
- Opening the *.hdf file works but I cannot copy the Sketch again
- Dumping the whole *.hdf file into a python file and reload the python file lead to an error:
>>> exec(compile(open('/home/shorty/3DDruck/Powerwall/distanceHolder.py', 'rb').read(), '/home/shorty/3DDruck/Powerwall/distanceHolder.py', 'exec'))
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/home/shorty/3DDruck/Powerwall/distanceHolder.py", line 409, in <module>
SketchArc_25.results()[1].setName("SketchArc_43_2")
IndexError: tuple index out of range
>>>
This looks like a bug.
As the *.hdf file is almost 30 MB large, I pushed both, the *.hdf and *.py file to my server. Please find the file here:
- https://Holzmann-cfd.com/forum/18650Abstand_v3_2.hdf (I know no numbers at the beginning but should not make any problem in the name of the file right?)
- https://Holzmann-cfd.com/forum/distanceHolder.py
To reproduce the error:
- open the *.hdf file
- go into the Shaper module
- Try to copy the “base_2x2” sketch
I would be really thankful for an update regarding this issue.
Thank you in advance,
Tobi
Edit and new Information
It seems that removing all rotation constraints allows me to copy the sketch.