NetBSD lossage
Zork
zorkadi at yahoo.com
Mon Jan 19 00:45:11 CET 2004
--- Denys Duchier <duchier at ps.uni-sb.de> wrote:
...
> The first thing to try is (1) reconfigure from scratch passing the
> --enable-opt=d option to configure in order to build a debug
> emulator,
> (2) run the test suite:
>
> in the build directory:
>
> % cd share/test
> % make boot-all
> % make boot-check
>
...
thanks for the answer. i checked out a fresh cvs copy, configured with
--enable-opt=d and ran the tests. this is the tail of the log message:
FLAGS: DEBUG_CHECK DEBUG_DET RECINSTRFETCH=500
conversion_stringToFloat: +
conversion_stringToAtom: +
conversion_stringToAtom: +
conversion_stringToInt: +
conversion_floatToString: +
conversion_noFloat: +
conversion_noFloatType: +
float: +
int_unary: +
int_binary: +
records: +
type_basic: +
type_isString: +
type_isStringSusp: +
type_isStringSuspInt: +
type_isStringSuspAtom: +
exception_object: +
exception_self: +
exception_lock: +
exception_failed: +
guards_g1: +
(up to ...)
guards_g29: +
byneed_byneed:
and it hangs in byneed_byneed. byneed_byneed in byneed.oz has
{Delay 500} as first line, so there is no wonder in it hanging.
the fact is that these two lines hang for me in emacs:
{Delay 500}
{Browse ok}
Delay uses Wait and Alarm. Alarm uses ports and a task queue. So maybe
the problem is with ports. i will try some examples with ports and file
a proper bug report. Any other idea of what to run to pinpoint the
problem is welcomed.
Z.
__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
-
Please send submissions to users at mozart-oz.org
and administriva mail to users-request at mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.
Please send bug reports to bugs at mozart-oz.org.
More information about the mozart-users
mailing list