Use this tag if you refer to "constant database", a library and data format created by Daniel J. Bernstein. Use the [windbg] tag if you're asking about Microsoft Console Debugger.
Questions tagged [cdb]
42 questions
1
vote
1 answer
Basic cdb: does cdb vary how it notates scope?
If I compile:
int *a;
void main(void)
{
*a = 1;
}
and then disassemble main in cdb I get:
pointersproject!main:
00000001`3fd51010 mov rax,qword ptr [pointersproject!a (00000001`3fd632f0)]
00000001`3fd51017 mov dword ptr…

Tim Barrass
- 4,813
- 2
- 29
- 55
1
vote
1 answer
Is it possible to have syntax highlighting in cdb/windbg?
I am experimenting with command line debuggers on windows and I was wondering if there’s a way to have syntax highlighting in either cdb or the windbg console?

mbl
- 805
- 11
- 18
1
vote
1 answer
Qt - CDB crashes after setting PYTHONPATH
I am embedding python with boost::python. Everything works fine until I set PYTHONPATH environment variable - then debugger crashes with message
The CDB process terminated
Debugger output
ERROR: Process crashed dCDB PROCESS FINISHED, status 1,…

gargynko
- 13
- 4
1
vote
1 answer
Unable to Edit CDB file manually
I need to edit a CDB file manually using something like text editor, is there a way where I can edit it manually or view its content in a readable way?
I already tried several software available like Noki but did not work.

Amer Qarabsa
- 6,412
- 3
- 20
- 43
1
vote
0 answers
Read cdb file in Java
I need to read a cdb file in java. I have already tried "strangegizmo" but it is not working as it is giving me an error of invalid cdb format though another tool can read the file.
I have also tried another library "xbird.storage" but in vain.…

Hemant Nagpal
- 624
- 6
- 14
1
vote
0 answers
cdbfile not opening inside djbdns-1.05
I am performing an assignment named DNS filtering. For that I compiled djbdns-1.05 source code. I have maintained my data using constant database (cdb) file named as "cdbDomainList.cdb" in root.
Also I have configured dnscache using localhost.
But,…

Rahul
- 11
- 2
1
vote
1 answer
Get data from .CDB file
i would like to get data from.cdb file. Is it possible to retrieve data from .cdb file without knowing keys names?

Ales
- 527
- 2
- 8
- 24
1
vote
2 answers
How to avoid "(null)" StackTrace in DPH_BLOCK_INFORMATION?
I'm having a blast tracking down some heap corruption. I've enabled standard page heap verification with
gflags /p /enable myprogram.exe
and this succeeds in confirming the…

Owen
- 7,494
- 10
- 42
- 52
0
votes
1 answer
Does adplus/cdb crash dumps still work on Vista 64 Ultimate?
I am doing some research on a asp.net bug. I tried to get adplus to give me a crash dump file from IIS crashing. I have done this in the past on XP machines, but with my current Vista Ultimate setup - the adplus script doesn't spawn the 2nd window…

wyldebill
- 43
- 2
0
votes
0 answers
cdbootstrap stepper showing error like this- export 'CDBStepper' (imported as 'CDBStepper') was not found in 'cdbreact'
WARNING in ./src/egamestudio/host/dashboard/sample/sample.jsx 141:97-107
export 'CDBStepper' (imported as 'CDBStepper') was not found in 'cdbreact' (possible exports: CDBAccordion, CDBAlert, CDBAnimation, CDBBadge, CDBBox, CDBBreadcrumb, CDBBtn,…
0
votes
0 answers
Unable to read .cdb file using Python
I have a .cdb file generated by a 3d-printing software that I assume saves all the printing parameters, and on my machine the size of the file is 25.7 MB. I tried reading the file using Python pure-cdb library. However, after running this…

Davyd Fridman
- 3
- 1
0
votes
1 answer
error: unpack requires a buffer of 8 bytes in working with cdb file
I'm using python and pure-cdb library I have a large dataset with cdb extension which it's content is binary images and I want to read it. Because this data set is large, I'm using chunking method , but when I set the chunk value to 1024, I get…

M.rnnnn
- 112
- 2
- 11
0
votes
2 answers
Powershell: Call Debug Analyzer cdb.exe as Process
i need to call the cdb.exe as a Process to check to kill the process after a few seconds.
Some Dumps cannot be analyzed so i have to do an other call.
Here you can see my code. But it doesn't work. The cdb.exe is not started correctly and i am not…

Fabian
- 23
- 5
0
votes
1 answer
ORA-01017: invalid username/password; logon denied on Pluggable database
I created a local user under a pluggable database. I granted some privileges required to open and use it. I check the username and the password. Still it keep saying invalid username/password.
Step that I take:
1. alter session set container =…

Gurbaa Magaala
- 21
- 1
- 5
0
votes
0 answers
Cant postgresql db rsync to constant db cdb
Are the ways or setup commands to set triggers on postgresql db (master db) to rsync DJB Constant database (cdb) as soon as update or changes are made instantly?