Displaying 2 results from an estimated 2 matches for "debgugers".
Did you mean:
debbuger
2016 Jun 14
2
Calling a null pointer. How undefined it is?
Hi all:
This question is related to a state machine generated by LLVM for a coroutine.
I stripped all coroutine related details to get to the essence of the question.
Let's say I have a state machine that looks like this:
struct State {
FnPtr Fn;
State() : Fn(&SomeFunction) {}
void Go() { (*Fn)(); }
void Stop() { Fn = nullptr; }
bool IsDone() { return Fn ==
2003 Aug 28
12
Asterisk stops responding
Anyone have any thoughts on why versions of asterisk I try (4 so far)
after CVS-07/18/03 always end up locking up on me... which means no sip
clients can register/re-register and if I type "reload" or "stop now" at
the cli it just returns and does nothing.
I have experienced this same issue on three separate boxes. Two running
RedHat 9 and one running Redhat 8.
I don't