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 tui/10771] Crash when using "layout next" without running process


------- Additional Comments From andrewwest at gmail dot com  2010-02-27 12:36 -------
I'm seeing this as well in the latest Ubuntu, which I believe uses the same
package as debian.

Steps to reproduce;
1) Compile simple program ( debugging info isn't necessary ), e.g.;

echo -e "#include <stdio.h>\nint main( int argc, char** argv )\n{\nprintf(
\"testing\\\n\" );\n};" | g++ -xc++ -o testing -

2) Run gdb with the resulting program.

gdb ./testing

3) Switch TUI layout

layout split

Result:

/build/buildd/gdb-7.0/gdb/gdbarch.c:1428: internal-error: gdbarch_addr_bit:
Assertion `gdbarch != NULL' failed.
A problem internal to GDB has been detected,


I tried with yesterdays cvs snapshot and this produced the same results.

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


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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