unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bugs on AIX 4.3
@ 2002-09-09 11:15 Rolf-Alois Walter
  2002-09-09 22:16 ` Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: Rolf-Alois Walter @ 2002-09-09 11:15 UTC (permalink / raw)


Hi,

When I tried to build Guile 1.6 on AIX 4.3 there occurred
a 'stack overflow':

gmake  all-recursive
gmake[1]: Entering directory `/software/guile-1.6.0'
Making all in oop
gmake[2]: Entering directory `/software/guile-1.6.0/oop'
Making all in goops
gmake[3]: Entering directory `/software/guile-1.6.0/oop/goops'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/software/guile-1.6.0/oop/goops'
gmake[3]: Entering directory `/software/guile-1.6.0/oop'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/software/guile-1.6.0/oop'
gmake[2]: Leaving directory `/software/guile-1.6.0/oop'
Making all in qt
gmake[2]: Entering directory `/software/guile-1.6.0/qt'
Making all in md
gmake[3]: Entering directory `/software/guile-1.6.0/qt/md'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/software/guile-1.6.0/qt/md'
Making all in time
gmake[3]: Entering directory `/software/guile-1.6.0/qt/time'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/software/guile-1.6.0/qt/time'
gmake[3]: Entering directory `/software/guile-1.6.0/qt'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/software/guile-1.6.0/qt'
gmake[2]: Leaving directory `/software/guile-1.6.0/qt'
Making all in libltdl
gmake[2]: Entering directory `/software/guile-1.6.0/libltdl'
gmake  all-am
gmake[3]: Entering directory `/software/guile-1.6.0/libltdl'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/software/guile-1.6.0/libltdl'
gmake[2]: Leaving directory `/software/guile-1.6.0/libltdl'
Making all in libguile
gmake[2]: Entering directory `/software/guile-1.6.0/libguile'
cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc continuations.doc debug.doc dynl.doc dynwind.doc environments.doc eq.doc error.doc eval.doc evalext.doc extensions.doc feature.doc fluids.doc fports.doc gc.doc goops.doc gsubr.doc guardians.doc hash.doc hashtab.doc hooks.doc init.doc ioext.doc iselect.doc keywords.doc lang.doc list.doc load.doc macros.doc mallocs.doc modules.doc numbers.doc objects.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc properties.doc random.doc rdelim.doc read.doc root.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc stackchk.doc stacks.doc stime.doc strings.doc strop.doc strorder.doc strports.doc struct.doc symbols.doc throw.doc values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc symbols-deprecated.doc ramap.doc unif.doc filesys.doc posix.doc net_db.doc socket.doc regex-posix.doc | GUILE="/software/guile-1.6.0/pre-inst-guile" ../scripts/snarf-check-an!
d-output-texi --manual > guile.texi || { rm guile.texi; false; }
ERROR: Stack overflow
gmake[2]: *** [guile.texi] Error 1
gmake[2]: Leaving directory `/software/guile-1.6.0/libguile'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/software/guile-1.6.0'
gmake: *** [all] Error 2


Bye

Rolf


--

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.




_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


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

* Re: bugs on AIX 4.3
  2002-09-09 11:15 bugs on AIX 4.3 Rolf-Alois Walter
@ 2002-09-09 22:16 ` Marius Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 2002-09-09 22:16 UTC (permalink / raw)
  Cc: bug-guile

"Rolf-Alois Walter" <rolf-alois.walter@db.com> writes:

> When I tried to build Guile 1.6 on AIX 4.3 there occurred
> a 'stack overflow':

That seems strange.  Can you try to add

    (debug-set! stack 0)

to the file guile-1.6.0/scripts/snarf-check-and-output-texi, after the
'define-module' statement?  That will disable the stack checking.
That might make Guile use a lot of memory, so you might want to be
careful.

The default stack room that Guile allows is 20000 somethings.  On my
box, snarf-check-and-output-texi can run within 1500 somethings.  It
would be strange when it would regularily need more than 20000 on AIX.
So I suspect there is a bug somewhere that leads to unbounded stack
growth.  To be able run smaller tests, you need to finish the build
first, which you can do by touching guile.texi and
guile-procedures.texi in libguile/.  You wont have online docs then,
but the guile executable should be able to run.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


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

end of thread, other threads:[~2002-09-09 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-09 11:15 bugs on AIX 4.3 Rolf-Alois Walter
2002-09-09 22:16 ` Marius Vollmer

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 read-only IMAP folder(s) and NNTP newsgroup(s).