public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12490] New: gdb asks for bug reporting
@ 2011-02-14  7:38 hugooooo at gmail dot com
  2011-02-14  7:39 ` [Bug c++/12490] " hugooooo at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hugooooo at gmail dot com @ 2011-02-14  7:38 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12490

           Summary: gdb asks for bug reporting
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned@sourceware.org
        ReportedBy: hugooooo@gmail.com


Running gdb on windows xp

Fresh automatic mingw install

Reading symbols from test.exe...BFD: BFD (GNU Binutils) 2.20.
51.20100707 internal error, aborting at ../../gdb-7.2/bfd/reloc.c line 5720 in
b
fd_generic_get_relocated_section_contents

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug c++/12490] gdb asks for bug reporting
  2011-02-14  7:38 [Bug c++/12490] New: gdb asks for bug reporting hugooooo at gmail dot com
@ 2011-02-14  7:39 ` hugooooo at gmail dot com
  2011-02-17 23:15 ` keiths at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hugooooo at gmail dot com @ 2011-02-14  7:39 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12490

hugooooo at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hugooooo at gmail dot com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug c++/12490] gdb asks for bug reporting
  2011-02-14  7:38 [Bug c++/12490] New: gdb asks for bug reporting hugooooo at gmail dot com
  2011-02-14  7:39 ` [Bug c++/12490] " hugooooo at gmail dot com
@ 2011-02-17 23:15 ` keiths at redhat dot com
  2011-02-23  9:25 ` hugooooo at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: keiths at redhat dot com @ 2011-02-17 23:15 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12490

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |keiths at redhat dot com

--- Comment #1 from Keith Seitz <keiths at redhat dot com> 2011-02-17 23:14:49 UTC ---
We're going to need a bit more information... Can you provide a test case to
demonstrate this? What is the output of gdb --version (or "show version" at the
prompt)?

I have tried a simple executable on my mingw system, but I cannot reproduce
this (using CVS HEAD).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug c++/12490] gdb asks for bug reporting
  2011-02-14  7:38 [Bug c++/12490] New: gdb asks for bug reporting hugooooo at gmail dot com
  2011-02-14  7:39 ` [Bug c++/12490] " hugooooo at gmail dot com
  2011-02-17 23:15 ` keiths at redhat dot com
@ 2011-02-23  9:25 ` hugooooo at gmail dot com
  2011-11-10 19:49 ` tromey at redhat dot com
  2014-09-12 22:58 ` sergiodj at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hugooooo at gmail dot com @ 2011-02-23  9:25 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12490

--- Comment #2 from hugooooo at gmail dot com 2011-02-23 09:25:28 UTC ---
(In reply to comment #1)
> We're going to need a bit more information... Can you provide a test case to
> demonstrate this? What is the output of gdb --version (or "show version" at the
> prompt)?
> 
> I have tried a simple executable on my mingw system, but I cannot reproduce
> this (using CVS HEAD).


Dear Keith Seitz,

actually the makefile
was using the -ggdb flag instead of the -g flag,
as soon as I replaced -ggdb by -g everything worked fine.

Even though,
I do not know why gdb crashed and asked for bug report.
If you need it,
I should be able to reproduce the crash on my machine and send you
more data.

In case you are stil interested in it,
here is the output of gdb --version.

GNU gdb (GDB) 7.2
Copyright (C) 2010 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 "mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.


Regards,
Hugo

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug c++/12490] gdb asks for bug reporting
  2011-02-14  7:38 [Bug c++/12490] New: gdb asks for bug reporting hugooooo at gmail dot com
                   ` (2 preceding siblings ...)
  2011-02-23  9:25 ` hugooooo at gmail dot com
@ 2011-11-10 19:49 ` tromey at redhat dot com
  2014-09-12 22:58 ` sergiodj at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: tromey at redhat dot com @ 2011-11-10 19:49 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=12490

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |tromey at redhat dot com

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2011-11-10 19:48:49 UTC ---
A stack trace at the very least might be helpful.
Or, a simple way to reproduce.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug c++/12490] gdb asks for bug reporting
  2011-02-14  7:38 [Bug c++/12490] New: gdb asks for bug reporting hugooooo at gmail dot com
                   ` (3 preceding siblings ...)
  2011-11-10 19:49 ` tromey at redhat dot com
@ 2014-09-12 22:58 ` sergiodj at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: sergiodj at redhat dot com @ 2014-09-12 22:58 UTC (permalink / raw)
  To: gdb-prs

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

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |sergiodj at redhat dot com
         Resolution|---                         |OBSOLETE

--- Comment #4 from Sergio Durigan Junior <sergiodj at redhat dot com> ---
Closing as OBSOLETE due to inactivity.  Feel free to reopen if still valid.

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


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

end of thread, other threads:[~2014-09-12 22:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-14  7:38 [Bug c++/12490] New: gdb asks for bug reporting hugooooo at gmail dot com
2011-02-14  7:39 ` [Bug c++/12490] " hugooooo at gmail dot com
2011-02-17 23:15 ` keiths at redhat dot com
2011-02-23  9:25 ` hugooooo at gmail dot com
2011-11-10 19:49 ` tromey at redhat dot com
2014-09-12 22:58 ` sergiodj at redhat 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).