You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: