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
opened 2023-04-06 08:25:47 +02:00 by slrslr · 0 comments
slrslr commented 2023-04-06 08:25:47 +02:00 (Migrated from github.com)

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.
**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](https://bin.disroot.org/?a73ccefdb20a6e00#H3CgTDnnE9XEfWoeGJdofrJWXjz5ErqFJLwxwrjDp6dx) curl 'http://localhost:5279' --data '{"method":"version"}' [output here](https://bin.disroot.org/?10387f48752f00fc#EDVfLQiR2t63G4qYekUBr7A5zMLY1QEYfMUNt7mw5w85) 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#7754
No description provided.