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

Aborted (core dumped) #10

Open
yuxiaoleipeng opened this issue Jan 15, 2022 · 0 comments
Open

Aborted (core dumped) #10

yuxiaoleipeng opened this issue Jan 15, 2022 · 0 comments

Comments

@yuxiaoleipeng
Copy link

when i run the follow command
./ssd tracefile/TPCC10K.trace
it has an error

the core info is
Core was generated by `./ssd tracefile/TPCC10K.trace'.
Program terminated with signal 6, Aborted.
#0 0x00007fbc661bc387 in raise () from /lib64/libc.so.6
Missing separate debuginfos, use: debuginfo-install glibc-2.17-317.el7.x86_64 libgcc-4.8.5-44.el7.x86_64
(gdb) bt
#0 0x00007fbc661bc387 in raise () from /lib64/libc.so.6
#1 0x00007fbc661bda78 in abort () from /lib64/libc.so.6
#2 0x00007fbc661feed7 in __libc_message () from /lib64/libc.so.6
#3 0x00007fbc66207299 in _int_free () from /lib64/libc.so.6
#4 0x00007fbc661f41b7 in fclose@@GLIBC_2.2.5 () from /lib64/libc.so.6
#5 0x000000000040761d in close_file (ssd=0x1a400f0) at ssd.c:1571
#6 0x000000000040107b in simulate_ssd (uargs=0x1a40010) at ssd.c:67
#7 0x0000000000400f82 in main (argc=2, argv=0x7ffec13aec88) at ssd.c:30
(gdb) q

use RHEL 7.9
gcc -c -g ssd.c -std=c99

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

1 participant