[alsa-devel] how do you people debug ALSA?
Hello everyone!
How do you ALSA developers debug the ALSA code? I am working on a large Linux project and i am using gdb which is not very helpful sometimes. I also use KDevelop to do graphical debugging(its' debugger is a frontend for gdb too), but it's not so good for multithreaded programs.
If you have any hints please reply.
Have a nice day!
On Mon, 2008-01-21 11:11:25 +0200, Mihaela Vitalariu admiralwolverine@gmail.com wrote:
How do you ALSA developers debug the ALSA code?
Which part of it? ALSA is a quite large project, starting with kernel code at the lowest level and ending at application level on the other end.
If you have any hints please reply.
What specifically doesn't work? The question above is far from being detailed enough to help you. It's like "My car is broken, how do I fix it?" without any comment which kind of problem you face (engine, wheels, ...)
MfG, JBG
I meant what tools do you use, what Debuggers? In my post i wasn't complaining about ALSA, i was just curios about the debugging tools that you use, from a developer's standpoint...
On Jan 21, 2008 2:04 PM, Jan-Benedict Glaw jbglaw@lug-owl.de wrote:
On Mon, 2008-01-21 11:11:25 +0200, Mihaela Vitalariu < admiralwolverine@gmail.com> wrote:
How do you ALSA developers debug the ALSA code?
Which part of it? ALSA is a quite large project, starting with kernel code at the lowest level and ending at application level on the other end.
If you have any hints please reply.
What specifically doesn't work? The question above is far from being detailed enough to help you. It's like "My car is broken, how do I fix it?" without any comment which kind of problem you face (engine, wheels, ...)
MfG, JBG
-- Jan-Benedict Glaw jbglaw@lug-owl.de +49-172-7608481 Signature of: http://perl.plover.com/Questions.html the second :
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHlIo1Hb1edYOZ4bsRArVDAJ9y99DJqrmrmSclUyYsdV2BN8ORDgCeM9te mHgH/bxHMhhdSKX9j620xhI= =7UKl -----END PGP SIGNATURE-----
On Mon, 21 Jan 2008 09:39:51 -0600 "Timur Tabi" timur@freescale.com wrote:
Mihaela Vitalariu wrote:
Hello everyone!
How do you ALSA developers debug the ALSA code?
printk().
yup, gdb and printk. sound device development is relatively challenging work
participants (4)
-
Jan-Benedict Glaw
-
John Utz
-
Mihaela Vitalariu
-
Timur Tabi