From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20451 invoked by alias); 28 Mar 2014 19:57:56 -0000 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 Received: (qmail 20426 invoked by uid 48); 28 Mar 2014 19:57:55 -0000 From: "joe.liccese at polycom dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/16769] New: Assertion `thread->last_status.kind != TARGET_WAITKIND_IGNORE' failed Date: Fri, 28 Mar 2014 19:57:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 7.7 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: joe.liccese at polycom 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-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q1/txt/msg00473.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16769 Bug ID: 16769 Summary: Assertion `thread->last_status.kind != TARGET_WAITKIND_IGNORE' failed Product: gdb Version: 7.7 Status: NEW Severity: critical Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: joe.liccese at polycom dot com Created attachment 7500 --> https://sourceware.org/bugzilla/attachment.cgi?id=7500&action=edit gdb 7.7 log Attempting to run Eclipse Kepler Remote App Debug Launcher using gdb 7.7 and gdbserver 7.7. Running gdbserver on TI DM816x ARM A8: => gdbserver :10000 --attach 1011 Attached; pid = 1011 Listening on port 10000 Running Eclipse Kepler from Linux 2.6.32-220.el6.x86_64 GDB launches successfuly. Gdbserver reports: Remote debugging from host 10.223.1.45 GDB MI commands issued by Eclipse: -environment-cd /home/jliccese/ws/robocop/src -gdb-set breakpoint pending on -gdb-set detach-on-fork on -enable-pretty-printing -gdb-set print object on -gdb-set print sevenbit-strings on -gdb-set host-charset UTF-8 -gdb-set target-charset US-ASCII -gdb-set target-wide-charset UTF-32 -gdb-set target-async on -gdb-set pagination off -gdb-set non-stop on -gdb-set auto-solib-add on -gdb-set solib-search-path /opt/netra-tools/arm_a8_codegen_android-14_plcm7/sysroot/usr/lib -file-exec-and-symbols --thread-group i1 codec_engine At this point all is well. The following target-select command is then issued: -target-select remote 10.223.73.34:10000 which causes gdbserver to print: gdb-7.7/gdb/gdbserver/server.c:2490: A problem internal to GDBserver has been detected. queue_stop_reply_callback: Assertion `thread->last_status.kind != TARGET_WAITKIND_IGNORE' failed. and gdbserver terminates. I can debug successfully from Eclipse Kepler if I use GDB 7.3 and GDBSERVER 7.3. gdbserver 7.7 was built with the following cross-compile build command: ../gdb-7.7/gdb/gdbserver/configure --host=arm-linux-androideabi CFLAGS="-march=armv7-a -mfloat-abi=softfp -mfpu=neon" gdb 7.7 was built with the build command: ../gdb-7.7/configure --target=arm-linux-androideabi Both built without error. -- You are receiving this mail because: You are on the CC list for the bug.