-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
tvheadend: fix bus error #7606
tvheadend: fix bus error #7606
Conversation
@wsnake65 I need some help from you.
|
bt: |
@wsnake65 Thankyou! |
Maybe we need |
Is there a solution to this problem (tvheadend crashes)? |
@wsnake65 can you check if new build works. Download from here https://github.com/termux/termux-packages/actions/runs/1297584678 If it does not work then please provide me backtrace again. |
|
@wsnake65 you can download from https://github.com/termux/termux-packages/actions/runs/1297718826 and check if build works. |
I can not download - no files |
Ah, It would be much easier to modify the definition of --- a/src/descrambler/ffdecsa/FFdecsa.c
+++ b/src/descrambler/ffdecsa/FFdecsa.c
@@ -106,7 +106,7 @@
#define FREE(X) free(X)
#endif
#ifndef MEMALIGN
-#define MEMALIGN
+#define MEMALIGN __attribute__((aligned(8)))
#endif
//// debug tool |
Yes, yes was doing that only. |
Thank you, everything works fine! Also checked the timeshift and recording - everything is fine. Please compile the package without debugs in termux. |
tvheadend: enable libavutil Revert "tvheadend: enable libavutil" This reverts commit 619b8c6. tvheadend: enable debug build tvheadend: enable debug build again gdbm: fix ssl certificate expired issue tvheadend: try tvheadend: try 2 tvheadend: try 3 gdbm: revert to https tvheadend: try 4 tvheadend: build from master Revert "tvheadend: build from master" This reverts commit ce010e9. tvheadend: fix bus error tvheadend: fix bus error tvheadend: fix build tvheadend: fix build tvheadend: fix bus error
tvheadend: fix bus error
This PR should be ready to be merged. |
No description provided.