[Crash Report 0.18] Arch WB - Material

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
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

[Crash Report 0.18] Arch WB - Material

Post by paullee »

FC with below version crash on go through below Steps:- (on Fedora 29)
  1. FreeCAD_0.18-16110-Linux-Conda_Py3Qt5_glibc2.12-x86_64.Appimage
  2. FreeCAD_0.19.16207_Conda_Py3Qt5_glibc2.12-x86_64.AppImage
  3. FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64.AppImage

FC with below version DO NOT crash:-
  1. FreeCAD_0.18.16033.glibc2.17-x86_64.AppImage
    [*FreeCAD_0.18.16079_Conda_Py3Qt5_glibc2.12-x86_64.AppImage

Steps to reproduce Crash:-
  1. Create a New doc
  2. Turn to Arch WB
  3. Click Material button
  4. Click OK button of Task Panel
  5. FC Crash
Curiously, if Cancel is clicked, no crash. But the added object at tree view remains in Edit mode, the object become Yellow.
Double-clicking it, and then click OK at the Task Panel crash FC also.

Screenshot from 2019-04-21 01-26-48.png
Screenshot from 2019-04-21 01-26-48.png (162.22 KiB) Viewed 1248 times
User avatar
yorik
Founder
Posts: 13660
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: [Crash Report 0.18] Arch WB - Material

Post by yorik »

No crash for me... But last week I fixed an infinite recursion happening in Arch materials. Can you try launching FreeCAD from a terminal? You'll quickly see if the crash is because of that infinite recursion (a lot of red messages about onChanged() being called recursively)
paullee
Veteran
Posts: 5118
Joined: Wed May 04, 2016 3:58 pm

Re: [Crash Report 0.18] Arch WB - Material

Post by paullee »

yorik wrote: Mon Apr 22, 2019 2:42 pm No crash for me... But last week I fixed an infinite recursion happening in Arch materials. Can you try launching FreeCAD from a terminal? You'll quickly see if the crash is because of that infinite recursion (a lot of red messages about onChanged() being called recursively)
Seem got what you described...

with FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64.AppImage

Code: Select all

[paullee@localhost squashfs-root]$ ./AppRun 
/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root
FreeCAD 0.19, Libs: 0.19R16291 (Git)
© Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2019
  #####                 ####  ###   ####  
  #                    #      # #   #   # 
  #     ##  #### ####  #     #   #  #   # 
  ####  # # #  # #  #  #     #####  #   # 
  #     #   #### ####  #    #     # #   # 
  #     #   #    #     #    #     # #   #  ##  ##  ##
  #     #   #### ####   ### #     # ####   ##  ##  ##


(FreeCAD:7238): Gtk-WARNING **: 02:07:45.762: GModule (/usr/lib64/gtk-2.0/2.10.0/immodules/im-ibus.so) initialization check failed: GLib version too old (micro mismatch)

(FreeCAD:7238): Gtk-WARNING **: 02:07:45.762: Loading IM context type 'ibus' failed

(FreeCAD:7238): Gtk-WARNING **: 02:07:45.766: GModule (/usr/lib64/gtk-2.0/2.10.0/immodules/im-ibus.so) initialization check failed: GLib version too old (micro mismatch)

(FreeCAD:7238): Gtk-WARNING **: 02:07:45.767: Loading IM context type 'ibus' failed

(FreeCAD:7238): Gtk-WARNING **: 02:07:45.837: GModule (/usr/lib64/gtk-2.0/2.10.0/immodules/im-ibus.so) initialization check failed: GLib version too old (micro mismatch)

(FreeCAD:7238): Gtk-WARNING **: 02:07:45.837: Loading IM context type 'ibus' failed
Geodat WB: Cannot import module named cv2
Geodat WB: Cannot import module named gdal gdalconst
loading A2plus on operating system 'LINUX'

** (FreeCAD:7238): WARNING **: 02:08:19.129: invalid source position for vertical gradient

** (FreeCAD:7238): WARNING **: 02:08:19.129: invalid source position for vertical gradient
Traceback (most recent call last):
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 299, in onChanged
    val = str(obj.Color[:3])
<class 'RecursionError'>: maximum recursion depth exceeded while getting the str of an object
Fatal Python error: Cannot recover from stack overflow.

Current thread 0x00007fb1bb9d7280 (most recent call first):
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 265 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 270 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 270 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  File "/home/paullee/Downloads/FreeCAD_0.19.16291_Conda_Py3Qt5_glibc2.12-x86_64/squashfs-root/usr/Mod/Arch/ArchMaterial.py", line 333 in onChanged
  ...
./AppRun: line 10:  7238 Aborted                 (core dumped) ${HERE}/usr/bin/FreeCAD "$@"
[paullee@localhost squashfs-root]$ 

User avatar
yorik
Founder
Posts: 13660
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: [Crash Report 0.18] Arch WB - Material

Post by yorik »

Yes that's exactly it. The commit where I fixed it is git commit e33472c05 from 8 days ago... I guess it's not in your version yet
Post Reply