-
Notifications
You must be signed in to change notification settings - Fork 77
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
Cline paired 2 (fw:1, sam:1) test aborted with -Wp,-D_GLIBCXX_ASSERTIONS #136
Comments
The SIGABRT is happening at the line below.
Line 1164 in 73821b4
|
I was able to reproduce with minimal reproducing script on the current master branch <86c6d7797228ec808ace59f368979c3019471ec7>. Without the
|
I was also able to reproduce this issue by adding the following modification on my forked repository's GitHub Actions - Ubuntu 22.04.1.
https://github.com/junaruga/bowtie/actions/runs/4208463552/jobs/7304505628#step:3:302
|
Hello Jun, Looks like the issue is in |
When building bowtie 1.3.1 on Fedora rawhide (development version = version 39) on the build environment on the Fedora project, I saw one test failure. Below is my initial debug on the environment. I will try to create a minimal reproducer. But if you find the cause in the log, please let me know. The CPU is x86_64. The g++ version is 13.0.1 (RPM package version:
13.0.1-0.2.fc38
).Test failure
The full log is here.
Then ran the 2 commands above just in case.
Then ran the command below to find the executed binary command line internally in the Python script
bowtie
. It was to un the command line with gdb.GDB backtrace
Before debugging with gdb, I installed the debug info pakcages on the environment.
Then below is the gdb backtrace.
ltrace
Below is the ltrace log.
As the log is too big, I would share only the last 100 lines.
The text was updated successfully, but these errors were encountered: