question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Creating 3D text causes CQ-editor to segfault

See original GitHub issue

I’m running the following script in CQ-editor on a Mac M1 running Big Sur:

#! /usr/bin/env python3

from typing import *
import cadquery as CQ

def assembly() -> Any:
  block = CQ.Workplane("XY").text(txt = "foo", fontsize = 3, distance = 4, cut = False, combine = False, clean = True)
  return block

show_object(assembly())

Unfortunately CQ-editor segfaults when I run this. I could well be doing something wrong here so any advice much appreciated.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
greyltccommented, Apr 7, 2021

I’ve built and tested on aarch64. Raspberry pi, not mac though.

This doesn’t seem to be native code on the mac though. I see X86-64 (Translated) above. I have no idea how homebrew tries to handle this stuff, but could there be some illegal mixing of native and x86_64 translated architectures going on here?

1reaction
ornamentistcommented, Mar 27, 2021

Fair enough. I’ll revisit CQ-editor in the future.

In the meantime big thanks to everyone who works on CADQuery and CQ-editor, they’re a great way to access the power of the OpenCascade ecosystem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Segmentation fault when rendering a cadquery script ... - GitHub
To Reproduce Here's the cadquery script I am using. Rendering this causes CQ-Editor to segfault. import cadquery as cq start_radius = 30 ...
Read more >
CadQuery - Bountysource
Is there a straightforward way to have a desktop shortcut of the cq-editor on ubuntu 20, that actually corresponds to the actual app?...
Read more >
Hyper Links And Hyperfunctional Text CAD - Hackaday
I too have sunk a lot of time in OpenScad to design a 3D printer (what else? ;) but in the end the...
Read more >
Comparison with Other Rich Text Editors - Quill
CKEditor and TinyMCE are both very widely used, having been around for over a decade. Quill introduces several new ideas that separate it...
Read more >
Inkscape Project - Launchpad Bugs
#931598 Crash on moving text over path with gears effect when "Snap rotation center" or "Snap text anchor" option ... #1214182 Image Importing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found