octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #43964] octave 4.1.0+ audio changes will not c


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #43964] octave 4.1.0+ audio changes will not compile on Windows
Date: Tue, 13 Jan 2015 18:45:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 Iceweasel/30.0

Follow-up Comment #6, bug #43964 (project octave):

I built gdb and added it to the install and ran the tests with gdb.  I forgot
to skip the strip step, but I still found that it crashed at line 1511 of
audiodevinfo.cc.  That line is


 output_parameters.suggestedLatency = Pa_GetDeviceInfo
(device)->defaultHighOutputLatency;


so I'm guessing Pa_GetDeviceInfo is returning NULL.

I also see that we sometimes check the number returned from Pa_GetDeviceCount
< 0 and other times < 1.  What's the right thing?  In any case, we need to be
more defensive with the pointers that we grab from portaudio...  I think I can
work on this a bit more later today.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43964>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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