Failing Unit test with Win10 x64

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
apeltauer
Posts: 399
Joined: Fri Aug 11, 2017 2:19 pm

Failing Unit test with Win10 x64

Post by apeltauer »

Hi all,

since several days i have a miss behaving while running FreeCad.exe --run-test 0.
My problem now is that FreeCAD does not close automatically again.

My output:
....
Ran 306 tests in 64.264s

OK
Exception (Mon Apr 23 11:27:18 2018): System exit
Traceback (most recent call last):
File "C:\Work\FreeCAD_dev\release_017\Mod\Draft\DraftGui.py", line 108, in doTasks
for f, arg in todo.itinerary:
ReferenceError: Cannot print representation of deleted object

Can anyone confirm this behavior??
Thanks in advance.

My data:
OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13519 (Git)
Build type: Release
Branch: releases/FreeCAD-0-17
Hash: 1a8b868018f45ea486c0023fdbfeb06febc1fb89
Python version: 2.7.8
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.0.0
Locale: English/Germany (en_DE)
Post Reply