Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [rfa/doco] PROBLEMS: remove pr gdb/1505
@ 2004-08-07  4:51 Michael Chastain
  2004-08-07  5:13 ` Daniel Jacobowitz
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Chastain @ 2004-08-07  4:51 UTC (permalink / raw)
  To: gdb-patches, eliz

One of the PR's in PROBLEMS has been fixed in gdb HEAD.
This patch removes the PR from PROBLEMS.

I'm not sure what to put in the title.
Leaving it as "Known problems in GDB 6.2" is wrong.
So I changed it "Known problems in GDB HEAD".

Testing: not tested.

Okay to commit?

Michael C

2004-08-07  Michael Chastain  <mec.gnu@mindspring.com>

	* PROBLEMS: Update title.  Remove gdb/1505.

Index: PROBLEMS
===================================================================
RCS file: /cvs/src/src/gdb/PROBLEMS,v
retrieving revision 1.37
diff -c -3 -p -r1.37 PROBLEMS
*** PROBLEMS	29 Jul 2004 22:30:31 -0000	1.37
--- PROBLEMS	7 Aug 2004 04:47:48 -0000
***************
*** 1,5 ****
  
! 			Known problems in GDB 6.2
  
  		See also: http://www.gnu.org/software/gdb/bugs/
  
--- 1,5 ----
  
! 			Known problems in GDB HEAD
  
  		See also: http://www.gnu.org/software/gdb/bugs/
  
*************** mechanism.  This mechanism makes it poss
*** 120,133 ****
  such DWARF 2 Call Frame Information (which in turn makes possible
  backtraces through optimized code).
  
- Since this code is new, it is known to still have a few problems:
- 
- gdb/1505: [regression] gdb prints a bad backtrace for a thread
- 
- When backtracing a thread, gdb does not stop when it reaches the
- outermost frame, instead continuing until it hits garbage.  This is
- sensitive to the operating system and thread library.
- 
  *** Threads
  
  threads/1650: manythreads.exp
--- 120,125 ----


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

* Re: [rfa/doco] PROBLEMS: remove pr gdb/1505
  2004-08-07  4:51 [rfa/doco] PROBLEMS: remove pr gdb/1505 Michael Chastain
@ 2004-08-07  5:13 ` Daniel Jacobowitz
  2004-08-07  7:26   ` Michael Chastain
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Jacobowitz @ 2004-08-07  5:13 UTC (permalink / raw)
  To: Michael Chastain; +Cc: gdb-patches, eliz

On Sat, Aug 07, 2004 at 12:51:42AM -0400, Michael Chastain wrote:
> One of the PR's in PROBLEMS has been fixed in gdb HEAD.
> This patch removes the PR from PROBLEMS.
> 
> I'm not sure what to put in the title.
> Leaving it as "Known problems in GDB 6.2" is wrong.
> So I changed it "Known problems in GDB HEAD".
> 
> Testing: not tested.
> 
> Okay to commit?

I'm curious - why do you believe that PR 1505 has been fixed?

Some particular instance may have been, but the problem definitely
remains - see discussion on gdb@ this week.

-- 
Daniel Jacobowitz


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

* Re: [rfa/doco] PROBLEMS: remove pr gdb/1505
  2004-08-07  5:13 ` Daniel Jacobowitz
@ 2004-08-07  7:26   ` Michael Chastain
  2004-08-07 16:24     ` Daniel Jacobowitz
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Chastain @ 2004-08-07  7:26 UTC (permalink / raw)
  To: drow; +Cc: gdb-patches, eliz

Daniel Jacobowitz <drow@false.org> wrote:
drow> I'm curious - why do you believe that PR 1505 has been fixed?
drow> Some particular instance may have been, but the problem definitely
drow> remains - see discussion on gdb@ this week.

My test bed says that the problem no longer occurs in the environment
where it was reported.  Something changed in gdb since the last spin and
gdb finds the right bottom-of-stack now.

