# # $Log: errors,v $ # Revision 1.26 1994/07/12 16:58:43 newhall # created error #20 # # Revision 1.25 1994/07/12 16:52:14 newhall # created error #19 # # Revision 1.24 1994/07/12 16:46:42 newhall # created error #18 # # Revision 1.23 1994/07/11 22:22:11 newhall # created error #17 # # Revision 1.22 1994/07/11 22:09:02 newhall # created error #16 # # Revision 1.21 1994/07/11 21:35:42 newhall # created error #15 # # Revision 1.20 1994/07/11 21:31:31 newhall # *** empty log message *** # # Revision 1.19 1994/07/11 21:14:26 newhall # created error #14 # # Revision 1.18 1994/07/11 20:48:38 newhall # created error #13 # # Revision 1.17 1994/07/11 20:47:15 newhall # created error #12 # # Revision 1.16 1994/07/08 21:27:11 jcargill # Deleted 3 bogus test errors # # Revision 1.15 1994/07/08 21:23:43 jcargill # created error #13 # # Revision 1.14 1994/07/08 21:19:18 jcargill # created error #12 # # Revision 1.13 1994/07/08 21:14:07 jcargill # created error #11 # # Revision 1.12 1994/07/08 03:02:56 karavan # created error #10 # # Revision 1.11 1994/07/08 02:52:55 karavan # created error # # # Revision 1.10 1994/04/22 21:51:17 hollings # created error #9 # # Revision 1.9 1994/04/22 21:48:54 hollings # created error #8 # # Revision 1.8 1994/04/19 18:59:35 hollings # created error #7 # # Revision 1.7 1994/04/19 18:54:43 hollings # created error #6 # # Revision 1.6 1994/04/19 18:50:06 hollings # created error #5 # # Revision 1.5 1994/04/19 18:46:30 hollings # created error #4 # # Revision 1.4 1994/04/19 18:41:55 hollings # created error #3 # # Revision 1.3 1994/04/19 18:37:43 hollings # created error #2 # # Revision 1.2 1994/04/19 18:29:48 hollings # created error #1 # # Revision 1.1 1994/04/19 18:26:56 hollings # Libray of error numbers in paradyn. # # %N 1 %E Application Process found for machine without paradynd %A paradynd %S serious %X An application processes was found to be running on a machine that had no paradynd process running. This is a serious error that indicates either a paradynd process could not be started, or that it might have died. This error should be considered an indication of a bug in the tool. %Y %N 2 %E Data for unknown metric id %A dm %S serious %X Data has arrived from a paradynd process for an unknown metric id. This is a serious error that indicates a bug in the paradyn/paradynd interface. %Y %N 3 %E Unable to find metric component for sample. %A dm %S serious %X A sample value has arrive for a metric from a paradynd, but the paradyn process was not expecting a value from this process. This is a serious internal consistancy failure of the paradyn/paradynd interface. %Y %N 4 %E unable to connect to new paradyn daemon process. %A paradynd %S serious %X A request had arrived to start a new paradyn daemon process on a remote machine (either from the user or the system based on adding new hosts), and the paradyn user process was unable to rendezvous with the paradynd process. This could indicate a network failure, the paradynd process not being installed on the remote machine, or a file permission problem. %Y %N 5 %E paradynd process has died %A paradynd %S information %X A paradynd process has died somewhere in the system. This indicates either a network failure, a host failure, or a bug in the paradyd process. %Y %N 6 %E unable to start paradynd %A dm %S information %X A request to start a new application process on a machine required that a new paradyn daemon process be started on that machine. The attempt to start that new paradyd process failed. This is a continuable error, but does mean that the request application process will NOT be started. This error can happen if the path for the paradynd is incorrect, if the paradynd binary is not installed on that machine, or if the machine or network is down. %Y %N 7 %E auto refinement already enabled %A pc %S serious %X An attempt to enable automatic refinement was made will automated refinement was already being attempted. %Y %N 8 %E unable to find search history graph node %A pc %S information %X An attempt to lookup a search history graph node failed. The passed interger name of the node was not found in the list of nodes. %Y %N 9 %E search history graph ancestor not true %A pc %S information %X An attempt to set the current refinement to a node failed becuase one of the ancesstors of that node is false. To manually select a SHG node, you must select a node which is true. In addition, all of it's ancesstors back to the root must also be true. %Y %N %E malloc failed %A dm %S fatal %X Attempt to call malloc returned an error within a data manager function. %Y %N 10 %E malloc failure %A dm %S fatal %X Call to malloc failed within a data manager function. %Y %N 12 %E malloc failed %A vi %S serious %X Call to malloc failed within a visi-thread function %Y %N 13 %E thr_getspecific failed %A vi %S serious %X Call to thr_getspecific in a visi-thread function failed. %Y %N 14 %E unable to start visualization process %A vi %S serious %X A request to start a new visualization process failed. This is due to a failure in RPCprocessCreate, msg_bind_buffered, or thr_setspecific. %Y %N 15 %E unable to create performance stream %A vi %S serious %X An attempt to create a performance stream for a new visualizaiton failed. %Y %N 16 %E internal error %A vi %S serious %X %Y %N 17 %E Adding new metrics and/or foci failed %A vi %S information %X An incomplete or invalid metric or focus list was returned as a result of attempting to add metrics and/or foci to a visualization. %Y %N 18 %E malloc failure %A vm %S fatal %X Call to malloc failed within a visi manager function. %Y %N 19 %E strdup failure %A vm %S fatal %X Call to strdup failed within a visi manager function. %Y %N 20 %E internal error %A vm %S fatal %X An unrecoverable error occurred within a visi manager function. %Y