[LAD] Aeolus 0.9.0 backtrace

Fons Adriaensen fons at linuxaudio.org
Mon Dec 2 16:06:14 UTC 2013


On Mon, Dec 02, 2013 at 11:52:34AM +0600, Zlobin Nikita wrote:

> I rebuilt aeolus again agains of debuggable clxclient, now backtrace is a bit 
> more full. Before i got it i added debug printing lines with args, and 
> printing internals of some structs. However, Display struct seems to be not 
> for user, and its structure is quite huge, including other structs as well.

The things to check first are i, n, and _txt.

Just try to print _txt as a string (%s). If that fails,
try something like 

for (int k = 0; k < 40; k++) printf ("%3d %02x\n", k, _txt [k]);

Ciao,
 
-- 
FA

A world of exhaustive, reliable metadata would be an utopia.
It's also a pipe-dream, founded on self-delusion, nerd hubris
and hysterically inflated market opportunities. (Cory Doctorow)



More information about the Linux-audio-dev mailing list