On Tue, Jun 18, 2002 at 05:59:32PM +0200, dunk fordyce wrote:
> anyone tell me why i get a seg fault?
> ( excuse the c++ but im learning :)
gdb is your friend!
segfault usually means some pointer/memory problem. gdb will tell you
at what line number your program crashes...
Looks like you are free()'ing a variable that was not malloc()'ed
(str_buffer)
Regards,
Andy
----------------------------------------------------------------------------
Bringing you mounds of caffeinated joy
>>> http://thinkgeek.com/sf <<<
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel