4 # Revision 1.32 1994/11/03 04:38:47 karavan
7 # Revision 1.31 1994/11/02 23:47:17 karavan
10 # Revision 1.30 1994/11/02 23:41:51 karavan
13 # Revision 1.29 1994/09/13 20:50:58 karavan
16 # Revision 1.28 1994/09/13 20:48:39 karavan
19 # Revision 1.27 1994/09/13 20:44:06 karavan
22 # Revision 1.26 1994/07/12 16:58:43 newhall
25 # Revision 1.25 1994/07/12 16:52:14 newhall
28 # Revision 1.24 1994/07/12 16:46:42 newhall
31 # Revision 1.23 1994/07/11 22:22:11 newhall
34 # Revision 1.22 1994/07/11 22:09:02 newhall
37 # Revision 1.21 1994/07/11 21:35:42 newhall
40 # Revision 1.20 1994/07/11 21:31:31 newhall
41 # *** empty log message ***
43 # Revision 1.19 1994/07/11 21:14:26 newhall
46 # Revision 1.18 1994/07/11 20:48:38 newhall
49 # Revision 1.17 1994/07/11 20:47:15 newhall
52 # Revision 1.16 1994/07/08 21:27:11 jcargill
53 # Deleted 3 bogus test errors
55 # Revision 1.15 1994/07/08 21:23:43 jcargill
58 # Revision 1.14 1994/07/08 21:19:18 jcargill
61 # Revision 1.13 1994/07/08 21:14:07 jcargill
64 # Revision 1.12 1994/07/08 03:02:56 karavan
67 # Revision 1.11 1994/07/08 02:52:55 karavan
70 # Revision 1.10 1994/04/22 21:51:17 hollings
73 # Revision 1.9 1994/04/22 21:48:54 hollings
76 # Revision 1.8 1994/04/19 18:59:35 hollings
79 # Revision 1.7 1994/04/19 18:54:43 hollings
82 # Revision 1.6 1994/04/19 18:50:06 hollings
85 # Revision 1.5 1994/04/19 18:46:30 hollings
88 # Revision 1.4 1994/04/19 18:41:55 hollings
91 # Revision 1.3 1994/04/19 18:37:43 hollings
94 # Revision 1.2 1994/04/19 18:29:48 hollings
97 # Revision 1.1 1994/04/19 18:26:56 hollings
98 # Libray of error numbers in paradyn.
105 %E Application Process found for machine without paradynd
109 An application processes was found to be running on a machine that had no
110 paradynd process running. This is a serious error that indicates either a
111 paradynd process could not be started, or that it might have died. This
112 error should be considered an indication of a bug in the tool.
116 %E Data for unknown metric id
120 Data has arrived from a paradynd process for an unknown metric id. This is
121 a serious error that indicates a bug in the paradyn/paradynd interface.
125 %E Unable to find metric component for sample.
129 A sample value has arrive for a metric from a paradynd, but the paradyn
130 process was not expecting a value from this process. This is a serious internal
131 consistancy failure of the paradyn/paradynd interface.
135 %E unable to connect to new paradyn daemon process.
139 A request had arrived to start a new paradyn daemon process on a remote
140 machine (either from the user or the system based on adding new hosts), and
141 the paradyn user process was unable to rendezvous with the paradynd process.
142 This could indicate a network failure, the paradynd process not being
143 installed on the remote machine, or a file permission problem.
147 %E paradynd process has died
151 A paradynd process has died somewhere in the system. This indicates either
152 a network failure, a host failure, or a bug in the paradyd process.
156 %E unable to start paradynd
160 A request to start a new application process on a machine required that a new
161 paradyn daemon process be started on that machine. The attempt to start that
162 new paradyd process failed. This is a continuable error, but does mean that
163 the request application process will NOT be started. This error can happen
164 if the path for the paradynd is incorrect, if the paradynd binary is not
165 installed on that machine, or if the machine or network is down.
169 %E auto refinement already enabled
173 An attempt to enable automatic refinement was made will automated refinement
174 was already being attempted.
178 %E unable to find search history graph node
182 An attempt to lookup a search history graph node failed. The passed interger
183 name of the node was not found in the list of nodes.
188 %E search history graph ancestor not true
192 An attempt to set the current refinement to a node failed becuase one of the
193 ancesstors of that node is false. To manually select a SHG node, you must
194 select a node which is true. In addition, all of it's ancesstors back to
195 the root must also be true.
203 Attempt to call malloc returned an error within a data manager function.
212 Call to malloc failed within a data manager function.
220 Call to malloc failed within a visi-thread function
224 %E thr_getspecific failed
228 Call to thr_getspecific in a visi-thread function failed.
232 %E unable to start visualization process
236 A request to start a new visualization process failed. This is due
237 to a failure in RPCprocessCreate, msg_bind_buffered, or thr_setspecific.
241 %E unable to create performance stream
245 An attempt to create a performance stream for a new visualizaiton
258 %E Adding new metrics and/or foci failed
262 An incomplete or invalid metric or focus list was returned as a
263 result of attempting to add metrics and/or foci to a visualization.
271 Call to malloc failed within a visi manager function.
279 Call to strdup failed within a visi manager function.
287 An unrecoverable error occurred within a visi manager function.
291 %E Tcl Command Failure
295 The tcl interpreter has failed unexpectedly. This is a fatal error;
296 this error needs to be diagnosed.
300 %E Tcl Command Failure
304 The tcl interpreter has failed unexpectedly. This is a fatal error;
305 this error needs to be diagnosed.
309 %E Tcl Command Failure
313 The tcl interpreter has failed unexpectedly. This is a fatal error;
314 this error needs to be diagnosed.
318 %E Unable to read tcl startup script
322 A tcl error occurred finding or reading the tcl script specified on the
323 paradyn command line with the -s option.
327 %E Unable to define specified process
331 An error occurred while attempting to define an application.
335 %E tcl initialization for new resource display object failed.
339 Call to tcl command initRDO failed.