Re: [OpenSIPS-Devel] I'm doing something to cause opensips to crash

2008-11-14 Thread Daniel Corbe
'sho 'nuff, that was the problem. Thanks man! I guess I should pay more attention to the header files :) -Daniel On Fri, Nov 14, 2008 at 11:21 AM, Kobi Eshun <[EMAIL PROTECTED]> wrote: > Hi, Daniel. > I believe the problem is that you're missing a (new) element in the exports > structure -- the

Re: [OpenSIPS-Devel] I'm doing something to cause opensips to crash

2008-11-14 Thread Kobi Eshun
Hi, Daniel. I believe the problem is that you're missing a (new) element in the exports structure -- there should be an 'extra processes' entry between 'exported pseudo variables' and 'module initialization function.' This same issue confounded me for a while also. Cheers, -- kobi On No

Re: [OpenSIPS-Devel] I'm doing something to cause opensips to crash

2008-11-14 Thread Daniel Corbe
Forgot to CC devel on this. On Fri, Nov 14, 2008 at 10:21 AM, Daniel Corbe <[EMAIL PROTECTED]>wrote: > Hi, > I'm not doing anything with extra processes. I'm making some other > mistake. I've included the code for the module in its entirety. This is a > module that I've been attempting to port

[OpenSIPS-Devel] SF.net SVN: opensips:[4949] branches/1.4/modules/carrierroute/route_db.c

2008-11-14 Thread Sergio Gutierrez
Revision: 4949 http://opensips.svn.sourceforge.net/opensips/?rev=4949&view=rev Author: saguti Date: 2008-11-14 16:59:28 + (Fri, 14 Nov 2008) Log Message: --- Backport from Kamailio, rev 5187. Credits to Henning Westerholt. Fixes bug of missed return statement when use_t

[OpenSIPS-Devel] SF.net SVN: opensips:[4948] trunk/modules/carrierroute/route_db.c

2008-11-14 Thread Sergio Gutierrez
Revision: 4948 http://opensips.svn.sourceforge.net/opensips/?rev=4948&view=rev Author: saguti Date: 2008-11-14 16:58:51 + (Fri, 14 Nov 2008) Log Message: --- Backport from Kamailio, rev 5187. Credits to Henning Westerholt. Fixes bug of missed return statement when use_t

[OpenSIPS-Devel] [ opensips-Bugs-2284108 ] PRACK(100rel) problem with parallel forks

2008-11-14 Thread SourceForge.net
Bugs item #2284108, was opened at 2008-11-14 14:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2284108&group_id=232389 Please note that this message will contain a full copy

[OpenSIPS-Devel] [ opensips-Feature Requests-2207165 ] Dialog:dlg_end_dlg and direction for extra headers

2008-11-14 Thread SourceForge.net
Feature Requests item #2207165, was opened at 2008-10-29 13:41 Message generated for change (Comment added) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086413&aid=2207165&group_id=232389 Please note that this message will contain a full cop

[OpenSIPS-Devel] [ opensips-Bugs-2186836 ] PUA_BLA fails for UA's registered behind NAT

2008-11-14 Thread SourceForge.net
Bugs item #2186836, was opened at 2008-10-22 16:26 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2186836&group_id=232389 Please note that this message will contain a full copy of the

[OpenSIPS-Devel] [ opensips-Feature Requests-2209720 ] Remove "reply_to_via" since it's anti RFC 3261

2008-11-14 Thread SourceForge.net
Feature Requests item #2209720, was opened at 2008-10-30 14:54 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086413&aid=2209720&group_id=232389 Please note that this message will contain a full

[OpenSIPS-Devel] [ opensips-Bugs-2204065 ] "strncmp" should not be used to match parameters, SDP...

2008-11-14 Thread SourceForge.net
Bugs item #2204065, was opened at 2008-10-28 15:06 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2204065&group_id=232389 Please note that this message will contain a full copy of the

Re: [OpenSIPS-Devel] I'm doing something to cause opensips to crash

2008-11-14 Thread Bogdan-Andrei Iancu
Hi Daniel, Is your module registering a extra process? the crash happens when the core tries to call the pre_fork function for your extra process. Could you post the extra process structure ? Regards, Bogdan Daniel Corbe wrote: > Hi, > > I tried compiling with -ggdb to get a useful backtrace a

Re: [OpenSIPS-Devel] Return codes and str initialization

2008-11-14 Thread Bogdan-Andrei Iancu
Hello Sergio, Sergio Gutierrez wrote: > Hello to all members. > > I have a couple questions about handling to things within OpenSIPS > modules. > > * What is the right way to initialize/assing the len field of a str > struct? When checking code, I have seen that in some places it is > initiali