[resolved] crash on showing spreadsheets

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
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

[resolved] crash on showing spreadsheets

Post by uwestoehr »

This is with current master:

- new document
- switch to Spreadsheet WB
- create new spreadsheet
- double-click on the spreadsheet in the tree or alternatively right-click on it and then use the context menu to show it.

result: crash

can anybody confirm?

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.26211 (Git)
Build type: Release
Branch: master
Hash: 13ebb12bef12bd04be1390a6dd88bb1abc9196e5
Python version: 3.8.6+
Qt version: 5.15.1
Coin version: 4.0.1
OCC version: 7.5.0
Locale: German/Germany (de_DE)
User avatar
Shalmeneser
Veteran
Posts: 9547
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: [crash] on showing spreadsheets

Post by Shalmeneser »

No crash for me.

Code: Select all

OS: Linux Mint 20.2 (MATE/mate)
Word size of FreeCAD: 64-bit
Version: 0.20.26155 (Git) AppImage
Build type: Release
Branch: master
Hash: 0926a4148bcff11249fd4f56bc30256102ffe105
Python version: 3.9.7
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.5.3
Locale: French/France (fr_FR)
user1234
Veteran
Posts: 3477
Joined: Mon Jul 11, 2016 5:08 pm

Re: [crash] on showing spreadsheets

Post by user1234 »

No crash, no warning, nothing unexpected in the logs.

Code: Select all

OS: Debian GNU/Linux 11 (bullseye) (X-Cinnamon/lightdm-xsession)
Word size of FreeCAD: 64-bit
Version: 0.20.26211 (Git)
Build type: Debug
Branch: master
Hash: 13ebb12bef12bd04be1390a6dd88bb1abc9196e5
Python version: 3.9.2
Qt version: 5.15.2
Coin version: 4.0.0
OCC version: 7.6.0.beta
Locale: English/United States (en_US)

Greetings
user1234
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: [crash] on showing spreadsheets

Post by uwestoehr »

Thanks for having a look.
On my second PC I also see no crash. So it seems something went wrong during the compilation. I will report back tomorrow when i can access the PC with the crash again.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: [crash] on showing spreadsheets

Post by uwestoehr »

uwestoehr wrote: Tue Oct 26, 2021 2:12 am I will report back tomorrow when I can access the PC with the crash again.
It was indeed a compilation issue. I recompiled FC now from scratch and the crash is gone.
Post Reply