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

Linux -- celestia crashes when saving video #1401

Closed
JohnVV opened this issue Aug 23, 2022 · 1 comment
Closed

Linux -- celestia crashes when saving video #1401

JohnVV opened this issue Aug 23, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@JohnVV
Copy link

JohnVV commented Aug 23, 2022

Describe the bug
On OpenSUSE 15.3

segfault upon starting to save a video
here is the section of " strace"

---------- code --------
futex(0x7ff34ec101f0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(2, "terminate called after throwing "..., 48terminate called after throwing an instance of ') = 48
write(2, "fmt::v7::format_error", 21fmt::v7::format_error) = 21
write(2, "'\n", 2'
) = 2
write(2, " what(): ", 11 what(): ) = 11
write(2, "invalid format string", 21invalid format string) = 21
write(2, "\n", 1
) = 1
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0
getpid() = 10837
gettid() = 10837
tgkill(10837, 10837, SIGABRT) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=10837, si_uid=1000} ---
+++ killed by SIGABRT (core dumped) +++
Aborted (core dumped)
john@localhost:/DATA/SUSE/CelestiaProject/bin>

---- end code ----

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
to start recording , but i core dump crash instead

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):
Linux Opensuse 15.3 KDE desktop

Additional context
Add any other context about the problem here.

@JohnVV
Copy link
Author

JohnVV commented Aug 23, 2022 via email

@375gnu 375gnu added the bug Something isn't working label Aug 24, 2022
@375gnu 375gnu closed this as completed in e637461 Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants