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++/14629] New: hpux internal-error when following fork orvfork


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

             Bug #: 14629
           Summary: hpux internal-error when following fork or vfork
           Product: gdb
           Version: 7.5
            Status: NEW
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned@sourceware.org
        ReportedBy: chilabot@gmail.com
    Classification: Unclassified


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

#include <unistd.h>

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



~"target.c:3242: internal-error: Can't determine the current address space of
thread process 19512\n\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"
~"target.c:3242: internal-error: Can't determine the current address space of
thread process 19512\n\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]