[Ardour-users] Re: [ardour-dev] ardour unable to write audio

New Message About this list Date view Thread view Subject view Author view Attachment view

From: Paul Davis (paul_at_linuxaudiosystems.com)
Date: 02/13/03 13:08 EST


From: Paul Davis <paul@linuxaudiosystems.com>
Message-Id: <E18jNnB-0001Lm-00@sc8-sf-list1.sourceforge.net>
Subject: [Ardour-users] Re: [ardour-dev] ardour unable to write audio
Date: Thu, 13 Feb 2003 13:08:39 -0500

>Well,
>
>My situation remains the same.  If this is a "Ryan's
>system only" problem then I'll just keep diggin till I
>hopefully find a cause (which kinda sux cuz I can't
>bounce to disk atm).  If anyone has experienced this,
>please let me know what (if any) solution was found.

haven't seen it. run inside gdb. do this:

	% ... start gdb
	gdb> br main
	gdb> run ..yoursession..
	... reaches breakpoint ...
	gdb> br 'ARDOUR::Session::create_file_source<TAB>
	gdb> cont
	
now when it goes into that function, use the 'step' function to go
through it and see where it goes wrong. in particular, step into the
new Filesource call and see why it throws an exception.

if this is all greek to you, you'll have to wait for someone else to
encounter it, and/or add printf/cerr output to diagnose what is
happening.

--p


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
Ardour-users mailing list
Ardour-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ardour-users

New Message About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.5 : 02/13/03 13:12 EST