comp.lang.ada
 help / color / mirror / Atom feed
* Looking for a study of program bugs
@ 1994-10-12 15:05 Charles Fiterman
  0 siblings, 0 replies; only message in thread
From: Charles Fiterman @ 1994-10-12 15:05 UTC (permalink / raw)


We are looking for statistical studies on how programs
get bugs. We are especially interested in the following
classifications.

Storage allocation bugs, either memory leaks or premature
freeing.

Indentation syntax mismatch. That is the program is indented
one way but reads another to the parser.
	if (x < 0)
	   a = 1;
	   b = 2;

This is sometimes called the dangling else bug is in.
	if (something)
		if (somethingElse)
			doSomethingElse;
	else
		doSomething;

Missing statement delimeters or terminators. (semicolons)

Uninitialized variables.

Failure to finalize procedures or objects caused by inner
exit or return.


These questions all impact language design.

Please email any responces to
	cef@geodesic.com






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1994-10-12 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1994-10-12 15:05 Looking for a study of program bugs Charles Fiterman

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