bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #15757] circular variable_set_list causes hang on SunOS


From: Ab Wilson
Subject: [bug #15757] circular variable_set_list causes hang on SunOS
Date: Wed, 15 Feb 2006 17:51:58 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.12) Gecko/20050921 Red Hat/1.0.7-1.4.1 Firefox/1.0.7

Follow-up Comment #8, bug #15757 (project make):

I think you can rule out a heap management problem. I added a memset to
xmalloc (so all newly allocated memory is explicitly zeroed) and I get the
same behaviour.

Regarding OS differences. Yes there are differences. The structure of the
make system is based on defaults overridden by platform specifics - so I have
generic rules for C++ defined in make/share/c++.mk, these are overridden by
reading a platform specific file make/<platform>/c++.mk if it exists. The
same model is used to defined all "facilities" available. Is there anything
weird about them? Maybe, I'll think about it, but I don't think there are any
target specific variables involved.

NB The reason I'm using 3.81beta on Solaris is that 3.80 dumped core on these
makefiles, but I think at a different place.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15757>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]