public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/15331] New: Segfault when resizing gnome-terminal while using "layout asm"
@ 2013-04-03 12:37 andreasdobbelta at hotmail dot com
  2013-04-03 12:38 ` [Bug cli/15331] " andreasdobbelta at hotmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: andreasdobbelta at hotmail dot com @ 2013-04-03 12:37 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 15331
           Summary: Segfault when resizing gnome-terminal while using
                    "layout asm"
           Product: gdb
           Version: 7.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cli
        AssignedTo: unassigned@sourceware.org
        ReportedBy: andreasdobbelta@hotmail.com
    Classification: Unclassified


As the summary says gdb segfaults when the gnome-terminal is resized and the
"layout asm" feature is being used at the same time.

Use case in the gnome-terminal:
$ gdb
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 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 "i686-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>.
(gdb) file ~/Desktop/test 
Reading symbols from /home/andreas/Desktop/test...done.
(gdb) layout asm
(gdb) 

Now do the following:
1. Resize the terminal window
2. Press <Enter>
3. Resize the terminal window
4. Press <Enter>

And bang segfault.

This also happens with the latest: GNU gdb (GDB) 7.6.50.20130403-cvs

-- 
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 cli/15331] Segfault when resizing gnome-terminal while using "layout asm"
  2013-04-03 12:37 [Bug cli/15331] New: Segfault when resizing gnome-terminal while using "layout asm" andreasdobbelta at hotmail dot com
@ 2013-04-03 12:38 ` andreasdobbelta at hotmail dot com
  2013-04-03 12:42 ` andreasdobbelta at hotmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: andreasdobbelta at hotmail dot com @ 2013-04-03 12:38 UTC (permalink / raw)
  To: gdb-prs

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

Andreas <andreasdobbelta at hotmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreasdobbelta at hotmail
                   |                            |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] 5+ messages in thread

* [Bug cli/15331] Segfault when resizing gnome-terminal while using "layout asm"
  2013-04-03 12:37 [Bug cli/15331] New: Segfault when resizing gnome-terminal while using "layout asm" andreasdobbelta at hotmail dot com
  2013-04-03 12:38 ` [Bug cli/15331] " andreasdobbelta at hotmail dot com
@ 2013-04-03 12:42 ` andreasdobbelta at hotmail dot com
  2015-09-15 11:04 ` dev@michael-fiedler.net
  2015-09-15 15:48 ` palves at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: andreasdobbelta at hotmail dot com @ 2013-04-03 12:42 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from Andreas <andreasdobbelta at hotmail dot com> 2013-04-03 12:42:40 UTC ---
My system information (uname -a) is
Linux andreas-laptop 3.0.0-32-generic-pae #51-Ubuntu SMP Thu Mar 21 16:09:48
UTC 2013 i686 i686 i386 GNU/Linux

-- 
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 cli/15331] Segfault when resizing gnome-terminal while using "layout asm"
  2013-04-03 12:37 [Bug cli/15331] New: Segfault when resizing gnome-terminal while using "layout asm" andreasdobbelta at hotmail dot com
  2013-04-03 12:38 ` [Bug cli/15331] " andreasdobbelta at hotmail dot com
  2013-04-03 12:42 ` andreasdobbelta at hotmail dot com
@ 2015-09-15 11:04 ` dev@michael-fiedler.net
  2015-09-15 15:48 ` palves at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dev@michael-fiedler.net @ 2015-09-15 11:04 UTC (permalink / raw)
  To: gdb-prs

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

Michael Fiedler <dev@michael-fiedler.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dev@michael-fiedler.net

--- Comment #2 from Michael Fiedler <dev@michael-fiedler.net> ---
I can reproduce this using version 7.4.1-debian from Debian 7 wheezy x86:

[~]$ gdb -v
GNU gdb (GDB) 7.4.1-debian
...
This GDB was configured as "i486-linux-gnu".
...


I can NOT reproduce this using 7.7.1-0ubuntu5~14.04.2 from Ubuntu 14.04 x86_64:

$ gdb -v
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
...
This GDB was configured as "x86_64-linux-gnu".
...


I can NOT reproduce this using the most recent Git commit
ade90bdeb78ccaeb294e34af04751f2f649a324f on Ubuntu 14.04 x86_64:

$ gdb -v
GNU gdb (GDB) 7.10.50.20150915-cvs
...
This GDB was configured as "x86_64-pc-linux-gnu".
...

-- 
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 cli/15331] Segfault when resizing gnome-terminal while using "layout asm"
  2013-04-03 12:37 [Bug cli/15331] New: Segfault when resizing gnome-terminal while using "layout asm" andreasdobbelta at hotmail dot com
                   ` (2 preceding siblings ...)
  2015-09-15 11:04 ` dev@michael-fiedler.net
@ 2015-09-15 15:48 ` palves at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: palves at redhat dot com @ 2015-09-15 15:48 UTC (permalink / raw)
  To: gdb-prs

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

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |palves at redhat dot com
         Resolution|---                         |FIXED
   Target Milestone|---                         |7.10

--- Comment #3 from Pedro Alves <palves at redhat dot com> ---
Thanks.  I'm closing this.  I believe this was addressed in 7.10; setting
milestone accordingly.

-- 
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:[~2015-09-15 15:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-03 12:37 [Bug cli/15331] New: Segfault when resizing gnome-terminal while using "layout asm" andreasdobbelta at hotmail dot com
2013-04-03 12:38 ` [Bug cli/15331] " andreasdobbelta at hotmail dot com
2013-04-03 12:42 ` andreasdobbelta at hotmail dot com
2015-09-15 11:04 ` dev@michael-fiedler.net
2015-09-15 15:48 ` palves 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).