zsh-workers
 help / color / mirror / code / Atom feed
* Re: zsh segfault
@ 2001-08-24  9:23 Thomas Eriksson
  2001-08-24 23:00 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Eriksson @ 2001-08-24  9:23 UTC (permalink / raw)
  To: zsh-workers

Hi

I managed to locate the error further, this code gives the same results

printf "unset -f precmd \n" 1>/home/arne/wuf
alias wuf="echo wuf wuf;precmd () { . /home/arne/wuf ; }"
wuf

and this is the output of /tmp/xtrace.log

-- /tmp/xtrace.log --
+zsh:5> printf unset -f precmd \n
+zsh:6> alias wuf=echo wuf wuf;precmd () { . /home/arne/wuf ; }
+zsh:7> echo wuf wuf
+precmd:0> . /home/arne/wuf
+/home/arne/wuf:1> unset -f precmd
-- EOF --

/Thomas Eriksson
> 
> It would probably be the most helpful if you would
> 
> 	set -x
> 	exec 2>/tmp/xtrace.log
> 
> then immediately do whatever it is you do to cause the shell
> to crash,
> and send us the resulting file.
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread
* zsh segfault
@ 2001-08-23 22:03 Thomas Eriksson
  2001-08-24  1:47 ` Bart Schaefer
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Eriksson @ 2001-08-23 22:03 UTC (permalink / raw)
  To: zsh-workers

Hi

I'm the author of bashish, which aims to bring themes (title, font, background, size and so on) to the console.

I'm trying to get bashish working on most bourne style shells including zsh.

However after upgrading zsh 3.0.8 to zsh 4.0.2 (also tried 4.1.0-dev1) zsh segfaulted in a particular moment.

I've created a feature to select themes for each application, that is if you start your favourite text editor the background will become white and the foreground black and also changing to an easy to read font.
Then after the application is finished, your console will return to black colored background and your favourite console - hard to read, but cool - font.

however right after the application has finished, the console has been restored to it's initial theme, and zsh shows the prompt and waits for input.

Whenever you press [Return] then, zsh will crash and burn.

changing themes seems not to be a problem though:

## changes to the joe application theme (.alias indicates that the theme is initialized as an alias not a function)
$ btapp joe.alias
## restores world order
$ brefresh

I'd be willing to investigate this further, unfortually, I'm a shell script hacker who doesn't even know how to run gdb on zsh.

Zsh 3.0.8 does not have this bug

My system is a Dual Celeron 433, 64MB ram and a 1200 mb hd, Linux Slackware 7.2-current
I hope this can help you.

sincerely

/Thomas Eriksson


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

end of thread, other threads:[~2001-08-24 23:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-24  9:23 zsh segfault Thomas Eriksson
2001-08-24 23:00 ` Bart Schaefer
  -- strict thread matches above, loose matches on Subject: below --
2001-08-23 22:03 Thomas Eriksson
2001-08-24  1:47 ` 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).