Discussion:
can't run all tests in same shell
(too old to reply)
c***@CSIC.UMD.EDU
2005-05-07 01:10:42 UTC
Permalink
i have finished all
the tests and they
run perfectly fine
individually.

i can run them all
in separate bochs
instances.
however, i cannot
run all 3 in the
same shell/bochs
instance.
i can run any
combination of 2 of
the tests. p6test,
ppstart, or fstart.
but i cannot run
them all in a row. i
have run into the
following bochs
errors if anyone can
help me out:

========================================================================
Bochs is exiting
with the following
message:
[CPU ]
fetch_raw_descriptor:
LDT: index
(bf77)17ee > limit
(10)
========================================================================


========================================================================
Bochs is exiting
with the following
message:
[CPU ] prefetch:
running in bogus
memory
========================================================================

========================================================================
Bochs is exiting
with the following
message:
[ ] SIGNAL 2
caught
========================================================================

i haven't any clue
where to look for
debugging.
suggestions are
welcome.
Thomas McGhan
2005-05-07 20:29:02 UTC
Permalink
I am having this problem as well, but I appear to be getting some form
of deadlock instead of the error messages the parent discusses.

I can run the tests fine, as long as I don't use ppstart and then fstart
in the same instance of bochs, but p6test can be run in conjunction with
either of these two tests for me.

Any thoughts?

-Tom
c***@CSIC.UMD.EDU
2005-05-07 22:25:29 UTC
Permalink
problem fixed. there was something wrong with my previous projects. i finally gave
up and asked for the p2 solution and incorporated my p6 code in and it works like
a charm. just lost a little bit of pride. that's all.
Thomas McGhan
2005-05-08 03:47:00 UTC
Permalink
To answer my own post, I tracked down my error. It was a result of
something as simple as string comparisons not matching up, due to some
bad memory handling problems (artifacts were appearing in some names,
causing my messagebox creator to make a new box when the corresponding
box already existed).

Continue reading on narkive:
Loading...