dbx
Run a script using DBX
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[详细]
2023-04-07 16:57 分类:问答DBX core file truncated?
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[详细]
2023-04-06 16:17 分类:问答Where is the documentation for writing Eclipse toolchain plugins?
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[详细]
2023-04-04 00:24 分类:问答Dumping structure using dbx
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.[详细]
2023-03-14 00:26 分类:问答start gvim without it taking focus from the terminal that started it
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.[详细]
2023-02-24 21:33 分类:问答How do you examine core files 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[详细]
2023-02-10 12:42 分类:问答Detect memory leaks in dbx with new and delete operators
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[详细]
2023-01-14 01:04 分类:问答Offsetting one of the disadvantages of an XML file
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[详细]
2022-12-28 06:31 分类:问答process identification
Let\'s say i have 15 processes/daemons running in the background. let\'s say one of the process has dumped the core.[详细]
2022-12-25 18:12 分类:问答Dequeue an array in perl with thread::queue
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[详细]
2022-12-24 08:17 分类:问答