Hi,
we experienced some core dump inside async_jitter_queue.c ( code from
darcs repository ), inside function
async_jitter_queue_pop_intern_unlocked() , due to g_assert (retval);,
following is a patch to remove the call to g_assert(), as a NULL return
value is valid for this function, of course i don't think this is the
right way to correct this specific case but it works for us.
Regards.
___________________________________________________________________________
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
Profitez des connaissances, des opinions et des expériences des internautes sur
Yahoo! Questions/Réponses
http://fr.answers.yahoo.com
--- async_jitter_queue.c.savelg 2007-04-25 11:42:22.000000000 +0200
+++ async_jitter_queue.c 2007-04-26 10:34:19.955424453 +0200
@@ -522,8 +522,6 @@ async_jitter_queue_pop_intern_unlocked (
}
}
- g_assert (retval);
-
return retval;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Farsight-devel mailing list
Farsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/farsight-devel