[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

5674.0. "Tracing error path in Event Manager ?" by AEOENG::BOMMART (WaveWalker 887-4108) Wed Oct 20 1993 08:17

Hello from France.

A customer of mine is developping an AM (Ultix MCC). He has seen the message:

MCC> "PID 16489, Thrid 10003 Tracing error paths in Event Manager"

What does this mean ?
Is it related to the GETEVENT directive or the SINK that they are developing ?

Has he to set an environment variable to get rid of this problem (is it really
a problem :-) 
T.RTitleUserPersonal
Name
DateLines
5674.1TOOK::GUERTINI am never worngFri Jan 14 1994 07:555
    I think you only see this if you have MCC_EVENT_LOG env. var. defined.
    
    Solution:  Don't define that environmental variable.
    
    -Matt.
5674.2Same error detected.TKOV60::M_TAMURAFri Jul 29 1994 01:2537
Hello.

I faced same case, I defined environmental variables as follows to get 
MCC trace.

	setenv MCC_EVENT_LOG 0x1
	setenv MCC_EVENT_TRACE 0x180 


When I start mcc, mcc output messages as follows.

MCC> PID 21853, THRid 10003 Tracing error paths in Event Manager
PID 21853, THRid 10003 Tracing Event code path in GET
PID 21853, THRid 10003 Tracing Event code path in PUT
PID 21853, THRid 10003 Event_Get starting
PID 21853, THRid 10003 Event_Get Input Arguments ...
PID 21853, THRid 10003   in_entity =
        entity [0] wild = NOT_WILD class = 7 id = 0 type = 25
        instance = ....
        %X00000000
PID 21853, THRid 10003   Partition = 15
PID 21853, THRid 10003   Filter = MCC_K_NULL_PTR
PID 21853, THRid 10003   time_spec = MCC_K_NULL_PTR
PID 21853, THRid 10003         Handle context not set up yet
PID 21853, THRid 10003 Event_Get handle state = MCC_K_HANDLE_FIRST
PID 21853, THRid 10003 Event_Get requesting NEXT event
PID 21853, THRid 10003 Going to wait for the event now... RMB is : 803E30


Our develpoping environment not installed MCC Director, is this related ?
Or Event Manager's problem ?
Someone let me know.


Regards.
Motoshige.
5674.3It is a feature not a problemTAEC::LAVILLATFri Jul 29 1994 04:5936
 Re .2 :



>When I start mcc, mcc output messages as follows.
>
>MCC> PID 21853, THRid 10003 Tracing error paths in Event Manager
>PID 21853, THRid 10003 Tracing Event code path in GET
>PID 21853, THRid 10003 Tracing Event code path in PUT
>PID 21853, THRid 10003 Event_Get starting
>PID 21853, THRid 10003 Event_Get Input Arguments ...
>PID 21853, THRid 10003   in_entity =
>        entity [0] wild = NOT_WILD class = 7 id = 0 type = 25
>        instance = ....
>        %X00000000
>PID 21853, THRid 10003   Partition = 15
>PID 21853, THRid 10003   Filter = MCC_K_NULL_PTR
>PID 21853, THRid 10003   time_spec = MCC_K_NULL_PTR
>PID 21853, THRid 10003         Handle context not set up yet
>PID 21853, THRid 10003 Event_Get handle state = MCC_K_HANDLE_FIRST
>PID 21853, THRid 10003 Event_Get requesting NEXT event
>PID 21853, THRid 10003 Going to wait for the event now... RMB is : 803E30
>
  Motoshige,

    What you see here is not a problem, but just a trace of the internal
    mcc_event_get started by the mcc kernel on the entity MCC 0.

    This event_get is waiting for 'mcc_kill' events.

    There is nothing wrong with that : you ask for traces, you get traces...


    Regards.

    Pierre.