- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Segmentation fault #3966
Comments
For single files like this, you may find it easier to use a gist: https://gist.github.com/ |
@ViralBShah @andreasnoackjensen Could you take a look? This change fixed the segfault for me but I wonder if there are more cases of this, or if I did something wrong. |
I am on the road today so I cannot look into it before tomorrow. It is possible that the work space is not large enough, but there has also been weird errors in xgesdd. It calls xlasd4 which is buggy but I have not been able to make xgesdd fail consistently. Usually it had happened inside larger pieces of code. |
#2340 is the xlasd4 issue for which there is no resolution yet. |
Hi,
I have found some weird behaviour in a code I am using right now. This code can be found in:
complete.jl
In the only file that there is in that repository, at the end of it, there are some parameters that define the execution, in particular this three:
If the parameter
antennas_tx
is changed to3
andnumber_of_bs
is set to10
,11
, or12
, executing this code will raise aSegmentation Fault
.Sometimes the error message is not a
Segmentation Fault
, but something like:Or:
For other parameters I have tried, it works perfectly fine, and without any problem.
Regards,
Juanjo.
The text was updated successfully, but these errors were encountered: