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 #3 from Rich Wilson <richaw at gmail dot com> 2011-08-04 15:53:29 UTC ---
I forgot to mention that I had compiled gdb from newly downloaded pristine
source yesterday.
The result of "set debug infrun 1" is attached.
Please give me a hint how to do a gdb backtrace. If I do a backtrace of my
program, I get...
...
../../gdb/infrun.c:3036: internal-error: handle_inferior_event: Assertion `inf'
failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) n

../../gdb/infrun.c:3036: internal-error: handle_inferior_event: Assertion `inf'
failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) n
(gdb) bt
Target is executing.
(gdb)  q
A debugging session is active.

        Inferior 1 [process 8664] will be killed.

Quit anyway? (y or n) y

(although I did the above without infrun, I repeated it with infrun and no
additional information appeared) (I don't know why the stdout from my program
did not appear in the log file, created using tee)

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