-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
TVH crash when viewing stream from web interface #6719
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
base: master
Are you sure you want to change the base?
Conversation
@hgy59 good news! I was finally able to build |
44ad06e
to
48e70c3
Compare
PowerPC e500v2 has a 248-byte limit on immediate offsets in load/store instructions. When compiling with -O0, GCC generates stack frames that exceed this limit (>4KB for complex functions), causing assembler errors. Switch to -O1 for qoriq debug builds to reduce stack frame size while maintaining full debug capabilities (-g3 -ggdb3 -fno-omit-frame-pointer).
@th0ma7 ffmpeg7 for x64-6.2.4 is broken since #6727 (or earlier changes). |
thnx for letting me know, i believe it's actually svt-av1 on x64 6.2.4... i first thought it was debug build related but nope. it is on my radar and will look into fixing it shortly. |
@hgy59 my two last build failures should now be addressed. Let me know if you'd like me to push some patches to master right away as this PR still requires some more work. |
no need for partial updates to master, don't hurry |
Description
TVH crash when viewing stream from web interface
Relates to issue: tvheadend/tvheadend#1927
Proposed fix: tvheadend/tvheadend#1933
Pending merge of:
beets
issue with gobject-introspectionlz4
migration to meson + fix Debug build for gcc <= 4.9.xlibzimg
failing to build for x86 in debug mode with simdAlso contains:
tvheadend
libhdhomerun
v20250815qoriq
architecture limitationsChecklist
all-supported
completed successfullyType of change