denemo-devel
[Top][All Lists]
Advanced

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

[bug #59547] Denemo does not start


From: Richard Shann
Subject: [bug #59547] Denemo does not start
Date: Fri, 4 Dec 2020 04:34:37 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #6, bug #59547 (project denemo):

The compiler flag to get debug symbols is "-g" and you could also use "-O0"
(that is, turn off the optimizer which makes debugging harder). I think you
get these flags in via
CFLAGS = -g
at the configure stage.
However, from the messages you have posted it looks like ALSA might be telling
the portmidi/portaudio libraries to go ahead when in fact all is not well. (I
think it is very bad practice for libraries like ALSA to crash rather passing
an error status back to the caller, if that is what is going on).
One thing that would throw light on this would be to configure without midi
and/or audio:

--disable-portaudio     
--disable-portmidi 

that would narrow down the problem.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59547>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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