Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="deeptho" data-source="post: 1150183" data-attributes="member: 215446"><p>for a segmentation violation the logs are useless. Instead you should run neumodvb from a debugger and get a stacktrace.</p><p>Somethign like</p><p>cd ~/neumodvb/gui</p><p>gdb</p><p>-> type the following in gdb</p><p>set breakpoint pending on</p><p>exec-file /usr/bin/python3</p><p>set args neumodvb.py</p><p>set debuginfod enabled off</p><p>set pagination off</p><p></p><p>First recompile ig needed with better options for debugging: in the toplevel CMakeLists.txt</p><p>make sure it is like below:</p><p></p><p>add_compile_options (</p><p># $<$<CONFIG<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" />EBUG>:-Og></p><p> -fPIC -fsized-deallocation -DHAS_UNCAUGHT_EXCEPTIONS=1 -D DATA_DIR=${CMAKE_SOURCE_DIR}/data)</p><p>#add_link_options( -lasan)</p><p></p><p></p><p>Are you sure any video can be played at all? Does the mpv command play videos</p><p>?</p></blockquote><p></p>
[QUOTE="deeptho, post: 1150183, member: 215446"] for a segmentation violation the logs are useless. Instead you should run neumodvb from a debugger and get a stacktrace. Somethign like cd ~/neumodvb/gui gdb -> type the following in gdb set breakpoint pending on exec-file /usr/bin/python3 set args neumodvb.py set debuginfod enabled off set pagination off First recompile ig needed with better options for debugging: in the toplevel CMakeLists.txt make sure it is like below: add_compile_options ( # $<$<CONFIG:DEBUG>:-Og> -fPIC -fsized-deallocation -DHAS_UNCAUGHT_EXCEPTIONS=1 -D DATA_DIR=${CMAKE_SOURCE_DIR}/data) #add_link_options( -lasan) Are you sure any video can be played at all? Does the mpv command play videos ? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top