zsh-workers
 help / color / mirror / code / Atom feed
* zsh on Solaris 2.6
@ 1999-09-15 13:49 anthony.bowles
  1999-09-15 14:08 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: anthony.bowles @ 1999-09-15 13:49 UTC (permalink / raw)
  To: zsh-workers

Hi,

I compiled zsh 3.0.6 and 3.1.6 under Solaris 2.6.

However when I run it I get the following error :

$ ./zsh
zsh: fatal error: out of memory

I've tried the various memory options at the configure stage without
success. 

I've tried compiling with the SUN compiler v4.2 and the GNU C compiler
v2.8.1. Both have this problem.

Any information/help would be appreciated.

Regards,
Anthony.


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

* Re: zsh on Solaris 2.6
  1999-09-15 13:49 zsh on Solaris 2.6 anthony.bowles
@ 1999-09-15 14:08 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 1999-09-15 14:08 UTC (permalink / raw)
  To: anthony.bowles, Zsh hackers list

anthony.bowles@nokia.com wrote:
> Hi,
> 
> I compiled zsh 3.0.6 and 3.1.6 under Solaris 2.6.
> 
> However when I run it I get the following error :
> 
> $ ./zsh
> zsh: fatal error: out of memory

3.1.6 at least has been tested under Solaris 2.6 and runs fine, so there
seems to be some strange interaction with something else going on.  Any
backtrace of how it's getting to this point would be helpful (e.g. maybe
it's trying to copy something strange from the environment).  If you get a
chance, it might be useful to change the `exit(1)' after the three lines in
Src/mem.c which produce that error message to `abort()', compile with
CFLAGS=-g, run, and then run `gdb zsh core' on the coredump.

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


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

end of thread, other threads:[~1999-09-15 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-15 13:49 zsh on Solaris 2.6 anthony.bowles
1999-09-15 14:08 ` Peter Stephenson

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).