[Resolved]Mefisto Mesh Fails in Current Master-BUG

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
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

[Resolved]Mefisto Mesh Fails in Current Master-BUG

Post by quick61 »

Just a check before a bug report. Mefisto mesh is failing in Mesh Design Workbench.

Steps to reproduce. Make simple shape in Part Workbench, (Cube will do). Go to Mesh Design WB. Select the Cube, (or whatever shape you made), and activate Meshes > Create mesh from shape... Select Mefisto and click OK.

Code: Select all

MEFISTO_2D failed on subshape #3 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
MEFISTO_2D failed on subshape #13 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
MEFISTO_2D failed on subshape #23 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
MEFISTO_2D failed on subshape #27 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
MEFISTO_2D failed on subshape #31 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
MEFISTO_2D failed on subshape #33 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
A Mesh object is created in the Tree, but the Mesh Part is not displayed in the 3D view. Can anyone else confirm with daily PPA or self compiled current master?

OS: Kubuntu 14.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.3966 (Git)
Branch: master
Hash: 67b54f805203271d95ffa6f07912bbc196ff2078
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
SoQt version: 1.6.0a
OCC version: 6.7.1 (0.17 dev)

Mark
Last edited by quick61 on Sun Sep 14, 2014 5:45 pm, edited 1 time in total.
This post made with 0.0% Micro$oft products - GOT LINUX?
User avatar
shoogen
Veteran
Posts: 2823
Joined: Thu Dec 01, 2011 5:24 pm

Re: Mefisto Mesh Fails in Current Master-BUG

Post by shoogen »

I can reproduce the problem
OS: Debian GNU/Linux 7.6 (wheezy)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4001 (Git)
Branch: testing
Hash: f6057474f4ccb7a3f4aa4b29879963b5689b540f
Python version: 2.7.3
Qt version: 4.8.2
Coin version: 4.0.0a
SoQt version: 1.6.0a
OCC version: 6.7.3.dev-0304f71
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Re: Mefisto Mesh Fails in Current Master-BUG

Post by quick61 »

Thanks shoogen, that was quick! Mantas ticket filed - issue #1715

Mark
This post made with 0.0% Micro$oft products - GOT LINUX?
wmayer
Founder
Posts: 20319
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Mefisto Mesh Fails in Current Master-BUG

Post by wmayer »

I tested this two days ago under Ubuntu 12.04 and had no crash at all.
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Re: Mefisto Mesh Fails in Current Master-BUG

Post by quick61 »

wmayer wrote:I tested this two days ago under Ubuntu 12.04 and had no crash at all.
No, there is no crash, just a failure to produce a mesh part, and the string of error messages in the Report view.

Mark
This post made with 0.0% Micro$oft products - GOT LINUX?
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: Mefisto Mesh Fails in Current Master-BUG

Post by jmaustpc »

I get it as well.

MEFISTO_2D failed on subshape #3 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
MEFISTO_2D failed on subshape #13 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
MEFISTO_2D failed on subshape #23 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
MEFISTO_2D failed on subshape #27 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
MEFISTO_2D failed on subshape #31 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"
MEFISTO_2D failed on subshape #33 with error COMPERR_OCC_EXCEPTION "OSD_SIGSEGV: SIGSEGV 'segmentation violation' detected. Address 0"



OS: Ubuntu 14.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.3966 (Git)
Branch: master
Hash: 67b54f805203271d95ffa6f07912bbc196ff2078
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
SoQt version: 1.6.0a
OCC version: 6.7.1
User avatar
shoogen
Veteran
Posts: 2823
Joined: Thu Dec 01, 2011 5:24 pm

Re: Mefisto Mesh Fails in Current Master-BUG

Post by shoogen »

C offers greats ways to shot oneself in the feet. I still wonder why it did not generate compiler warnings, for implicit casting of pointer types. But at least i got some practice using gdb :geek:
User avatar
quick61
Veteran
Posts: 3803
Joined: Sat Aug 24, 2013 2:49 am
Location: u.S.A.

Re: Mefisto Mesh Fails in Current Master-BUG

Post by quick61 »

shoogen, wmayer, thanks for fixing this! Nice job, Mefisto Meshes are working once again. :)

Mark

OS: Ubuntu 14.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.3994 (Git)
Branch: master
Hash: 470a414241f784cb45cf063548c78e686e718560
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
SoQt version: 1.6.0a
OCC version: 6.7.1
This post made with 0.0% Micro$oft products - GOT LINUX?
SaMTem
Posts: 1
Joined: Mon May 30, 2016 11:25 am

Re: [Resolved]Mefisto Mesh Fails in Current Master-BUG

Post by SaMTem »

Hi, hope someone will see this even if this thread is old. I have the same problem, but I can not find the file to edit since i do not have that directory.
Can you tell me where i can find it?
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: [Resolved]Mefisto Mesh Fails in Current Master-BUG

Post by triplus »

SaMTem wrote:Hi, hope someone will see this even if this thread is old. I have the same problem, but I can not find the file to edit since i do not have that directory.
Can you tell me where i can find it?
Hi @SaMTem and welcomed.

If you are experiencing the same problem upgrading to latest production release should resolve the problem. As this issue was fixed in the past.
Post Reply