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

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

[Octave-bug-tracker] [bug #43994] New audio can crash octave when rerun.


From: Stefan Mahr
Subject: [Octave-bug-tracker] [bug #43994] New audio can crash octave when rerun.
Date: Tue, 13 Jan 2015 10:52:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/39.0.2171.65 Chrome/39.0.2171.65 Safari/537.36

Follow-up Comment #3, bug #43994 (project octave):

My guess: The second q=audioplayer(y,Fs,16); creates a new object and destroys
the old 'q'. If the first 'q' is still playing, the old play_callback function
wants to access the pointers from the old 'q' object. Since the object was
released, the pointers are not valid anymore.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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