zsh-workers
 help / color / mirror / code / Atom feed
* Crash of 4.2.0-dev-1
@ 2004-04-11  5:30 Bart Schaefer
  2004-04-11  8:09 ` Geoff Wing
  2004-04-15 18:13 ` Peter Stephenson
  0 siblings, 2 replies; 10+ messages in thread
From: Bart Schaefer @ 2004-04-11  5:30 UTC (permalink / raw)
  To: zsh-workers

I presume of 4.2.0 also.  Reproduce as follows:

(1) Create a file "kshtest" in a directory in fpath.  This file should NOT
define the function "kshtest", that is, it's not a valid ksh-autoloadable
file (but we're going to autoload it ksh-style anyway).

(2) Run zsh -f and give these commands:

	setopt kshautoload
	autoload +X -k kshtest
	kshtest

(3) Observe the [correct] error:

	zsh: kshtest: function not defined by file

(4) Memory is now corrupted.  At some point soon, usually but not always
during printing of the next prompt, the shell will crash in malloc().


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

end of thread, other threads:[~2004-04-24 17:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-11  5:30 Crash of 4.2.0-dev-1 Bart Schaefer
2004-04-11  8:09 ` Geoff Wing
2004-04-11 16:09   ` Bart Schaefer
2004-04-11 22:40     ` Geoff Wing
2004-04-12  1:04       ` Bart Schaefer
2004-04-12  1:34         ` Felix Rosencrantz
2004-04-15 18:13 ` Peter Stephenson
2004-04-16  4:06   ` Bart Schaefer
2004-04-21 15:11   ` PATCH: " Peter Stephenson
2004-04-24 17:10     ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).