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

std::bad_alloc #2

Closed
d-j-e opened this issue Jun 27, 2014 · 2 comments
Closed

std::bad_alloc #2

d-j-e opened this issue Jun 27, 2014 · 2 comments

Comments

@d-j-e
Copy link

d-j-e commented Jun 27, 2014

Ran AlignGraph with the following command:
AlignGraph --read1 2011C-3493_1.fa --read2 2011C-3493_2.fa --contig 2011C-3493_contigs.fa --genome NC_018658.fa --distanceLow 100 --distanceHigh 1495 --extendedContig 2011C-3493_contigs_extended.fa --remainingContig 2011C-3493_contigs_remaining.fa

and got the following error:

(0) Alignment finished

CHROMOSOME 0:
(1) chromosome loaded
(2) contig alignment loaded
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)

@baoe
Copy link
Owner

baoe commented Jun 27, 2014

Thanks for the report.

It is because your system was not able to allocate enough memory for the
program run and is not a bug of AlignGraph. Make sure your system has
enough memory and rerun it.

Best,
Bao

Ran AlignGraph with the following command:
AlignGraph --read1 2011C-3493_1.fa --read2 2011C-3493_2.fa --contig
2011C-3493_contigs.fa --genome NC_018658.fa --distanceLow 100
--distanceHigh 1495 --extendedContig 2011C-3493_contigs_extended.fa
--remainingContig 2011C-3493_contigs_remaining.fa

and got the following error:

(0) Alignment finished

CHROMOSOME 0:
(1) chromosome loaded
(2) contig alignment loaded
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)


Reply to this email directly or view it on GitHub:
#2

@d-j-e
Copy link
Author

d-j-e commented Jun 27, 2014

Thanks - will do. At least I now know what 'std::bad_alloc' is...

@d-j-e d-j-e closed this as completed Jun 27, 2014
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

2 participants