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

Bus error (core dumped) #13 0x00007fddff3edd0a __libc_start_main (libc.so.6 + 0x23d0a) Stack trace #14 0x000055efd9c3b66a n/a (/tmp/.mount_LBRY*/lbry + 0x1c9366a) #7754

Open
slrslr opened this issue Apr 6, 2023 · 0 comments
Labels
type: bug Existing functionality is wrong or broken

Comments

@slrslr
Copy link

slrslr commented Apr 6, 2023

Bug
I have found LBRY_0.53.7 AppImage stopped running and when I have tried to start it:
$ ./LBRY_0.53.7.AppImage
Bus error (core dumped)

So I have downloaded latest LBRY_0.53.9.AppImage, similar result.

$ ./LBRY_0.53.9.AppImage
[3361003:0406/080533.028917:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
Bus error (core dumped)

Found some stuck processes:

$ ps aux|grep -i lbry       
user     1280762  0.0  0.0 6583608  252 ?        S    Apr04   0:00 /opt/LBRY/resources/static/daemon/lbrynet start --initial-headers=/opt/LBRY/resources/static/daemon/headers
user     1280763  0.0  0.0 6583608  576 ?        S    Apr04   0:00 /opt/LBRY/resources/static/daemon/lbrynet start --initial-headers=/opt/LBRY/resources/static/daemon/headers
...

and after killing it (terminating not worked) using htop utility, i could launch without problem.

coredumpctl detail, .zst file and OS details are here for privacy reason for 1 year

curl 'http://localhost:5279' --data '{"method":"version"}' output here

suggestions:

  • consider preventing this situation
  • telling me which command to run next time this happen
  • provide user some more user friendly message that described what happened and what to try.
@slrslr slrslr added the type: bug Existing functionality is wrong or broken label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Existing functionality is wrong or broken
Projects
None yet
Development

No branches or pull requests

1 participant