public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/12362] New: can0t
@ 2011-01-04 14:01 angelo70 at gmail dot com
  2011-01-04 14:04 ` [Bug gdb/12362] cannot start debugging angelo70 at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: angelo70 at gmail dot com @ 2011-01-04 14:01 UTC (permalink / raw)
  To: gdb-prs

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

           Summary: can0t
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: angelo70@gmail.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] 5+ messages in thread

* [Bug gdb/12362] cannot start debugging
  2011-01-04 14:01 [Bug gdb/12362] New: can0t angelo70 at gmail dot com
@ 2011-01-04 14:04 ` angelo70 at gmail dot com
  2011-01-05 22:32 ` keiths at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: angelo70 at gmail dot com @ 2011-01-04 14:04 UTC (permalink / raw)
  To: gdb-prs

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

angelo <angelo70 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|can0t                       |cannot start debugging

--- Comment #1 from angelo <angelo70 at gmail dot com> 2011-01-04 14:04:09 UTC ---
I am using MinGW and gdb 7.2. My application has been compiled with 

Using built-in specs.
COLLECT_GCC=C:\Program Files (x86)\CodeBlocks\MinGW\bin\g++.exe
COLLECT_LTO_WRAPPER=c:/program files
(x86)/codeblocks/mingw/bin/../libexec/gcc/mingw32/4.5.0/lto-wrapper.exe
Target: mingw32
Configured with: ../gcc-4.5.0/configure
--enable-languages=c,c++,ada,fortran,objc,obj-c++ --disable-sjlj-exceptions
--wi
th-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry
--enable-libstdcxx-debug --enable-version-specific-r
untime-libs --disable-werror --build=mingw32 --prefix=/mingw
Thread model: win32
gcc version 4.5.0 (GCC)


Below gdb error log:



PATH=.;C:\Program Files (x86)\OpenAL 1.1
SDK\libs\Win32;C:\freealut-1.1.0-bin\lib;C:\wxWidgets-svn\lib\gcc_dll;C:\cvs\software\libraries\wxskin\dll;C:\Program
Files
(x86)\CodeBlocks\MinGW\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
Files\Broadcom\Broadcom 802.11\Driver;C:\Program Files (x86)\Common Files\Ulead
Systems\MPEG;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program
Files\TortoiseSVN\bin;C:\wxWidgets-svn\lib\gcc_dll
Command-line: C:\Program Files (x86)\CodeBlocks\MinGW\bin\gdb.exe -nx -fullname
 -quiet -args bin/debug/cc.exe
Working dir : C:\cvs\software\aiphonecc\
> set prompt >>>>>>cb_gdb:
Reading symbols from C:\cvs\software\aiphonecc/bin/debug/cc.exe...done.
(gdb) >>>>>>cb_gdb:
> show 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/>.
>>>>>>cb_gdb:
> set confirm off
>>>>>>cb_gdb:
> set width 0
>>>>>>cb_gdb:
> set height 0
>>>>>>cb_gdb:
> set breakpoint pending on
>>>>>>cb_gdb:
> set print asm-demangle on
>>>>>>cb_gdb:
> set unwindonsignal on
>>>>>>cb_gdb:
> set debugevents on
>>>>>>cb_gdb:
> set disassembly-flavor att
>>>>>>cb_gdb:
> catch throw
Function "__cxa_throw" not defined.
Catchpoint 1 (throw)
>>>>>>cb_gdb:
> source C:\Program Files (x86)\CodeBlocks\share\codeblocks/scripts/stl-views-1.0.3.gdb
>>>>>>cb_gdb:
> directory C:/cvs/software/aiphonecc/
>>>>>>cb_gdb:
> run
gdb: windows_init_thread_list
[New Thread 2416.0xfa0]
INUE);
 pid=2416 tid=fa0 code=LOAD_DLL_DEBUG_EVENT)
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
../../gdb-7.2/gdb/breakpoint.c:7129: internal-error: expand_line_sal_maybe:
Assertion `found' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.

-- 
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] 5+ messages in thread

* [Bug gdb/12362] cannot start debugging
  2011-01-04 14:01 [Bug gdb/12362] New: can0t angelo70 at gmail dot com
  2011-01-04 14:04 ` [Bug gdb/12362] cannot start debugging angelo70 at gmail dot com
@ 2011-01-05 22:32 ` keiths at redhat dot com
  2011-01-05 22:42 ` angelo70 at gmail dot com
  2011-01-05 23:19 ` keiths at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: keiths at redhat dot com @ 2011-01-05 22:32 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from Keith Seitz <keiths at redhat dot com> 2011-01-05 22:32:46 UTC ---
I don't suppose you have a test case for this which I can use to reproduce it?
Does it happen on any executable?

-- 
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] 5+ messages in thread

* [Bug gdb/12362] cannot start debugging
  2011-01-04 14:01 [Bug gdb/12362] New: can0t angelo70 at gmail dot com
  2011-01-04 14:04 ` [Bug gdb/12362] cannot start debugging angelo70 at gmail dot com
  2011-01-05 22:32 ` keiths at redhat dot com
@ 2011-01-05 22:42 ` angelo70 at gmail dot com
  2011-01-05 23:19 ` keiths at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: angelo70 at gmail dot com @ 2011-01-05 22:42 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from angelo <angelo70 at gmail dot com> 2011-01-05 22:41:48 UTC ---
Solved

this error happen debugging a program that is build with libraries that have
been built with a different/previous version of gcc. In my case, i rebuilt the
libraries, re-built the main program and all works fine.

Issue can be closed as invalid.

Many thanks

-- 
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] 5+ messages in thread

* [Bug gdb/12362] cannot start debugging
  2011-01-04 14:01 [Bug gdb/12362] New: can0t angelo70 at gmail dot com
                   ` (2 preceding siblings ...)
  2011-01-05 22:42 ` angelo70 at gmail dot com
@ 2011-01-05 23:19 ` keiths at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: keiths at redhat dot com @ 2011-01-05 23:19 UTC (permalink / raw)
  To: gdb-prs

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

Keith Seitz <keiths at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |keiths at redhat dot com
         Resolution|                            |INVALID
         AssignedTo|unassigned at sourceware    |keiths at redhat dot com
                   |dot org                     |

--- Comment #4 from Keith Seitz <keiths at redhat dot com> 2011-01-05 23:19:30 UTC ---
Closing this per user's request.

-- 
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] 5+ messages in thread

end of thread, other threads:[~2011-01-05 23:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-04 14:01 [Bug gdb/12362] New: can0t angelo70 at gmail dot com
2011-01-04 14:04 ` [Bug gdb/12362] cannot start debugging angelo70 at gmail dot com
2011-01-05 22:32 ` keiths at redhat dot com
2011-01-05 22:42 ` angelo70 at gmail dot com
2011-01-05 23:19 ` keiths 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).