T.R | Title | User | Personal Name | Date | Lines |
---|
9120.1 | try ladebug... | QUARRY::petert | rigidly defined areas of doubt and uncertainty | Wed Mar 12 1997 11:00 | 14 |
| For thread programs on V4.0B, you should be using ladebug, which is delivered
on the base system. Ladebug has a better interface to threads than dbx
does, and can give you more detailed information. As for what the 'unknown'
routines are, I would hazard a guess that sbrk is one of them, and
some intermediate code for the other. They are showing up as unknown
because they are coming from a library which is stripped of symbol table info.
Or at least partially stripped. Without any real information about what
the routines might be, dbx is here just showing that there are discreet
routines which are at the particular pc's at the time of the crash.
I'm sure some more thread knowledgable people will pop in to give you a
better guess as to what might be causing the problem, as that's about
as much as I can tell you.
PeterT
|
9120.2 | What was the error?? | WTFN::SCALES | Despair is appropriate and inevitable. | Wed Mar 12 1997 13:47 | 9 |
| Actually, the "unknown" routines are probably the thread-safe library support
routines, which usually seem to show up that way (because they are called via
pointers?).
What is the nature of the error? (I.e., you say an error happened, but you
don't give any indication of what it was...)
Webb
|
9120.3 | More info. | DEKVC::JUNMOKSONG | | Wed Mar 12 1997 20:17 | 6 |
| Hi,
The program is hung of program. On previous version that program was
O.K but on V4.0B the program was hung and when I sow the trace, the
unknown is displayed.
Best Regards,
Jun-Mok Song
|
9120.4 | OK, which kind of "hung"? | WTFN::SCALES | Despair is appropriate and inevitable. | Thu Mar 13 1997 11:50 | 9 |
| .3> The program is hung of program.
Is it blocked (i.e., consuming no CPU time at all), or is it spinning ((i.e.,
consuming all available CPU time)?
What does Ladebug show that the other threads (if any) doing?
Webb
|