This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/12490] gdb asks for bug reporting


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]