Results 1 to 3 of 3

Thread: I have a error message!

  1. #1
    terminate is offline Registered User
    Name: Qu.YueZ
    Organization: baosight
    Project: No3 HotMill of BaoSteel
    Join Date
    Jan 2006
    Posts
    22

    Red face I have a error message!

    hi:
    Now I meet a problem troubles me for several days.
    When the Client calls the server,the server show a error message,then the server dumped.
    Following is the error message showed at the side of server:
    ::GOT A UNRECOVERABLE ERROR, TYPE[Illegal instruction] CALL STACKS::
    ::Time=10/10/06 14:46:15.079
    pace::GlobalErrorHandler::SignalHandler(int)
    Matr::CTelRecv::___slabDraw(IceInternal::Incoming& , Ice::Current const&)
    IceInternal::Incoming::invoke(IceInternal::Handle< IceInternal::ServantManager> const&)
    Ice::ConnectionI::invokeAll(IceInternal::BasicStre am&, int, int, unsigned char, IceInternal::Handle<IceInternal::ServantManager> const&, IceInternal::Handle<Ice::ObjectAdapter> const&)
    Ice::ConnectionI::message(IceInternal::BasicStream &, IceInternal::Handle<IceInternal::ThreadPool> const&)
    IceInternal::ThreadPool::run()
    IceInternal::ThreadPool::EventHandlerThread::run()
    __clone2
    __________________________________________________ ______________________

    My slice file :
    module Matr
    {
    class CTelRecv
    {
    void slabDraw(string stripNo,RMC::FurnaceData fucDt);
    void slabDrawNext(string stripNo,RMC::FurnaceData fucDt);
    void setFucRotImage(CommDef::sequString fucInfo);
    void setMacroTrackFlag(int index,macroStatus status);
    void setMicroTrackFlag(microTrackFlag status);
    void setTrackSensorStatus();
    void loadSlab();
    void returnToFuc(string stripNo);
    void returnToStore(string stripNo);
    };
    }
    "slabDraw" is one operation of the interface.
    As soon as the client calls the operatrion "slabDraw",the server dumps without doing anything.

    Could you help me???
    YueZhong Qu
    Baosight CO.,LTD(http://www.baosight.com)

  2. #2
    matthew's Avatar
    matthew is offline ZeroC Staff
    Name: Matthew Newhook
    Organization: ZeroC, Inc.
    Project: Internet Communications Engine
    Join Date
    Feb 2003
    Location
    NL, Canada
    Posts
    1,458
    In order to help you you must provide much more information such as the version of Ice you are using, the operating system, compiler, etc. Its not clear from your stack trace also where this error is coming from? What is this GlobalErrorHandler -- it is not part of Ice? Did you trace into the call to slabDraw with a debugger to find out where it is crashing?

  3. #3
    terminate is offline Registered User
    Name: Qu.YueZ
    Organization: baosight
    Project: No3 HotMill of BaoSteel
    Join Date
    Jan 2006
    Posts
    22

    Thanks!

    hi:
    I have got it!!


    Thank you very much!
    YueZhong Qu
    Baosight CO.,LTD(http://www.baosight.com)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. icegridnode error message and crash
    By jae in forum Help Center
    Replies: 6
    Last Post: 11-13-2007, 07:08 PM
  2. Ice.ThreadPool Error Message
    By Yunqiao Yin in forum Help Center
    Replies: 1
    Last Post: 02-26-2007, 10:54 PM
  3. Message Interception
    By Greenhippo in forum Help Center
    Replies: 3
    Last Post: 11-24-2006, 06:33 AM
  4. Sequence Iterator Error Message?
    By eric.hill in forum Help Center
    Replies: 2
    Last Post: 08-11-2006, 05:49 PM
  5. Error message on "run" exit
    By Larry in forum Help Center
    Replies: 10
    Last Post: 07-13-2006, 12:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •