Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Tom Tromey <tromey@redhat.com>
Cc: Joel Brobecker <brobecker@adacore.com>, gdb-patches@sourceware.org
Subject: Crash regression for gdb.base/ending-run.exp  [Re: creating the gdb-7.4 branch tomorrow (?)]
Date: Fri, 09 Dec 2011 17:17:00 -0000	[thread overview]
Message-ID: <20111209164653.GA22642@host2.jankratochvil.net> (raw)
In-Reply-To: <m34nxdoawj.fsf@fleche.redhat.com>

On Tue, 06 Dec 2011 18:41:32 +0100, Tom Tromey wrote:
> the "ambiguous linespec" series

Regression on Fedoras, such as F-15 x86_64 using .debug_types:

DEJAGNU=$HOME/src/runtest-valgrind/site.exp runtest CC_FOR_TARGET="gcc -gdwarf-4 -fdebug-types-section -g0" CXX_FOR_TARGET="g++ -gdwarf-4 -fdebug-types-section -g0" --target_board valgrind gdb.base/ending-run.exp 

Invalid read of size 4
   at 0x6827BA: clear_command (breakpoint.c:10143)
   by 0x6242E0: do_cfunc (cli-decode.c:67)
   by 0x6274EE: cmd_func (cli-decode.c:1810)
   by 0x4927D2: execute_command (top.c:443)
   by 0x70269D: command_handler (event-top.c:435)
   by 0x702D2F: command_line_handler (event-top.c:636)
   by 0x833FDD: rl_callback_read_char (callback.c:220)
   by 0x702144: rl_callback_read_char_wrapper (event-top.c:169)
   by 0x7025AF: stdin_event_handler (event-top.c:375)
   by 0x7010E5: handle_file_event (event-loop.c:828)
   by 0x7005AB: process_event (event-loop.c:402)
   by 0x70064D: gdb_do_one_event (event-loop.c:454)
   by 0x7006C3: start_event_loop (event-loop.c:491)
   by 0x70216E: cli_command_loop (event-top.c:182)
   by 0x6FAC68: current_interp_command_loop (interps.c:309)
   by 0x487831: captured_command_loop (main.c:234)
   by 0x6FA43C: catch_errors (exceptions.c:504)
   by 0x4888AF: captured_main (main.c:944)
   by 0x6FA43C: catch_errors (exceptions.c:504)
   by 0x4888E5: gdb_main (main.c:953)
   by 0x487532: main (gdb.c:35)
 Address 0x85b2a6c is 28 bytes inside a block of size 176 free'd
   at 0x4C255FE: free (vg_replace_malloc.c:366)
   by 0x4AA4F0: xfree (common-utils.c:109)
   by 0x68472C: delete_breakpoint (breakpoint.c:11328)
   by 0x6827D9: clear_command (breakpoint.c:10144)
   by 0x6242E0: do_cfunc (cli-decode.c:67)
   by 0x6274EE: cmd_func (cli-decode.c:1810)
   by 0x4927D2: execute_command (top.c:443)
   by 0x70269D: command_handler (event-top.c:435)
   by 0x702D2F: command_line_handler (event-top.c:636)
   by 0x833FDD: rl_callback_read_char (callback.c:220)
   by 0x702144: rl_callback_read_char_wrapper (event-top.c:169)
   by 0x7025AF: stdin_event_handler (event-top.c:375)
   by 0x7010E5: handle_file_event (event-loop.c:828)
   by 0x7005AB: process_event (event-loop.c:402)
   by 0x70064D: gdb_do_one_event (event-loop.c:454)
   by 0x7006C3: start_event_loop (event-loop.c:491)
   by 0x70216E: cli_command_loop (event-top.c:182)
   by 0x6FAC68: current_interp_command_loop (interps.c:309)
   by 0x487831: captured_command_loop (main.c:234)
   by 0x6FA43C: catch_errors (exceptions.c:504)
   by 0x4888AF: captured_main (main.c:944)
   by 0x6FA43C: catch_errors (exceptions.c:504)
   by 0x4888E5: gdb_main (main.c:953)
   by 0x487532: main (gdb.c:35)

