Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault when building documentation files #1046

Open
Joebeazelman opened this issue Jul 7, 2023 · 3 comments
Open

Segmentation fault when building documentation files #1046

Joebeazelman opened this issue Jul 7, 2023 · 3 comments

Comments

@Joebeazelman
Copy link

I am following the instructions under the Explore Examples section of the guide on my Mac MacOS Monterey using the latest mode release. I encountered no issues until I got to the generate Doxypress documentation where I received the following segmentation fault error message:

➜  blinky git:(develop) cd modm/docs && doxypress doxypress.json

DoxyPress Version: 1.5.1

**  Read Project Configuration
**  Verify Project Configuration


Initialization
Parse input files
[1]    57207 segmentation fault  doxypress doxypress.json
➜  docs git:(develop) 

Please advise.

@salkinium
Copy link
Member

Well that sucks. Not even a useful error message.

You can try generating the docs with doxygen instead, there should also be another config file in the same location (doxygen.cfg?).

We use doxypress since it works better with new C++ syntax, but it also has issues.

@rleh
Copy link
Member

rleh commented Jul 7, 2023

We had issues with doxypress in the past, e.g. copperspice/doxypress#34.
Could you run it in GDB (just execute gdb doxypress) and check the backtrace?

@salkinium
Copy link
Member

I can reproduce this, but even with lldb it's not immediately clear what produces this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants