Thread: One App, run in workstation but not in servers

  1. #1
    Registered User
    Join Date
    Feb 2013
    Posts
    2

    One App, run in workstation but not in servers

    Hi everyone,

    i'm developing an app on my PC workstation (XP Pro, 32) and could run well, but the same app could not run on PC servers (W2003 Server).

    The problem is, part of the code always jump to the catch(...) on Server while it runs well on workstation (try() processed successfully).

    Could anyone have such a problem and found out the solution ?

    Tks.
    Gid-Kur

  2. #2
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    The solution is to examine or debug the code to determine what is throwing the exception.

    Better yet, remove the catch(...) handler, and configure the system to produce a dump file when it crashes. Then use your debugger to load and examine the dump file.
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

  3. #3
    Registered User
    Join Date
    Feb 2013
    Posts
    2
    Quote Originally Posted by iMalc View Post
    The solution is to examine or debug the code to determine what is throwing the exception.

    Better yet, remove the catch(...) handler, and configure the system to produce a dump file when it crashes. Then use your debugger to load and examine the dump file.
    thanks, working on ...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Good Linux workstation backup solution
    By EVOEx in forum Tech Board
    Replies: 15
    Last Post: 05-07-2010, 06:36 PM
  2. type of a workstation for parallel computing
    By lehe in forum Linux Programming
    Replies: 3
    Last Post: 08-11-2009, 03:13 PM
  3. Replies: 3
    Last Post: 03-19-2009, 12:02 PM
  4. Replies: 1
    Last Post: 05-21-2006, 12:31 PM
  5. VMware Workstation
    By Strut in forum Linux Programming
    Replies: 3
    Last Post: 01-06-2003, 10:14 PM