of course,
the scenario runs up until a external command was reaching.
All relevant messages has been send/received properly up to this point.

Thanks,Wolfgang.

Deutsche Telekom AG 
Zentrum Technik Einführung 
Wolfgang Kanngießer 
Winterfeldtstraße 21, D-10781 Berlin 




Wolfgang,

Are you abel to post the entire scenario?  Does it fail on load or after 
some traffic passes?

Charles

[EMAIL PROTECTED] wrote on 06/25/2008 08:54:35 AM:

> Hi,
> a scenario containing the following element:
> 
> <action>
>    <exec command="echo pass > verdict.log"/>
> </action>
> 
> breaks whith the error "segmentation fault" (Speicherzugriffsfehler)
> and the exitcode 139.
> 
> sipp -v -> SIPp v3.1-TLS-PCAP, version unknown, built Apr 29 2008, 
14:46:06.
> 
> This scenario worked properly until sipp2.0 - what is going wrong? 
> 
> Thanks,Wolfgang.
> 
> 
> Deutsche Telekom AG 
> Zentrum Technik Einführung 
> Wolfgang Kanngießer 
> Winterfeldtstraße 21, D-10781 Berlin
> 
> 
> 
-------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users

<?xml version="1.0" encoding="ISO-8859-1" ?>

<!--	Referenz:	ETSI TS 102 027
	TPId:		SIP_RG_RT_V_001
	Ref: 		RFC 3261 [1] section 10.2.
	Purpose: 	Ensure that the IUT, in order to be registered, sends a REGISTER request to its registrar, 
			without user name in the Request URI and with a SIP URI as request URI.     -->

<scenario name="msan_reg_bv_001">

  <nop>
    <action>
	  <log message="TC_run"/>
    </action>
  </nop>

<!--	Test auf gültige SIP-URI = "SIP/2.0" im Request Header   -->

  <recv request="REGISTER" rrs="true">
    <action>
	  <ereg regexp="SIP/2.0" search_in="hdr" header="REGISTER" assign_to="5"/>
    </action>
  </recv>
   
  <send  next="1" test="5">
    <![CDATA[
      SIP/2.0 200 OK
      [last_Via:]
      [last_From:]
      [last_To:];tag=[call_number]
      [last_Call-ID:]
      [last_CSeq:]
      Contact: <sip:[local_ip]:[local_port];transport=[transport]>
      Content-Length: 0
      Expires: 30
    ]]>
  </send>

  <nop>
    <action>
	  <exec command="echo fail > verdict.log"/>
      <exec int_cmd="stop_now"/>
    </action>
  </nop>

<label id="1"/>

  <nop>
    <action>
	  <exec command="echo pass > verdict.log"/>
    </action>
  </nop>

</scenario>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to