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 cli/13110] New: Async / Finish internal error


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

             Bug #: 13110
           Summary: Async / Finish internal error
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: cli
        AssignedTo: unassigned@sourceware.org
        ReportedBy: kevin.pouget@gmail.com
    Classification: Unclassified


$ sleep 20 &
[1] 6159

gdb-master -nx
GNU gdb (GDB) 7.3.50.20110817-cvs
(gdb) set target-async on
(gdb) attach 6159
Attaching to process 6159

(gdb) up
#1  0x0000000000403c58 in ?? ()
(gdb) finish&
Run till exit from #1  0x0000000000403c58 in ?? ()

(gdb) add-inferior 
Added inferior 2
(gdb) inferior 2
[Switching to inferior 2 [process 0] (<noexec>)]

(gdb) /gdb/thread.c:663: internal-error: is_executing: Assertion `tp' failed.

----------

and the corresponding backtrace:

(gdb) where
...
#10 0x00000000005623b3 in is_executing (ptid=...) at /gdb/thread.c:663
#11 0x0000000000559c95 in fetch_inferior_event (client_data=<optimized out>) at
/gdb/infrun.c:2750
#12 0x000000000056c539 in fetch_inferior_event_wrapper (client_data=<optimized
out>)
    at /gdb/inf-loop.c:150
#13 0x00000000005650db in catch_errors (func=0x56c530
<fetch_inferior_event_wrapper>, func_args=0x0, errstring=0x7002e9 "", 
    mask=6) at /gdb/exceptions.c:517
#14 0x000000000056c5a4 in inferior_event_handler (event_type=<optimized out>,
client_data=<optimized out>)
    at /gdb/inf-loop.c:53
#15 0x000000000056a2c8 in process_event () at /gdb/event-loop.c:402
#16 process_event () at /gdb/event-loop.c:352
#17 0x000000000056a9c4 in gdb_do_one_event () at /gdb/event-loop.c:454
...

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