The problem hasn't occured in any other environments that anyone has
seen, either.  So I closed the PR.  (I optimized away the feedback step
because I was the original submitter).  I would tell the original
submitter: if it happens again, with the same or different platform,
file a new PR.

I'm open to alternatives.  How do you suggest we handle PR/1505?

Michael C


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

* Re: [rfa/doco] PROBLEMS: remove pr gdb/1505
  2004-08-07  7:26   ` Michael Chastain
@ 2004-08-07 16:24     ` Daniel Jacobowitz
  2004-08-07 17:04       ` Eli Zaretskii
  2004-08-07 22:44       ` Michael Chastain
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Jacobowitz @ 2004-08-07 16:24 UTC (permalink / raw)
  To: Michael Chastain; +Cc: gdb-patches, eliz

On Sat, Aug 07, 2004 at 03:26:39AM -0400, Michael Chastain wrote:
> Daniel Jacobowitz <drow@false.org> wrote:
> drow> I'm curious - why do you believe that PR 1505 has been fixed?
> drow> Some particular instance may have been, but the problem definitely
> drow> remains - see discussion on gdb@ this week.
> 
> My test bed says that the problem no longer occurs in the environment
> where it was reported.  Something changed in gdb since the last spin and
> gdb finds the right bottom-of-stack now.
> 
> The problem hasn't occured in any other environments that anyone has
> seen, either.  So I closed the PR.  (I optimized away the feedback step
> because I was the original submitter).  I would tell the original
> submitter: if it happens again, with the same or different platform,
> file a new PR.
> 
> I'm open to alternatives.  How do you suggest we handle PR/1505?

This is what I get for reading the entry in PROBLEMS that you were
removing rather than the PR referenced.

PR 1505 is fixed.  However, the problem of stopping backtraces in
general is not - Andrew made some suggestions.

-- 
Daniel Jacobowitz


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

* Re: [rfa/doco] PROBLEMS: remove pr gdb/1505
  2004-08-07 16:24     ` Daniel Jacobowitz
@ 2004-08-07 17:04       ` Eli Zaretskii
  2004-08-07 22:44       ` Michael Chastain
  1 sibling, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2004-08-07 17:04 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: mec.gnu, gdb-patches

> Date: Sat, 7 Aug 2004 12:24:46 -0400
> From: Daniel Jacobowitz <drow@false.org>
> 
> PR 1505 is fixed.

Then I can approve the patch to PROBLEMS. ;-)

Thanks, Michael.


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

* Re: [rfa/doco] PROBLEMS: remove pr gdb/1505
  2004-08-07 16:24     ` Daniel Jacobowitz
  2004-08-07 17:04       ` Eli Zaretskii
@ 2004-08-07 22:44       ` Michael Chastain
  1 sibling, 0 replies; 6+ messages in thread
From: Michael Chastain @ 2004-08-07 22:44 UTC (permalink / raw)
  To: drow; +Cc: gdb-patches, eliz

Daniel Jacobowitz <drow@false.org> wrote:
> PR 1505 is fixed.  However, the problem of stopping backtraces in
> general is not - Andrew made some suggestions.

Yeah, I am talking about the PR, and you are talking about PROBLEMS,
which are two different issues.

I will withdraw my patch to PROBLEMS for now.  The current text is
okay with me while Andrew and other people sort out the general
issue.

I was just excited that one of the PR's in PROBLEMS actually closed!

Michael C


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

end of thread, other threads:[~2004-08-07 22:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-07  4:51 [rfa/doco] PROBLEMS: remove pr gdb/1505 Michael Chastain
2004-08-07  5:13 ` Daniel Jacobowitz
2004-08-07  7:26   ` Michael Chastain
2004-08-07 16:24     ` Daniel Jacobowitz
2004-08-07 17:04       ` Eli Zaretskii
2004-08-07 22:44       ` Michael Chastain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox