-
Notifications
You must be signed in to change notification settings - Fork 0
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
Testing Feedback #1
Comments
Another couple of points from testing of CLI build
|
Hi Dave, Regards, |
OK. I am new to Qt so will follow your advice.
I am happy to set up my environment to be same as yours and use that for testing and development.
It is good if we can get both CLI and QTCreator working. Then everyone/anyone can debug easily.
I will watch the wiki.
|
Hi Dave, |
OK, this was solved with using a mirror for the install. |
Hi Eric |
Hi Dave,Good work .. at this moment I'am in Norway .. when be back at home QTH I will check your research .. also I will send this info to the original designer of the software.Regards,EricOp 20 jun. 2023 13:14 schreef Dave ***@***.***>:
Hi Eric
How are you going? Wondered if you've had much time to look at the DRM RX issue?
I have spent quite some time on it, and whilst not yet solved, I feel I am closer.
I went back and confirmed the 9.5.8 source code built and runs correctly. I have made some of your changes to the 9.5.8 code (such as count->size, removing <malloc.h> etc but not adding the raptor changes. This code is what I call my "v9.5.8modified" code. With this "9.5.8modified" code, I can compile with Qt5 and it decodes DRM RX successfully. With Qt6 it can be built successfully, but it does NOT decode DRM RX correctly.
SO
The EXACT same code works when built under Qt5 (v5.15.3) but NOT under Qt6 (v6.2.4)
Where I am up to is comparing the Makefiles in case there is some clue there. If that does not help, then I might try a later version of Qt6 and see if that helps.
I have attached the two different makefiles (one generated by qmake v5, the other by qmake v6) in case you can spot something.
I did notice that both linkers include -lpthread, but the build under Qt6 also adds the option -pthread. Maybe the issue is a thread related issue?? Just a thought...
Let me know how you are going when you get a chance.
Thx
Makefile5.txt
Makefile6.txt
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Environment: LM21.1, Qt6.5.0, Main Branch, Pulled 23May2023, Version Displayed 10.0.00
Command line build is successful and executes. Cannot exit application though.
QtCreator build is successful, but execute dumps core. Message below.
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
Will try code on shack machine and provide further feedback
The text was updated successfully, but these errors were encountered: