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 (SIGBUS) #1

Open
tsl0922 opened this issue Oct 9, 2022 · 3 comments
Open

Bus error (SIGBUS) #1

tsl0922 opened this issue Oct 9, 2022 · 3 comments

Comments

@tsl0922
Copy link

tsl0922 commented Oct 9, 2022

I'm running msd_lite on a router firmware, msd_lite crashes when my player generating thumbnails of the playlist(.m3u contains a lot of channels).

/home/root # /usr/bin/msd_lite -c /etc/storage/msd_lite.conf
Bus error

can't debug on the router, no more info.

@rozhuk-im
Copy link
Owner

Hi!

Probably there is not enough free memory (RAM).

Also check limits - Max open files by default is 1024 in many distros which is not enough in case of many connections.
msd prints actual files descriptors count in log at start: [2022-05-28 10:17:51]: descriptor table size: 65536 (max files)

@tsl0922
Copy link
Author

tsl0922 commented Oct 15, 2022

Increased the limits, still get the same error. while the memory usage increased ~10M, I didn't see any OOM error in system log.

@rozhuk-im
Copy link
Owner

Possible log can show what goes wrong, if there is no errors then we need coredump and backtrace to locate error.
Without this this is con not be fixed.

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

No branches or pull requests

2 participants