From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Tom Tromey <tromey@redhat.com>
Cc: Ulrich Weigand <uweigand@de.ibm.com>, gdb-patches@sourceware.org
Subject: Regression: Re: RFC: implement typed DWARF stack
Date: Fri, 13 May 2011 07:52:00 -0000 [thread overview]
Message-ID: <20110513075220.GA7000@host1.jankratochvil.net> (raw)
In-Reply-To: <m3boz7nalo.fsf@fleche.redhat.com>
On Thu, 12 May 2011 18:32:19 +0200, Tom Tromey wrote:
> Here is what I am checking in.
This is 15MB .sum diff of regressions, nothing works now.
ff577da70c2f9064dce1abb1742fabe4d93edabb is the first bad commit
commit ff577da70c2f9064dce1abb1742fabe4d93edabb
Author: Tom Tromey <tromey@redhat.com>
Date: Thu May 12 17:40:52 2011 +0000
gdb
PR gdb/12617:
[...]
+# This test can only be run on x86 targets.
+if { ![istarget i?86-*] } {
+ return 0
+}
It will not run on x86_64 box with -m32 while it could, I would prefer there
also x86_64 target with is_ilp32_target conditional.
Everything incl. gdb.dwarf2/typeddwarf.exp crashes also on fedora-15-i386, at
least when built with:
http://git.jankratochvil.net/?p=nethome.git;a=blob_plain;f=bin/errs12;hb=HEAD
Regards,
Jan
Invalid read of size 4
at: value_type (value.c:742)
by: print_frame_args (stack.c:363)
by: print_args_stub (stack.c:434)
by: catch_errors (exceptions.c:506)
by: print_frame (stack.c:828)
by: print_frame_info (stack.c:599)
by: print_stack_frame_stub (stack.c:101)
by: catch_errors (exceptions.c:506)
by: print_stack_frame (stack.c:149)
by: normal_stop (infrun.c:5807)
by: proceed (infrun.c:2209)
by: continue_1 (infcmd.c:701)
by: continue_command (infcmd.c:793)
by: do_cfunc (cli-decode.c:67)
by: cmd_func (cli-decode.c:1777)
by: execute_command (top.c:435)
by: command_handler (event-top.c:499)
by: command_line_handler (event-top.c:704)
by: rl_callback_read_char (callback.c:220)
by: rl_callback_read_char_wrapper (event-top.c:177)
by: stdin_event_handler (event-top.c:434)
by: handle_file_event (event-loop.c:831)
by: process_event (event-loop.c:402)
by: gdb_do_one_event (event-loop.c:455)
by: catch_errors (exceptions.c:506)
by: tui_command_loop (tui-interp.c:172)
by: current_interp_command_loop (interps.c:291)
by: captured_command_loop (main.c:230)
by: catch_errors (exceptions.c:506)
by: captured_main (main.c:937)
by: catch_errors (exceptions.c:506)
by: gdb_main (main.c:946)
by: main (gdb.c:35)
Address 0xc6c0b18 is 64 bytes inside a block of size 108 free'd
at: free (vg_replace_malloc.c:366)
by: xfree (utils.c:1549)
by: value_free (value.c:1175)
by: value_free_to_mark (value.c:1189)
by: free_dwarf_expr_context (dwarf2expr.c:116)
by: free_dwarf_expr_context_cleanup (dwarf2expr.c:127)
by: do_my_cleanups (utils.c:499)
by: do_cleanups (utils.c:481)
by: dwarf2_evaluate_loc_desc_full (dwarf2loc.c:1251)
by: dwarf2_evaluate_loc_desc (dwarf2loc.c:1264)
by: locexpr_read_variable (dwarf2loc.c:2146)
by: read_var_value (findvar.c:555)
by: print_frame_args (stack.c:361)
by: print_args_stub (stack.c:434)
by: catch_errors (exceptions.c:506)
by: print_frame (stack.c:828)
by: print_frame_info (stack.c:599)
by: print_stack_frame_stub (stack.c:101)
by: catch_errors (exceptions.c:506)
by: print_stack_frame (stack.c:149)
by: normal_stop (infrun.c:5807)
by: proceed (infrun.c:2209)
by: continue_1 (infcmd.c:701)
by: continue_command (infcmd.c:793)
by: do_cfunc (cli-decode.c:67)
by: cmd_func (cli-decode.c:1777)
by: execute_command (top.c:435)
by: command_handler (event-top.c:499)
by: command_line_handler (event-top.c:704)
by: rl_callback_read_char (callback.c:220)
by: rl_callback_read_char_wrapper (event-top.c:177)
by: stdin_event_handler (event-top.c:434)
by: handle_file_event (event-loop.c:831)
by: process_event (event-loop.c:402)
by: gdb_do_one_event (event-loop.c:455)
by: catch_errors (exceptions.c:506)
by: tui_command_loop (tui-interp.c:172)
by: current_interp_command_loop (interps.c:291)
by: captured_command_loop (main.c:230)
by: catch_errors (exceptions.c:506)
by: captured_main (main.c:937)
by: catch_errors (exceptions.c:506)
by: gdb_main (main.c:946)
by: main (gdb.c:35)
next prev parent reply other threads:[~2011-05-13 7:52 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-04 20:48 Tom Tromey
2011-05-05 16:47 ` Tom Tromey
2011-05-05 18:07 ` Ulrich Weigand
2011-05-05 18:38 ` Tom Tromey
2011-05-05 20:15 ` Tom Tromey
2011-05-09 22:02 ` Ulrich Weigand
2011-05-10 14:15 ` Tom Tromey
2011-05-11 0:15 ` Ulrich Weigand
2011-05-11 14:59 ` Tom Tromey
2011-05-11 19:44 ` Tom Tromey
2011-05-12 0:03 ` Ulrich Weigand
2011-05-12 16:33 ` Tom Tromey
2011-05-13 7:52 ` Jan Kratochvil [this message]
2011-05-13 15:44 ` Regression: " Tom Tromey
2011-05-15 8:26 ` gdbindex crash: " Jan Kratochvil
2011-05-16 17:37 ` Tom Tromey
2011-05-17 17:01 ` Tom Tromey
2011-05-13 17:17 ` Tom Tromey
2011-05-13 17:34 ` Jan Kratochvil
2011-05-12 19:32 ` Tom Tromey
2011-05-16 15:50 ` Ulrich Weigand
2011-05-16 18:09 ` Tom Tromey
2011-05-17 8:35 ` Jakub Jelinek
2011-06-03 13:52 ` Tom Tromey
2011-05-10 16:39 ` Tom Tromey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110513075220.GA7000@host1.jankratochvil.net \
--to=jan.kratochvil@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=tromey@redhat.com \
--cc=uweigand@de.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox