Hello everyone! I am facing this issue when I run stamps(4,4) and Matlab shuts down on its own without any notification.
I have reinstalled Matlab2018b, StaMPS, and SNAPHU. Have tried some solutions given on the internet.
But nothing works for me. Is this error is due to any other problem like any other application that needs to install or any step needed to do prior to the 4th step or any other thing I can do to solve it?
Thank you so much, everyone! your kind response is highly appriciated.
It is easier to search and respond to messages posted as text. We canât know if all the
settings are correct (line 9 refers to triangle-bin package, but we canât know if it is installed) but certainly line 10 looks odd (and unlike the example). In general, linux requires some extra steps to allow one user (e.g., â/home/sadiâ) to use files in another userâs (e.g. â/home/ahooperâ) home directory.
Noted!
I have installed triangle and Snaphu successfully. I use âwhereisâ command to find the path of the software. But as you say line 10 looks odd. Can you please guide me the other way to locate the software?
I think SNAPHU should only contain the path to the script, so you can remove the second part (usr/share/âŚsnaphu.1.gz). But this should not cause the problem you mentioned in the first post.
The file looks alright, you donât need to modify the other lines because they are not included when data is preprocessed with SNAP.
Whenever you open a new terminal, you have to call (source) this file, before all commands are found. What happens when you type snaphu or triangle?
Although I have started processing in SNAP again. But I donât find the reason for the problem that is why willing to know.
Is it possible that I have done anything wrong in SNAP Processing as my first three steps go very smoothly without any error every time I do?
sorry, I was browsing the forum on my phone and confused your issue with this one. Obviously, all scripts run fine on your side.
As your error occurs during step 4, there could be something wrong with the unwrapping.
Maybe this solution is an option: https://yunjunzhang.wordpress.com/2015/02/10/doris-9-segmentation-fault-error-in-snaphu/comment-page-1/ It requires to compile snaphu on your own (instead of apt-get), so first removing the existing instance is required. I cannot guarantee if this will solve your problem (although the error message is quite similar), but if you are familiar with compiling scripts, it could be worth a try.
Installing 3rd party packages with âsudoâ may result in user configuration data being owned by ârootâ and/or being stored in rootâs home directory. Complex packages often lag behind changes in the OS or have only been tested in one OS, so may overwrite critical OS programs.
Using the whereis command explains why you had a man page in one of your environment variables. Also, your X_BIN variables sometimes refer to the bin directory where a program can be found and sometimes give the full path of the program. The documentation always shows the path to the bin directory where the program has been installed.