T.R | Title | User | Personal Name | Date | Lines |
---|
4187.1 | Bridge AM has the same problem | QUIVER::HAROKOPUS | | Thu Dec 03 1992 09:14 | 7 |
| Roland,
We are experiencing the same problem with wildcarding on the bridge AM.
We haven't been able to isolate the problem yet. I'll add your
information to the Bridge wildcard QAR.
Bob
|
4187.2 | possibly related problem? | MCDOUG::MCPHERSON | pre-retinal integration | Thu Dec 03 1992 09:26 | 10 |
| > We are experiencing the same problem with wildcarding on the bridge AM.
> We haven't been able to isolate the problem yet. I'll add your
> information to the Bridge wildcard QAR.
Does the same problem exist whether or not use Local MIR or DNS? If it goes
away when you use DNS, I think I may know where the bug is. (We located what
looks like a 'handle handling' bug in the Translan beta code...)
/doug
|
4187.3 | | QUIVER::HAROKOPUS | | Thu Dec 03 1992 13:09 | 9 |
| Interesting. We can reproduce it on the bridge with a local MIR but
we haven't tried it with DNS. Will anyone who has experienced this
problem on DNS pleae let me know?
Doug, what was the bug that you found?
Thanks,
Bob
|
4187.4 | | TOOK::MCPHERSON | pre-retinal integration | Thu Dec 03 1992 14:00 | 18 |
| The translan code (and likelt the *old* bridge AM code) was using the *value*
of 'handle' in "mcc_ahs_handle_create(handle)" instead of passing 'handle' by
refererence...
The DNS codepath ignored the bogus handle info in the subsequent
mcc_dns_get_ident() call, cuz it didn't use it, but the local MIR code *uses*
the handle, and subsequenty caused MCC to ACCVIO rather quickly.
I looked over the 'C' version of the bridge AM code today and this problem
*was* fixed, so it's probably exactly your problem.
Since I think the only routines that will give you the 'invalid handle state'
message are the mcc_ahs* routines, the obvious thing to do is grep through the
AM code for any of the mcc_ahs* routines and make sure that the handles created
for those calls were created anbd reference correctly. But then you've
probably already done that by now...
/doug
|
4187.5 | DECdns V1.1 is the MIR | ZUR01::FUEGLISTER | Roland Fueglister, 760-2498 | Fri Dec 04 1992 02:59 | 11 |
| RE.: .3
I experienced the error described in .0 using DECdns V1.1 as the MIR. DECdns
and DECmcc are installed on the same system.
Best Regards,
Roland
|