It is a core file without valgrind.


Thanks,
Jan


  parent reply	other threads:[~2011-12-09 16:47 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-05  8:19 creating the gdb-7.4 branch tomorrow (?) Joel Brobecker
2011-12-06 18:45 ` Tom Tromey
2011-12-06 18:53 ` Tom Tromey
2011-12-06 18:54 ` Tom Tromey
2011-12-06 19:05 ` Tom Tromey
2011-12-06 19:05 ` Tom Tromey
2011-12-06 19:07 ` Tom Tromey
2011-12-06 19:10 ` Tom Tromey
2011-12-07  4:09   ` Hui Zhu
2011-12-07  9:54     ` Joel Brobecker
2011-12-07 16:24       ` Stan Shebs
2011-12-07 23:50       ` Stan Shebs
2011-12-08  8:22         ` Joel Brobecker
2011-12-07  9:11   ` Jan Kratochvil
2011-12-07 10:01     ` Joel Brobecker
2011-12-08 15:33     ` FYI: fixlet in ovsrch.exp (Was: creating the gdb-7.4 branch tomorrow (?)) Tom Tromey
2011-12-09 17:17   ` Regression for gdb.base/sigstep.exp with .debug_types [Re: creating the gdb-7.4 branch tomorrow (?)] Jan Kratochvil
2011-12-09 17:26     ` Regression for gdb.base/sigstep.exp with .debug_types Jan Kratochvil
2011-12-09 20:50       ` Tom Tromey
2011-12-09 21:55         ` Jan Kratochvil
2011-12-10  9:46           ` Tom Tromey
2011-12-10 19:27           ` [commit] testsuite: KFAIL gdb.cp/static-method.exp [Re: Regression for gdb.base/sigstep.exp with .debug_types] Jan Kratochvil
2011-12-11  9:26             ` Joel Brobecker
2011-12-11 12:42               ` Jan Kratochvil
2011-12-11 12:46                 ` Joel Brobecker
2011-12-14 19:02                   ` [patch] gcc KFAILs to XFAILs [Re: [commit] testsuite: KFAIL gdb.cp/static-method.exp] Jan Kratochvil
2011-12-14 19:43                     ` Doug Evans
2011-12-14 19:51                       ` [doc patch] gdbint: XFAIL vs. KFAIL [Re: [patch] gcc KFAILs to XFAILs] Jan Kratochvil
2011-12-15  5:33                         ` Eli Zaretskii
2011-12-19 11:16                           ` Jan Kratochvil
2011-12-19 13:41                             ` Eli Zaretskii
2011-12-19 13:42                               ` [commit] " Jan Kratochvil
2011-12-19 13:43                     ` [commit] [patch] gcc KFAILs to XFAILs [Re: [commit] testsuite: KFAIL gdb.cp/static-method.exp] Jan Kratochvil
2011-12-09 20:17     ` Regression for gdb.base/sigstep.exp with .debug_types [Re: creating the gdb-7.4 branch tomorrow (?)] Tom Tromey
2011-12-09 20:20       ` Jan Kratochvil
2011-12-09 17:17   ` Jan Kratochvil [this message]
2011-12-09 19:05     ` Crash regression for gdb.base/ending-run.exp " Tom Tromey
2011-12-09 21:00       ` Jan Kratochvil
2011-12-14 11:52   ` creating the gdb-7.4 branch tomorrow (?) Andreas Schwab
2011-12-14 13:20     ` Joel Brobecker
2011-12-14 13:34       ` Andreas Schwab
2011-12-14 19:28     ` Joel Brobecker
2011-12-14 21:16       ` Andreas Schwab
2011-12-14 21:31         ` Joel Brobecker
2011-12-14 22:06           ` Andreas Schwab
2011-12-15 17:43       ` Tom Tromey
2012-07-22 19:41   ` Andreas Schwab
2012-08-15 19:34     ` Tom Tromey
2012-08-22 14:23       ` 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=20111209164653.GA22642@host2.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.org \
    --cc=tromey@redhat.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