前提・実現したいこと
c言語のプログラムをデバッグをしようとした際、以下のエラーメッセージが発生し、
dl-vdso-setup.cというコードを入手したいのですが、検索しても見つけられませんでした。
dl-vdso-setup.cの入手方法、または代替案等このエラーの解決方法を教えていただきたいです。
よろしくお願いします。
発生している問題・エラーメッセージ
$ gdb ./pliem core GNU gdb (Ubuntu 9.2-0ubuntu1~20.04) 9.2 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./pliem... (No debugging symbols found in ./pliem) warning: exec file is newer than core file. [New LWP 3364] [New LWP 3369] [New LWP 3370] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `./pliem'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0000560d8ea72e58 in inter_ga () [Current thread is 1 (Thread 0x7fdb7cbb4d00 (LWP 3364))] (gdb) bt #0 0x0000560d8ea72e58 in inter_ga () #1 0x0000560d8ea71c50 in main () (gdb) frame 0 #0 0x0000560d8ea72e58 in inter_ga () (gdb) list 1 ../sysdeps/unix/sysv/linux/dl-vdso-setup.c: そのようなファイルやディレクトリはありません.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/15 07:30