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 gdb/13054] internal-error: handle_inferior_event: Assertion`inf' failed


http://sourceware.org/bugzilla/show_bug.cgi?id=13054

--- Comment #7 from Pedro Alves <palves at redhat dot com> 2012-09-27 17:48:52 UTC ---
Please don't leave out the important details.

The originally reported issue was fixed for GNU/Linux on mainline by:

2012-07-20  Pedro Alves  <palves@redhat.com>

        PR threads/11692
        PR gdb/12203

        * infrun.c (handle_inferior_event) <new thread>: Don't special
        case minus_one_ptid.
        <TARGET_WAITKIND_SPURIOUS>: Ditto.
        * linux-thread-db.c (thread_get_info_callback): Don't return early
        if the thread is zombie.
        (thread_from_lwp): Change return type to void.  Rewrite stale
        comment.
        (attach_thread): Don't return early if the thread is zombie,
        instead set its "dying" flag.
        (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
        (find_new_threads_callback): Don't return early if the thread is
        zombie.

It looks like your log is for hpux?

Please attach a log with "set debug infrun 1".

-- 
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.


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