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

crash on mpp_buffer_create #185

Open
smzahraee opened this issue May 13, 2024 · 0 comments
Open

crash on mpp_buffer_create #185

smzahraee opened this issue May 13, 2024 · 0 comments

Comments

@smzahraee
Copy link

on rk3566 with following gstreamer pipeline I faced with crash on kernel rk-6.1-rkr1
gst-launch-1.0 videotestsrc ! video/x-raw,width=1280,height=720,framerate=60/1 ! videoconvert ! mpph264enc ! h264parse ! rtph264pay config-interval=1 pt=96 ! udpsink host=10.42.0.1 port=8554 sync=false

stack trace:

Thread 7 "mpp_h264e_373" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ff60941a0 (LWP 380)]
0x0000007ff7104064 in mpp_buffer_create () from /usr/lib/librockchip_mpp.so.1
(gdb) bt
#0  0x0000007ff7104064 in mpp_buffer_create () from /usr/lib/librockchip_mpp.so.1
#1  0x0000007ff7106cd0 in mpp_buffer_get_with_tag () from /usr/lib/librockchip_mpp.so.1
#2  0x0000007ff71da83c in hal_bufs_get_buf () from /usr/lib/librockchip_mpp.so.1
#3  0x0000007ff71a5588 in ?? () from /usr/lib/librockchip_mpp.so.1
#4  0x0000007ff70eb104 in mpp_enc_thread () from /usr/lib/librockchip_mpp.so.1
#5  0x0000007ff7b0ffcc in ?? () from /usr/lib/libc.so.6
#6  0x0000007ff7b719cc in ?? () from /usr/lib/libc.so.6

there is no problem on kernel 5.10

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