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

memory allocation error with Raspbian bookworm #326

Open
gmke opened this issue Feb 22, 2024 · 0 comments
Open

memory allocation error with Raspbian bookworm #326

gmke opened this issue Feb 22, 2024 · 0 comments

Comments

@gmke
Copy link

gmke commented Feb 22, 2024

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux
pi@raspberrypi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm

[INFO] /home/pi/v4l2rtspserver/src/V4L2DeviceSource.cpp:29
Fatal glibc error: malloc assertion failure in sysmalloc: (old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)

it worked perfectly with bullseye. After the migration I did a git pull, compiled and installed again. The error is almost perfectly reproducable. In one of maybe 50 tries, the stream starts for a second and then the crash occurs with a similar error message.

Regards, Markus

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

1 participant