bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a few bugs, i hope you can read it


From: Greg Wooledge
Subject: Re: a few bugs, i hope you can read it
Date: Mon, 1 Feb 2021 10:52:13 -0500
User-agent: Mutt/1.10.1 (2018-07-13)

On Mon, Feb 01, 2021 at 04:34:17PM +0100, Alex fxmbsw7 Ratchev wrote:
> and as i wrote a couple of times, my .c skills are not sufficial in bug
> hunting to make a reproducer rather than main case

It has nothing to do with your skill level in C.  Nobody expects you
to actually fix the bugs -- just to report them in a way that makes
it easy for other people to reproduce them.

If you have a 5 line script that produces behavior you feel is wrong,
then try reducing it further.  If you comment out the last line, does
the problem still happen?  If you get rid of a substitution and replace
it with a constant string, does it still happen?  And so on.

Eventually you get the script down to the smallest possible script that
still shows the problem.  That's what you send to the mailing list.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]