Long run times in mapping may have been caused due to function-based mapping.
By default, Conformal LEC uses the option '-name first' during mapping. This option specifies that name-based mapping is used first, followed by function-based mapping. Function-based mapping can cause the hanging condition.
To resolve this situation, turn off function-based mapping. Use the following steps:
a ) Issue [Cntrl-c] on UNIX terminal to cancel the current mapping process that is hanging
b) lec> set mapping method -name only
c) lec> map key points
d) Examine the remaining not-mapped categories and resolve these using renaming rules
e) lec> add renaming rules ... // to help the name-based mapping
f) lec> map key points
g) Repeat step (e) until renaming rules are no longer helpful
h) lec> set mapping method -name first
i) lec> map key points