Skip to content
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 seemingly at random with v1.2.1 #55

Closed
edgardomortiz opened this issue Oct 9, 2023 · 7 comments
Closed

Segmentation fault seemingly at random with v1.2.1 #55

edgardomortiz opened this issue Oct 9, 2023 · 7 comments

Comments

@edgardomortiz
Copy link

edgardomortiz commented Oct 9, 2023

I have analyzed this file successfully in the past with previous versions of Falco, but now version 1.2.1 is producing a Segmentation fault (identical behavior in Linux and Mac)

$ falco --outdir test_falco --threads 1 Antrev_R2.fq.gz
[Mon Oct  9 13:13:27 2023] creating directory for output: test_falco
[limits]	using file /Users/emortiz/y/envs/captus/opt/falco/Configuration/limits.txt
[adapters]	using file /Users/emortiz/y/envs/captus/opt/falco/Configuration/adapter_list.txt
[contaminants]	using file /Users/emortiz/y/envs/captus/opt/falco/Configuration/contaminant_list.txt
[Mon Oct  9 13:13:27 2023] Started reading file Antrev_R2.fq.gz
[Mon Oct  9 13:13:27 2023] reading file as gzipped FASTQ format
[running falco|===================================================|100%]
[Mon Oct  9 13:13:27 2023] Finished reading file
[Mon Oct  9 13:13:27 2023] Writing summary to test_falco/summary.txt
[Mon Oct  9 13:13:27 2023] Writing text report to test_falco/fastqc_data.txt
[Mon Oct  9 13:13:27 2023] Writing HTML report to test_falco/fastqc_report.html
Segmentation fault: 11

I hope you can help... I am also attaching the reads
Antrev_R2.fq.gz

Edgardo

@edgardomortiz
Copy link
Author

Falco was installed with bioconda, the corresponding _R1 on this sample works fine.

@xuxiaodong111
Copy link

Yes, I met the same problem, too.When run in batches, R1 is fine, but some R2 files failed: Segmentation fault (core dumped) falco. And I use Falco 1.2.1 (bioconda), too.

@edgardomortiz
Copy link
Author

Yeah, I guess we should declare Falco as abandonware... seems that is hasn't been maintained since 2022

@yangli04
Copy link

I also reproduced your error in falco 1.2.1 if I use your .gz file. This problem might be caused by gzip methods. I unzipped your file @edgardomortiz and it passed using falco 1.2.1.

Then if I use the newest version of falco (v1.2.2) it will not have any problem. This problem was also mentioned here:
#45

@andrewdavidsmith
Copy link
Collaborator

Thanks for doing that @yangli04. If you are able to close this issue, the next release might automatically credit you; otherwise I'll try to remember to credit you for your help.

@edgardomortiz Sorry that I missed this issue when first opened. I have not abandoned Falco. In fact, I was thinking about it this morning before arriving at work. But I can see why it might have appeared so.

@yangli04
Copy link

I think the issue is solved in v1.2.2, although bioconda still gives you v1.2.1 by default. Also, I cannot close issue here since I am not owner or collaborator. 😂

@andrewdavidsmith
Copy link
Collaborator

@yangli04 Thanks for pointing out the issue with conda not favoring 1.2.2 yet. I'll see what I can do about that. It's been a frustrating kind of issue in the past. I'll close this one, and if you have any interest in getting involved, my email should be easy to find.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants