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 c++/14631] New: hp ux internal-error: handle_inferior_eventwhen following vfork


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

             Bug #: 14631
           Summary: hp ux internal-error: handle_inferior_event when
                    following vfork
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned@sourceware.org
        ReportedBy: chilabot@gmail.com
    Classification: Unclassified


Created attachment 6654
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6654
GDB log file

#include <unistd.h>

int main(int argc, char** argv) 
{
    vfork();
    return 0;
}


.
.
.
~"infrun.c:3172: internal-error: handle_inferior_event: Assertion `inf'
failed.\nA problem internal to GDB has been detected,\nfurther debugging may
prove unreliable.\nQuit this debugging session? "
~"(y or n) [answered Y; input not from terminal]\n"
~"infrun.c:3172: internal-error: handle_inferior_event: Assertion `inf'
failed.\nA problem internal to GDB has been detected,\nfurther debugging may
prove unreliable.\nCreate a core file of GDB? "
~"(y or n) [answered Y; input not from terminal]\n"



$ /usr/contrib/bin/machinfo

CPU info:
   Intel(R) Itanium 2 9100 series processor (1.6 GHz, 24 MB)
   2 cores, 4 logical processors per socket
   533 MT/s bus, CPU version A1
          Active processor count:
          4 sockets
          6 cores (1 to 2 per socket)
          12 logical processors
          LCPU attribute is enabled

Memory: 20366 MB (19.89 GB)

Firmware info:
   Firmware revision:  9.048
   FP SWA driver revision: 1.18
   IPMI is supported on this system.
   BMC firmware revision: 4.01

Platform info:
   Model:                  "ia64 hp server rx8640"
   Machine ID number:      8e73b9a5-cc23-11de-badc-8b8193cbace1
   Machine serial number:  USE49395AD

OS info:
   Nodename:  rx8kl
   Release:   HP-UX B.11.31
   Version:   U (unlimited-user license)
   Machine:   ia64
   ID Number: 2389948837
   vmunix _release_version:
@(#) $Revision: vmunix:    B.11.31_LR FLAVOR=perf

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