<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>There is an issue with the grabber failing too, I'd guess it is the old timeout problem. I'll go hunting.</blockquote><div><br></div><div>I fixed the issue on the mac builds (just haven't posted new ones - was going to do that this AM but got distracted building a debug version for Catalina...).  As long as the grabber runs (which I thought you confirmed in a previous email), the mac builds are working and any issues pulling down data are on the grabber side or on poor file naming convention (i.e your plane earth 2 experiment). </div><div><br></div><div>Am I missing something else? I'm more than happy to help troubleshoot mac build related issues - if it's a grabber issue you should create an issue report on github to get further assistance from someone who knows what they're doing vs me hacking around and hoping to get lucky.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
John I have run gdb on mac qt programs before. mac is not my usual environment so if you would not mind say 10 words to jog my memory of any specials please.<br></blockquote><div><br></div><div>You should have lldb installed by Xcode by default, I'd suggest using that. You'll need to attach lldb to the real process and not the startup script (this will break any python related goodies since they get pathed in the startup script):</div><div><br></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_quote"><div>lldb /Applications/Mythfrontend.app/Contents/MacOS/mythfrontend.real</div><div><br></div></div></blockquote>in the lldb prompt do the following to set a backtrace:<div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>(lldb) target stop-hook add<br></div><div>Enter your stop hook command(s). Type 'DONE' to end.<br>> bt<br>> disassemble --pc<br>> DONE<br>Stop hook #1 added.<br></div><div><br></div></blockquote>then launch the process:</div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>(lldb) process launch<br>(lldb) run<br>(lldb) r<br></div><div><br></div></blockquote>I'm sure there's something I missed here - I'm a novice in mac development as well (Mark - please chime in if he needs to do anything else). </div><div><br></div><div>More instructions can be found here: <a href="https://developer.apple.com/library/archive/documentation/IDEs/Conceptual/gdb_to_lldb_transition_guide/document/lldb-terminal-workflow-tutorial.html" target="_blank">https://developer.apple.com/library/archive/documentation/IDEs/Conceptual/gdb_to_lldb_transition_guide/document/lldb-terminal-workflow-tutorial.html</a></div></div></blockquote><div><br></div><div>Debug build with ability to backtrace is uploaded here: <a href="https://sourceforge.net/projects/mythtvformacosx/files/Development/debug_builds/">https://sourceforge.net/projects/mythtvformacosx/files/Development/debug_builds/</a> and should be downloadedable momentarily. </div></div></div>