Tagged Questions
The dbx tag has no wiki summary.
39
votes
12answers
4k views
Most tricky/useful commands for gdb debugger
Can you post your most tricky and useful commands while you run a debugger like gdb or dbx.
10
votes
7answers
24k views
Solaris Core dump analysis
I use pstack to analyze core dump files in Solaris
How else can I analyze the core dump from solaris?
What commands can be used to do this?
What other information will be available from the dump?
7
votes
4answers
3k views
Displaying dereferenced STL iterators in gdb
I have an iterator to a map element, and I would like gdb to show me the values of the "first" and "second" elements of that iterator.
For example:
std::map<int,double> aMap;
...fill map...
...
6
votes
3answers
501 views
Memory leak problem with DBExpress
I've a weird problem with my application, its memory usage goes up a few hundred megabytes at once every now and then and eventually the application freezes. The application is written with Delphi, it ...
6
votes
3answers
223 views
C/C++ Question about trace-programming techniques
I have the following question and from a systems perspective want to know how to achieve this easily and efficiently.
Given a task 'abc' that has been built with debug information and a global ...
5
votes
2answers
291 views
Separate dbx connection to a thread
I made a small app that connects to a mysql db using dbx. It works ok with my local mysql server, but it's supposed to work with a remote server.
Connecting to the remote server takes a few seconds, ...
5
votes
6answers
1k views
ADO or DBX using Delphi
Which is better (and for what reasons) to use to connect to MS SQL, Oracle or Firebird from a Delphi Win32 application -- ADO or DBX (Database Express)?
Both allow you to connect to the major ...
4
votes
6answers
1k views
Is it possible to create databases programmatically using DBX?
Looks like the TSQLConnection only connects to existing databases, and I could not find another component that allows me to send commands to the database server.
I'm using Delphi 2009 with Firebird ...
3
votes
1answer
60 views
Generate a coredump from crashed process attached to ddd/dbx
I'm running dbx in ddd on Solaris. The attached process has crashed and I can examine the stack in the debugger.
I want to save this core dump to disk for later.
Google shows me several ways to ...
3
votes
1answer
224 views
Connecting to MySQL via SSL, using DBExpress
I want to connect to a MySQL server via SSL. More specifically, I want to do that with DbExpress.
I've used SSL to MySQL via ZeosLib in the past. That worked great, but Zeos doesn't let me run stored ...
3
votes
6answers
313 views
debugging C++ when compared to debugging C
HI,
I am normally a C programmer.
I do regularly debug C programs on unix environment using tools like gdb,dbx.
i have never done debugging of big applications of C++.
Is that much different from how ...
3
votes
3answers
702 views
Firebird, which driver?
Now that I have decided upon Firebird, with the help of StackOverflow :), which driver do you recommend?
Delphi's DBX
Another vendor's DBX
Some native driver
Thanks.
2
votes
2answers
62 views
How to retrieve information from a field that has the property Required set as false?
I have the following DBX structure in my software:
TSQLDataSet -> TDataSetProvider -> TClientDataSet
One of the fields from my TClientDataSet has the property Required set to false, because ...
2
votes
1answer
59 views
DBRichEdit RTF encoding lost transitioning application from BDE to DBX
My team is converting a BDE application to DBX using D2007.
A TTable has been replaced with a TSQLDataSet/TDataSetProvider/TClientDataSet combination.
A TStringField has been used to access the RTF ...
2
votes
1answer
182 views
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.
Gvim as dbx frontend
This works great but it ...
2
votes
1answer
299 views
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 and free; I'm not sure ...
2
votes
2answers
3k views
start gdb using a pid
In general i see the process's pid which is running in the background and start dbx on that process using the command dbx -a <pid>
similarly how could i do it using gdb?
2
votes
3answers
178 views
Optimized code on Unix?
What is the best and easiest method to debug optimized code on Unix which is written in C?
Sometimes we also don't have the code for building an unoptimized library.
2
votes
2answers
1k views
How can I execute a sql command with a blob param in dbx?
I have a TSqlDataSet which has a blob field, I need to get the data of this blob field in the BeforeUpdateRecord event of the provider and execute an update command, I've tried this:
Cmd := ...
2
votes
2answers
207 views
tb_event_death when single stepping in dbx
When I am single stepping through one thread of a multi threaded program, the debugger gets interrupted with:
0x(some hex ref) : tdb_event_death : ret
dbx: thread has exited -- next aborted
My ...
2
votes
3answers
1k views
how to get as much as possible from dbx
I do TDD on a daily basis for my C++ development on Solaris10. It has greatly reduced the time I have to spend using my debugger but sometime this is the only option.
DBX is pretty powerful but not ...
1
vote
2answers
61 views
Delphi won't let me insert rows with missing columns, but with triggers and generators for those fields
The problem is simple: I have triggers and generators in my Firebird 2.1.4 database to make a column auto increment on each insert.
The architecture of the system is as follows:
TSQLConnection > ...
1
vote
1answer
23 views
how do I call dbx'es own print function from a pretty print function for dbx
I am trying to write a pretty print routing for dbx on solaris to pretty print maps. Now the maps may contain elements of (one) arbitrary type. I dont want to know what they are or handle that. I want ...
1
vote
1answer
45 views
What is gdb/dbx doing when ddd is “waiting for it to get ready”?
I use ddd as a front-end for both gdb and dbx for C++ programs.
Quite often, without any apparent cause, I will try to next and it will hang with the message "Waiting for gdb to get ready" or ...
1
vote
2answers
87 views
Dumping structure using dbx
I'm debugging my C program using dbx on Solaris, and I'd like to be able to see the contents of a data structure.
It's a local data structure in the function that's in scope, so typing "dump" shows a ...
1
vote
1answer
64 views
Open a DBX and BAT Outlook Files
Hi guys I need to read some email from outlook in a C++ program, after that based on the content of email, I'll decide to reply or not.
I suppose I need to open Dbx outlook files, but how?
thx
1
vote
1answer
2k views
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 ...
1
vote
3answers
94 views
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.
how could i identify which process has dumped the core.
i am using hpux!
1
vote
5answers
929 views
Error message “Incorrect values within SQLDA structure” with Firebird and Delphi 2009
I'm strugling with error message "Incorrect values within SQLDA structure" when I'm trying to update blob field within Firebird 2.1 database from Delphi 2009 DBX application.
However I get the error ...
1
vote
1answer
120 views
viewing the stack when a crash happens
i am using AIX OS.here i am facing a problem that when ever the process crashes there is no stack written in the log.it just gives an information of signal1/10/4 has occured.
but no stack is shown.
...
1
vote
2answers
598 views
How do you put a breakpoint on a memory location in dbx?
A co-worker has a C program that fails in a predictable manner because of some corrupted memory. He'd like to use dbx to monitor the memory location once it's allocated in order to pinpoint the code ...
0
votes
0answers
25 views
dbx:no program-why is this error coming
I am facing the below problem while i start executing the debugger on an executable.
demos[ncm_o12.2_int_sparc.@].245> ls -l update_c
-rwxrwxr-x 1 tcsvibh ossdes 1757128 Nov 22 18:24 ...
0
votes
1answer
15 views
Proprietary DBX File Type
I am trying to mine data out of a .dbx file. This file is NOT associated with Microsoft Outlook Express. It is for a Laboratory Information Management System. Unfortunately their project management ...
0
votes
0answers
71 views
aix 6.1 64 bit, core file generated when loaded in dbx shows - “is not a valid core file (ignored)”
aix 6.1 64 bit, core file generated when loaded in dbx shows - "is not a valid core file (ignored)" Please let me know if anybody saw this problem.
0
votes
2answers
52 views
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 ...
0
votes
1answer
102 views
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 ...
0
votes
1answer
38 views
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 ...
0
votes
1answer
138 views
Problems with using free DBX driver in conjunction with TSQLConnection
I've downloaded free DBX driver from here.
I am trying to make it work since two days now, without success.
Here is the snapshot of my code:
unit uMainForm;
interface
uses
Windows, Messages, ...
0
votes
1answer
45 views
How do I extract inbox messages from an Outlook dbx file?
I am trying to recover some old emails from a hard drive. I found the dbx files but cannot find a way to extract them for free. Any ideas?
0
votes
2answers
346 views
debugging with dbx an checking memory leaks with rtcaudit.so
i saw this page and found that we can check memory leaks of a program using dbx.
i never practically did it but it seems a good toll for checking the memory leaks.
i used to work on HPUX and IBM AIX ...
0
votes
1answer
91 views
In DBX i am not able to step into a particular function?
In dbx i have a put a break on a particular function using stop.Like stop function. But it is not stopping there instead when i try to step in using step command I get this error
after line 17745: ...
0
votes
1answer
135 views
redirecting output of 'where' in dbx
I'm trying to get the call stacks leading to a function, func, each time it gets invoked in my executable, and I don't mind if the way to get this is slow or inefficient, so long as it's automated ...
0
votes
1answer
161 views
How do you print C dynamic array contents from dbx?
How do you print C dynamic array contents from dbx?
i tried print aj[2..10:1] but it didnt work
0
votes
1answer
374 views
Core file Issue
Any idea about the core file debugged by dbx debugger. I am not getting why this core file is generated. Please help me on this
For information about new features see `help changes'
To remove this ...
0
votes
1answer
61 views
How to log the dbx session in a text file?
I generally use dbx for debugging C code.
How do we log the complete session of the dbx from the point I started to the point I fired the quit command in dbx?
0
votes
1answer
504 views
debugging a thread process using gdb/dbx
This might be genuine question but i am asking here since i was out of any clue when i was asked this question in an interview.
how could we debug a thread which was created by another thread?
let's ...
0
votes
2answers
158 views
C code - need to clarify the effectiveness
Hi I have written a code based upon a requirement.
(field1_6)*(field2_30)*(field3_16)*(field4_16)*(field5_1)*(field6_6)*(field7_2)*(field8_1)*.....
this is one bucket(8 fields) of data. we will ...
0
votes
1answer
328 views
dbxtool on 64-bit linux won't load 64-bit version of dbx?
I am using the Linux version of dbxtool to debug a 64-bit programme called frankie:
file ../support/frankie
../support/frankie: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux ...
0
votes
4answers
877 views
Why sometimes I get an “Invalid transaction object” exception?
Is there something wrong with this code?
Sometimes I get an unhandled "Invalid transaction object" exception in it:
procedure BlaBla;
var
TD: TDBXTransaction;
begin
TD := ...