Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Problems with zsh 3.1.9 and cygwin
- X-seq: zsh-users 3312
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Mike Boilen" <mboilen@xxxxxxxxxxxxx>, <zsh-users@xxxxxxxxxxxxxx>
- Subject: RE: Problems with zsh 3.1.9 and cygwin
- Date: Fri, 21 Jul 2000 10:13:33 +0400
- Importance: Normal
- In-reply-to: <1D4512C91A0E044FBF24DDB221C94C53826753@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
>
> I am using windows 2000 server with cygwin 1.1.2 (or whatever
> the newest
> release is; I downloaded it yesterday). The code for zsh
> 3.1.9 builds fine
> without modification. However, when I run it, I get the error:
>
> 0 [main] zsh 18877 handle_exceptions: Exception:
> STATUS_ACCESS_VIOLATION
> 913 [main] zsh 18877 stackdump: Dumping stack trace to
> zsh.exe.stackdump
>
> and the following stackdump:
I understand, that it is of little help, but I can build and run current
Zsh code (I do not remember, if I tried stock 3.1.9 - but it is very
probable) in exactly the above configuration. There are a couple of
glitches wrt pty support but apart from that it runs fine.
>
> I also poked around the code a bit. It appears to crash in
> params.c at line
> 508 (using gdb to discover this)
> for (envp = new_environ, envp2 = environ; *envp2; envp2++) {
>
Wow! I was never able to use GDB under Cygwin. How do you do it?
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author