[Devel] [ openser-Bugs-1674501 ] crash on exec module shutdown

SourceForge.net noreply at sourceforge.net
Tue Mar 6 18:56:44 CET 2007


Bugs item #1674501, was opened at 2007-03-06 01:36
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1674501&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: vabdulla (vabdulla)
>Assigned to: Bogdan (bogdan_iancu)
Summary: crash on exec module shutdown

Initial Comment:
Hello,

I have noticed that openser crashes at shutdown when exec module's time_to_kill param is set. Please find attached  the shell session describing ow to reproduce this bug.  The associated config file (openser-exec-crash.conf) has the following content:

---------->8----------------
debug=6
fork=no
log_stderror=yes
log_name="openser-test"

listen="10.0.0.1"
listen="192.168.5.10"

port=5061
children=2

dns=yes
rev_dns=no
disable_dns_blacklist=yes
disable_dns_failover=yes

# needed modules
mpath="/home/vma/devel/sandbox/lib/openser/modules"
loadmodule "exec.so"

# exec params
modparam("exec", "time_to_kill", 2)

#---
# Main routing logic
#---
route {
    exit();
}
-----------8<---------------

-- 
Regards,
-vma
.



----------------------------------------------------------------------

>Comment By: Bogdan (bogdan_iancu)
Date: 2007-03-06 19:56

Message:
Logged In: YES 
user_id=1275325
Originator: NO

Hi,

the bug was fixed - was a typical destroy with no init situation and some
extra checks were required.

thanks and regards,
bogdan

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1674501&group_id=139143



More information about the Devel mailing list