swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error messages?


From: Marcus G. Daniels
Subject: Re: error messages?
Date: 05 Jul 1999 14:50:23 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3.11

>>>>> "DC" == Daniel Calhoun <address@hidden> writes:

DC> Where do I get documentation on run-time error messages?  (In this
DC> case, STATUS_ACCESS_VIOLATION

That usually means you tried to use an invalid object handle
or an invalid pointer.  Try running you model under gdb to
get a backtrace. 

$ gdb yourmodel
(gdb) run 
(gdb) bt

This should tell you were the program died, and show you the
context so that you can see what object is involved.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]