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 record/21077] New: Record is not working for apache and php-interpreter


https://sourceware.org/bugzilla/show_bug.cgi?id=21077

            Bug ID: 21077
           Summary: Record is not working for apache and php-interpreter
           Product: gdb
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: record
          Assignee: unassigned at sourceware dot org
          Reporter: sayaghmohammed at gmail dot com
  Target Milestone: ---

Created attachment 9769
  --> https://sourceware.org/bugzilla/attachment.cgi?id=9769&action=edit
A problem internal to GDB has been detected

- I compiled and installed gdb, apache httpd, and php-interpreter. And I want
to debug php, but record is not working. 

- I executed then the command:

sudo gdb /wwwroot/bin/httpd 
--data-directory=/usr/src/gdb-7.11.1/gdb/data-directory

- Then I set the following break point:

b main/php_variables.c:274

- Once I execute the application, and the app stops at the breakpoint, I
executed the record command

record

- Then continue command. But I got the enclosed error

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