public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/14381] New: Got a lot of "Error in re-setting breakpoint 1: malformed linespec error: unexpected string, ".c"" and breakpoint invalid
@ 2012-07-21 11:38 teawater at gmail dot com
  2012-07-21 11:40 ` [Bug breakpoints/14381] " teawater at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: teawater at gmail dot com @ 2012-07-21 11:38 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 14381
           Summary: Got a lot of "Error in re-setting breakpoint 1:
                    malformed linespec error: unexpected string, ".c"" and
                    breakpoint invalid
           Product: gdb
           Version: 7.5
            Status: NEW
          Severity: critical
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: teawater@gmail.com
    Classification: Unclassified


cat 2.c
int 
main (int argc, char *argv[], char *envp[]) 
{
    return 0;
}


gcc -v 
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.6 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object
--enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 



gdb ./a.out 
GNU gdb (GDB) 7.5.50.20120721-cvs
Copyright (C) 2012 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-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/teawater/tmp/a.out...done.
(gdb) b 3
Breakpoint 1 at 0x4004c3: file 2.c, line 3.
(gdb) r
Starting program: /home/teawater/tmp/a.out 
Error in re-setting breakpoint 1: malformed linespec error: unexpected string,
".c"
Error in re-setting breakpoint 1: malformed linespec error: unexpected string,
".c"
Error in re-setting breakpoint 1: malformed linespec error: unexpected string,
".c"
Error in re-setting breakpoint 1: malformed linespec error: unexpected string,
".c"
[Inferior 1 (process 11361) exited normally]
(gdb) quit





gcc-4.4 -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.4.7-1ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.4 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i686
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.7 (Ubuntu/Linaro 4.4.7-1ubuntu2) 

gcc-4.4 -g 2.c


gdb ./a.out 
GNU gdb (GDB) 7.5.50.20120721-cvs
Copyright (C) 2012 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-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/teawater/tmp/a.out...done.
(gdb) b 3
Breakpoint 1 at 0x4004c3: file 2.c, line 3.
(gdb) r
Starting program: /home/teawater/tmp/a.out 
Error in re-setting breakpoint 1: malformed linespec error: unexpected string,
".c"
Error in re-setting breakpoint 1: malformed linespec error: unexpected string,
".c"
Error in re-setting breakpoint 1: malformed linespec error: unexpected string,
".c"
Error in re-setting breakpoint 1: malformed linespec error: unexpected string,
".c"
[Inferior 1 (process 11375) exited normally]

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

* [Bug breakpoints/14381] Got a lot of "Error in re-setting breakpoint 1: malformed linespec error: unexpected string, ".c"" and breakpoint invalid
  2012-07-21 11:38 [Bug breakpoints/14381] New: Got a lot of "Error in re-setting breakpoint 1: malformed linespec error: unexpected string, ".c"" and breakpoint invalid teawater at gmail dot com
@ 2012-07-21 11:40 ` teawater at gmail dot com
  2012-07-22  6:33 ` teawater at gmail dot com
  2012-07-25 13:00 ` teawater at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: teawater at gmail dot com @ 2012-07-21 11:40 UTC (permalink / raw)
  To: gdb-prs

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

teawater <teawater at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1
                 CC|                            |teawater 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] 4+ messages in thread

* [Bug breakpoints/14381] Got a lot of "Error in re-setting breakpoint 1: malformed linespec error: unexpected string, ".c"" and breakpoint invalid
  2012-07-21 11:38 [Bug breakpoints/14381] New: Got a lot of "Error in re-setting breakpoint 1: malformed linespec error: unexpected string, ".c"" and breakpoint invalid teawater at gmail dot com
  2012-07-21 11:40 ` [Bug breakpoints/14381] " teawater at gmail dot com
@ 2012-07-22  6:33 ` teawater at gmail dot com
  2012-07-25 13:00 ` teawater at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: teawater at gmail dot com @ 2012-07-22  6:33 UTC (permalink / raw)
  To: gdb-prs

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

teawater <teawater at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
            Version|7.5                         |HEAD
         AssignedTo|unassigned at sourceware    |teawater at gmail dot com
                   |dot org                     |

--- Comment #1 from teawater <teawater at gmail dot com> 2012-07-22 06:32:54 UTC ---
http://sourceware.org/ml/gdb-patches/2012-07/msg00420.html
Patch fo this issue.

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

* [Bug breakpoints/14381] Got a lot of "Error in re-setting breakpoint 1: malformed linespec error: unexpected string, ".c"" and breakpoint invalid
  2012-07-21 11:38 [Bug breakpoints/14381] New: Got a lot of "Error in re-setting breakpoint 1: malformed linespec error: unexpected string, ".c"" and breakpoint invalid teawater at gmail dot com
  2012-07-21 11:40 ` [Bug breakpoints/14381] " teawater at gmail dot com
  2012-07-22  6:33 ` teawater at gmail dot com
@ 2012-07-25 13:00 ` teawater at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: teawater at gmail dot com @ 2012-07-25 13:00 UTC (permalink / raw)
  To: gdb-prs

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

teawater <teawater at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from teawater <teawater at gmail dot com> 2012-07-25 12:59:59 UTC ---
http://sourceware.org/ml/gdb-cvs/2012-07/msg00198.html
http://sourceware.org/ml/gdb-cvs/2012-07/msg00199.html

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

end of thread, other threads:[~2012-07-25 13:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-21 11:38 [Bug breakpoints/14381] New: Got a lot of "Error in re-setting breakpoint 1: malformed linespec error: unexpected string, ".c"" and breakpoint invalid teawater at gmail dot com
2012-07-21 11:40 ` [Bug breakpoints/14381] " teawater at gmail dot com
2012-07-22  6:33 ` teawater at gmail dot com
2012-07-25 13:00 ` teawater at gmail 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).