-
Notifications
You must be signed in to change notification settings - Fork 1.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
pssch_ue example exits immediately with floating point exception #838
Comments
Have you verified the other example apps are working? Could be just a install/version mismatch of UHD. |
I ran the |
I have also been encountering the same issue. My setup follows the instructions here https://www.rit.edu/wisplab/sites/rit.edu.wisplab/files/2021-08/Lab%204%20-%20C-V2X.pdf. let me know if there is anything I can do |
Same issue here. I'm about to just start debugging it, I'll report any findings... |
Hey, I could reproduce the issue and it will be properly fixed in the upcoming release. For the time being apply the following patch and the example should work as expected.
Thanks |
I just installed it and the GUI comes up and seems to do what I expect. Thanks for that. |
Thanks for confirming. Closing the issue. Fix will be in next release. |
Issue Description
Executing the PSSCH example application with
./pssch_ue -a clock=gpsdo
with UHD crashes immediately after setting the subframe length with a floating point exception.Setup Details
This is a fresh installation of srsRAN on Ubuntu 20.04.03 LTS. Issue occurs on two separate machines, one Dell and one Lenovo laptop, so not likely a hardware issue. I am using UHD 3.15.0 installed from the Ubuntu package repository (as per the srsRAN setup instructions) and have installed and built srsRAN using the official installation steps to build from source. My SDRs are USRP B210s with TXCO GPSDO modules installed.
Expected Behavior
Running the command
./pssch_ue -a clock=gpsdo
from within thesrsRAN\build\lib\examples
directory should launch the C-V2X receiver example and begin receiving samples.Actual Behaviour
The program crashes with a floating point exception. The full output is:
Steps to reproduce the problem
No special configuration. I installed the OS, then followed the srsRAN documentation to install dependencies and finally srsRAN. The first application I ran after completing the installation process was the above command to execute the
pssch_ue
application.The text was updated successfully, but these errors were encountered: