public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/28335] New: Daily debugging breakpoint errors
@ 2021-09-13 11:18 fa1lr4in at gmail dot com
  2021-09-13 11:22 ` [Bug breakpoints/28335] " fa1lr4in at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fa1lr4in at gmail dot com @ 2021-09-13 11:18 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 28335
           Summary: Daily debugging breakpoint errors
           Product: gdb
           Version: 8.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: breakpoints
          Assignee: unassigned at sourceware dot org
          Reporter: fa1lr4in at gmail dot com
  Target Milestone: ---

When I use gdb to debug d8(https://v8.dev/), I get an error, the details are as
follows:

root@ubuntu:~/v8/v8/v8/out/x64.release# gdb d8
pwndbg> set args --allow-natives-syntax 7.js
pwndbg> r
Starting program: /root/v8/v8/v8/out/x64.release/d8 --allow-natives-syntax 7.js
ERROR: Could not find ELF base!
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7f40a3509700 (LWP 114035)]
[New Thread 0x7f40a2d08700 (LWP 114036)]
[New Thread 0x7f40a2507700 (LWP 114037)]
[Thread 0x7f40a2507700 (LWP 114037) exited]
[Thread 0x7f40a2d08700 (LWP 114036) exited]
[Thread 0x7f40a3509700 (LWP 114035) exited]
process 114031 is executing new program: /bin/dash
/build/gdb-veKdC1/gdb-8.1.1/gdb/breakpoint.c:13230: internal-error: void
delete_breakpoint(breakpoint*): Assertion `bpt != NULL' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.

This is a bug, please report it.  For instructions, see:
<http://www.gnu.org/software/gdb/bugs/>.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug breakpoints/28335] Daily debugging breakpoint errors
  2021-09-13 11:18 [Bug breakpoints/28335] New: Daily debugging breakpoint errors fa1lr4in at gmail dot com
@ 2021-09-13 11:22 ` fa1lr4in at gmail dot com
  2021-09-13 11:27 ` fa1lr4in at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fa1lr4in at gmail dot com @ 2021-09-13 11:22 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from fa1lr4in <fa1lr4in at gmail dot com> ---
I cannot upload the core file because its size is too large

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug breakpoints/28335] Daily debugging breakpoint errors
  2021-09-13 11:18 [Bug breakpoints/28335] New: Daily debugging breakpoint errors fa1lr4in at gmail dot com
  2021-09-13 11:22 ` [Bug breakpoints/28335] " fa1lr4in at gmail dot com
@ 2021-09-13 11:27 ` fa1lr4in at gmail dot com
  2021-09-13 11:31 ` fa1lr4in at gmail dot com
  2021-11-05 14:53 ` simark at simark dot ca
  3 siblings, 0 replies; 5+ messages in thread
From: fa1lr4in at gmail dot com @ 2021-09-13 11:27 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from fa1lr4in <fa1lr4in at gmail dot com> ---
Because the program is too large, I can not import it in the attachment. The
program is x64.release d8, and the commit is
cc396d4473d2f7b6b15ee8474d594d2387167d30. My javascript file will be reflected
in the attachment.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug breakpoints/28335] Daily debugging breakpoint errors
  2021-09-13 11:18 [Bug breakpoints/28335] New: Daily debugging breakpoint errors fa1lr4in at gmail dot com
  2021-09-13 11:22 ` [Bug breakpoints/28335] " fa1lr4in at gmail dot com
  2021-09-13 11:27 ` fa1lr4in at gmail dot com
@ 2021-09-13 11:31 ` fa1lr4in at gmail dot com
  2021-11-05 14:53 ` simark at simark dot ca
  3 siblings, 0 replies; 5+ messages in thread
From: fa1lr4in at gmail dot com @ 2021-09-13 11:31 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #3 from fa1lr4in <fa1lr4in at gmail dot com> ---
Created attachment 13664
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13664&action=edit
javascript code file

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug breakpoints/28335] Daily debugging breakpoint errors
  2021-09-13 11:18 [Bug breakpoints/28335] New: Daily debugging breakpoint errors fa1lr4in at gmail dot com
                   ` (2 preceding siblings ...)
  2021-09-13 11:31 ` fa1lr4in at gmail dot com
@ 2021-11-05 14:53 ` simark at simark dot ca
  3 siblings, 0 replies; 5+ messages in thread
From: simark at simark dot ca @ 2021-11-05 14:53 UTC (permalink / raw)
  To: gdb-prs

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

Simon Marchi <simark at simark dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simark at simark dot ca

--- Comment #4 from Simon Marchi <simark at simark dot ca> ---
Hi,

You filed it as GDB 8.1.1.  Can you try with the master branch, or the latest
release (GDB 11.1)?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-05 14:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 11:18 [Bug breakpoints/28335] New: Daily debugging breakpoint errors fa1lr4in at gmail dot com
2021-09-13 11:22 ` [Bug breakpoints/28335] " fa1lr4in at gmail dot com
2021-09-13 11:27 ` fa1lr4in at gmail dot com
2021-09-13 11:31 ` fa1lr4in at gmail dot com
2021-11-05 14:53 ` simark at simark dot ca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).