The attached patch fixes the behavior of --enable-ndebug. No thoughts
on the assertion?
Thanks.

On Wed, Mar 26, 2008 at 12:32 PM, Fabio Margarido
<[EMAIL PROTECTED]> wrote:
> Hi there,
>
>  I've hit this today:
>
>  nua_session.c:1974: nua_invite_server_preprocess: Assertion
>  'ss->ss_state >= nua_callstate_ready || ss->ss_state ==
>  nua_call_state_init' failed.
>
>  I can't tell what has happening at the moment to trigger this error.
>  Any thoughts?
>  I've already asked this before but never got any answer: this is with
>  a library compiled with --enable-ndebug. Is this flag working
>  correctly?
>  Thanks in advance.
>
>  Fabio
>
--- configure.orig	2008-03-29 09:27:02.000000000 -0300
+++ configure	2008-03-29 10:07:04.000000000 -0300
@@ -21315,7 +21315,7 @@
 
 
 
-if test x$enable_ndebug = yes; then
+if test x$enable_ndebug = xyes; then
   NDEBUG_TRUE=
   NDEBUG_FALSE='#'
 else
@@ -21338,7 +21338,7 @@
 fi
 
 
-if test x$enable_expensive_checks != no; then
+if test x$enable_expensive_checks != xno; then
   EXPENSIVE_CHECKS_TRUE=
   EXPENSIVE_CHECKS_FALSE='#'
 else
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to