This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

On ecos exception process


Dear Nickg,
    I foud  exception delivered from current thread to others thread was not processed, and call flow as following:
  cyg_hal_default_exception_vsr()
             |
 cyg_hal_exception_handler()
             |
 cyg_hal_deliver_exception()
             |
 cyg_Thread::self->deliver_exception()

question is:
   which stack,current thread or interrupt stack, was execption  processed in ? if in interrupt stack,  why deliver exception to a thread? otherwise,if in current thread stack,why not current thread processes all exceptions?
    tks&regard

                                                     zhlg

______________________________________

===================================================================
新浪免费电子邮箱 (http://mail.sina.com.cn)
新浪分类信息:二手市场走一走,该出手时就出手! (http://classad.sina.com.cn/2shou/)

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]