octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Audiorecorder/Player segfault


From: Mike Miller
Subject: Re: Audiorecorder/Player segfault
Date: Fri, 26 Jul 2013 15:30:09 -0400

On Fri, Jul 26, 2013 at 18:33:14 +0200, pantxo diribarne wrote:
> The segfault seems to be due to audiorecorder:
>
> octave:1> recorder = audiorecorder ();
> octave:2> recordblocking (recorder, 6);
> octave:3> quit
>
>
> panic: Segmentation fault: 11 -- stopping myself...
> [...]

Does it segfault if you just instantiate and quit without calling
record/recordblocking on the recorder?

What if you "clear recorder" to delete the object before quitting?

-- 
mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]