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.

Linux CLI Chat Render - Segmentation Fault (core dumped)

See original GitHub issue

Checklist

Edition

Command Line Interface

Describe your issue here

Hi, I’m attempting to render a chat (download-111mb, id: 1682060475) using the Alpine x86 CLI (latest version) and I’m repeatedly receiving the following error.

[STATUS] - Rendering Video: 62% (0h55m47s Elapsed | 0h33m51s Remaining)Segmentation fault (core dumped)

The error occurs at exactly 62% every time, leading me to believe there is something wrong with rendering the video. This error only occurs using the Alpine CLI. Both the Windows GUI and standard x86 CLI renders this chat without issue. I’ve rendered chats without issue using the latest release, only this one is causing issues.

Is there a more verbose output or debug level to set that will provide more information of the crash? I saw in the documentation there is a --verbose-ffmpeg chatrender argument, but seems to no longer be a valid argument.

I do not know much about c# and .net but doing some research on gathering more information I was able to use dotnet-trace and get a .nettrace file of when the error occurred, let me know if that is of any use.

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Reactions:1
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Zibbpcommented, Dec 20, 2022

I installed a few of the Noto fonts suggested on the Alpine wiki, and it’s working just fine now.

Thanks for the help ScrubN!

I see you created another issue for the RTL message render so I am going to close this issue.

1reaction
ScrubNcommented, Dec 20, 2022

I’m pretty sure the issue is that your system’s fallback font does not contain right-to-left language definitions or SKFontManager.MatchCharacters() is not supported on Alpine. Probably the former because we don’t get any compilation errors.

This is the message in that is causing the seg fault: image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resolving Segmentation Fault (“Core dumped”) in Ubuntu
Core dumped means when a part of code tries to perform read and write operation on a read-only or free location. Segfaults are...
Read more >
Segmentation fault (core dumped) - to where? what is it? ...
When a segmentation fault occurs in Linux, the error message Segmentation fault (core dumped) will be printed to the terminal (if any), ...
Read more >
what is Segmentation fault (core dumped)? [duplicate]
1 Answer. "Segmentation fault" means that you tried to access memory that you do not have access to. The first problem is with...
Read more >
[SOLVED] EasyEffects segmentation fault (core dump) ...
When launching EasyEffects, the application will crash immediately. From the terminal, it will show "Segmentation fault (core dumped)".
Read more >
Segmentation Fault & Core Dump on new install for Debian ...
I setup a new machine with Debian stretch, and I get a seg fault when trying to login. No other useful information, unfortunately, ......
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