From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18261 invoked by alias); 17 Oct 2012 14:25:56 -0000 Received: (qmail 18230 invoked by uid 48); 17 Oct 2012 14:25:54 -0000 From: "nikolay.koldunov at oracle dot com" To: gdb-prs@sourceware.org Subject: [Bug varobj/14734] New: Response for "-var-update --all-values *" contains incorrect changelist in case the evaluation causes SIGSEGV Date: Wed, 17 Oct 2012 14:25:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: varobj X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nikolay.koldunov at oracle dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2012-q4/txt/msg00075.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14734 Bug #: 14734 Summary: Response for "-var-update --all-values *" contains incorrect changelist in case the evaluation causes SIGSEGV Product: gdb Version: 7.5 Status: NEW Severity: normal Priority: P2 Component: varobj AssignedTo: unassigned@sourceware.org ReportedBy: nikolay.koldunov@oracle.com Classification: Unclassified Steps to reproduce: - create and compile a C++ sample - execute GDB with "--interpreter mi" parameter - start debugging session - create a variable object which causes segmentation fault - make GDB update all variable objects (-var-update --all-values *) Actual result: - GDB generates incorrect response containing information about the segmentation fault error (for example, '23^done,changelist=[reason="signal-received",signal-name="SIGSEGV",signal-meaning="Segmentation fault",frame={addr="0x00007ffff74982e1",func="__strlen_sse2_pminub",args=[],file="../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S",line="39"},reason="signal-received",signal-name="SIGSEGV",signal-meaning="Segmentation fault",frame={addr="0x00007ffff74982e1",func="__strlen_sse2_pminub",args=[],file="../sysdeps/x86_64/multiarch/strlen-sse2-pminub.S",line="39"}]') Expected result: - GDB shows valid changelist and generates a segmentation fault error -- 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.