public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/28238] New: trying to run gdb on the core file(clang compile)
@ 2021-08-17  9:22 xuxing5 at huawei dot com
  2021-08-17  9:22 ` [Bug gdb/28238] " xuxing5 at huawei dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: xuxing5 at huawei dot com @ 2021-08-17  9:22 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=28238

            Bug ID: 28238
           Summary: trying to run gdb on the core file(clang compile)
           Product: gdb
           Version: 9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: xuxing5 at huawei dot com
  Target Milestone: ---

[root@openEuler-20 ~]# clang --version
clang version 10.0.1 (openEuler 10.0.1-1.oe1
8ce601c3ffe76c3a905ca6c867afe8d18becb409)
Target: aarch64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
[root@openEuler-20 ~]# cat test.
cat: test.: No such file or directory
[root@openEuler-20 ~]# cat test.c
#include <stdio.h>
#include <stdlib.h>

int main ()
{
        int value = 0;

        printf("The inverse of %d \n", value);
}

[root@openEuler-20 build-9234a6ab]# ./gdb/gdb ../../test
Python Exception <type 'exceptions.ImportError'> No module named gdb:
./gdb/gdb: warning:
Could not load the Python gdb module from `/usr/local/share/gdb/python'.
Limited Python support is available from the _gdb module.
Suggest passing --data-directory=/path/to/gdb/data-directory.
GNU gdb (GDB) 9.2.90.20200913-git
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 "aarch64-unknown-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 ../../test...
(gdb) run
Starting program: /root/test
The inverse of 0
[Inferior 1 (process 2911145) exited normally]
(gdb) list
Aborted (core dumped)

please help fix it

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-17 14:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  9:22 [Bug gdb/28238] New: trying to run gdb on the core file(clang compile) xuxing5 at huawei dot com
2021-08-17  9:22 ` [Bug gdb/28238] " xuxing5 at huawei dot com
2021-08-17  9:25 ` [Bug gdb/28238] trying to run gdb on the core file(clang compile), But gdb coredump xuxing5 at huawei dot com
2021-08-17 14:06 ` simark at simark dot ca
2021-08-17 14:39 ` xuxing5 at huawei dot com
2021-08-17 14:42 ` simark at simark dot ca
2021-08-17 14:45 ` xuxing5 at huawei dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).