I have a script like this script = GF1_dd_Daemon_Sh PROCESS_NAME=RG INSTANCE=RG PART_ID=1 Inside this there is an executable which is called. When I run this script(#!/bin/ksh ) it creates a core du
I\'m using the latest version of dbxtool (Solaris Studio ) on RHEL6.1. I\'m working through the tutorial example here using their example code, but when trying to run dbxtool on the core file generat
We\'re running Solaris 2.10 and using the native Solaris build tools (CC & dbx), for which there is no support in Eclipse 8.I up to writing the plugins to support these tools, but I\'m having a ha
I\'m debugging my C program using dbx on Solaris, and I\'d like to be able t开发者_StackOverflowo see the contents of a data structure.
I would really like to find a way to start gvim without the terminal losing focus. I found a way to开发者_运维技巧 use gvim to display code when debugging in dbx.
I\'m working on AIX and have a process that keeps crashing.I\'ve never examined core files, and would like some guidance if possible.I\'m using dbx.How can I (a) make sure the core file is going where
I\'m very interested in using Sun Studio to detect memory leaks in C++ applications with dbx debugger but I think this debugger only shows memory leaks produced by malloc/realloc a开发者_运维技巧nd fr
I\'m using an XML file to store a set of rules that my program, a service will read and apply. Obviously, as and when I add new rules to the XML file, i will have to bounce the service so that the cha
Let\'s say i have 15 processes/daemons running in the background. let\'s say one of the process has dumped the core.
I am trying to process data with a set of threads and enqueue it with another, curr开发者_运维技巧ently the enqueueing and dequeueing process doesn\'t seem to be working