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: Paul D. Smith
Subject: [bug #15757] circular variable_set_list causes hang on SunOS
Date: Wed, 15 Feb 2006 10:37:56 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060110 Debian/1.5.dfsg-4 Firefox/1.5

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

Yes, it's OK for global_setlist->next to be non-null in some situations. 
This is very helpful, but can you repeat the test and provide the same info
you did in both examples (that is, backtrace, *file, trace the ->next
pointers through to the loop, plus show the value of the global_setlist
variable and its address) and also show the value of
current_variable_set_list and *current_variable_set_list?

Also, if you could print file->name then check your makefiles for that target
and see if there is anything unusual about it (target-specific or
pattern-specific variable settings for it, for example).  Also, you might
walk back up the recursion and see what target path (foo depends on bar
depends on baz ...) got you to this point, and look at those targets for any
target-specific variables as well.  It would be REALLY great if we could find
a way to reproduce this, even just on Solaris.

    _______________________________________________________

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]