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 breakpoints/20345] New: call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm->thread_fsm' failed


https://sourceware.org/bugzilla/show_bug.cgi?id=20345

            Bug ID: 20345
           Summary: call_function_by_hand_dummy: Assertion `tp->thread_fsm
                    == &sm->thread_fsm' failed
           Product: gdb
           Version: 7.11.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: breakpoints
          Assignee: unassigned at sourceware dot org
          Reporter: irotem at cisco dot com
  Target Milestone: ---

The following assertion triggers when I issue the following conditional
breakpoint:
----
b open64 if strcmp($a0, "/foo/bar/...") == 0
c
----

----
infcall.c:1136: internal-error: call_function_by_hand_dummy: Assertion
`tp->thread_fsm == &sm->thread_fsm' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.

This is a bug, please report it.  For instructions, see:
<http://www.gnu.org/software/gdb/bugs/>.
----

I'm using gdb 7.11.1 on my x86-64 machine to remotely debug a multi-threaded
program on a linux-uclibc-mipsel machine (uClibc: 0.9.32, kernel: 2.6.37).
I built gdb (and a gdbserver to match) using the same toolchain that was used
to build the entire system.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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