On 10/7/06, Colin Whittaker <[EMAIL PROTECTED]> wrote: > I've seen a few application exits that appear to be from abort() during > bulk call testing. > I only found abort() in > libsofia-sip-ua/su/sofia-sip/htable.h > Should this really be an abort() ? > What would cause this ?
assert() also calls abort(), so the exit with abort() you have seen is probably caused by assert() failing elsewhere. There is no clear reason to call to abort() in htable_remove() template, the application has most probably already crashed in the previous loop. -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
