[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Audiorecorder/Player segfault
From: |
Vytautas Jancauskas |
Subject: |
Re: Audiorecorder/Player segfault |
Date: |
Mon, 29 Jul 2013 22:43:32 +0300 |
On Sat, Jul 27, 2013 at 12:00 AM, pantxo diribarne
<address@hidden> wrote:
>
>> Does it segfault if you just instantiate and quit without calling
>> record/recordblocking on the recorder?
>
> No.
>>
>>
>> What if you "clear recorder" to delete the object before quitting?
>>
> I sometimes obtain a more verbose segfault :
>
> octave:1> ar = audiorecorder ();
> octave:2> recordblocking (ar, 6);
> octave:3> clear ar
> octave:4> quit
>
>
> panic: Segmentation fault: 11 -- stopping myself...
> attempting to save variables to `octave-core'...
> octave(39895,0x113a2c000) malloc: *** mmap(size=3458764513820545024) failed
> (error code=12)
> *** error: can't allocate region
> *** set a breakpoint in malloc_error_break to debug
>
> If I try to "clear all", instead of "clear ar" octave crashes before "quit".
>
> It would be useful if someone on a mac could confirm this as I won't be able
> to make tests during the coming 4 weeks. Sorry
>
> Pantxo
>
>
I cannot replicate any of this :/ I'm not on a mac nor have access to
one though...
- Re: Audiorecorder/Player segfault, (continued)
- Re: Audiorecorder/Player segfault, pantxo diribarne, 2013/07/25
- Re: Audiorecorder/Player segfault, Michael Goffioul, 2013/07/25
- Re: Audiorecorder/Player segfault, Vytautas Jancauskas, 2013/07/25
- Re: Audiorecorder/Player segfault, Pantxo Diribarne, 2013/07/25
- Re: Audiorecorder/Player segfault, Vytautas Jancauskas, 2013/07/29
- Re: Audiorecorder/Player segfault, Vytautas Jancauskas, 2013/07/25
- Re: Audiorecorder/Player segfault, Mike Miller, 2013/07/25
- Re: Audiorecorder/Player segfault, pantxo diribarne, 2013/07/26
- Re: Audiorecorder/Player segfault, Mike Miller, 2013/07/26
- Re: Audiorecorder/Player segfault, pantxo diribarne, 2013/07/26
- Re: Audiorecorder/Player segfault,
Vytautas Jancauskas <=
- Re: Audiorecorder/Player segfault, Vytautas Jancauskas, 2013/07/27