pjsua_call_make_call crashes on windows 10

NW
Norbert Weyrich
Fri, Aug 26, 2016 12:47 PM

Hello,

We observe a strange behaviour when using pjsua_call_make_call on
windows 10 (32bit) (pjsip Version 2.4.5)

 status = pjsua_call_make_call(
     getController()->accId,
     &uri,
     0, NULL,
     &msg_data,
     &callId);

This crashes because the msg_data structure get corrupted.
When stepping into this call, we see that the initial msg_data is okay,
but gets corrupted after a few steps.

There is no other activity going on (neither incoming or outgoing
messages ).

Has anyone seen a similar behaviour ? Or is there a possibility for a
deeper investigation ?

Best regards
Norbert

--
Norbert Weyrich
Software Communication Systems
Tel. +49 4101 69699-78 :: Fax +49 4101 69699-18
n.weyrich@wenzel-elektronik.de

WENZEL Elektronik GmbH :: Gehrstücken 7 :: 25421 Pinneberg, Germany
www.wenzel-elektronik.de
Sitz und Registergericht: Pinneberg, HRB 9316 PI
USt-IdNr.: DE 812946778
Geschäftsführung: Dr. Volker Henkel, Dipl.-Ing. Thomas Zwick

Hello, We observe a strange behaviour when using pjsua_call_make_call on windows 10 (32bit) (pjsip Version 2.4.5) status = pjsua_call_make_call( getController()->accId, &uri, 0, NULL, &msg_data, &callId); This crashes because the msg_data structure get corrupted. When stepping into this call, we see that the initial msg_data is okay, but gets corrupted after a few steps. There is no other activity going on (neither incoming or outgoing messages ). Has anyone seen a similar behaviour ? Or is there a possibility for a deeper investigation ? Best regards Norbert -- Norbert Weyrich Software Communication Systems Tel. +49 4101 69699-78 :: Fax +49 4101 69699-18 n.weyrich@wenzel-elektronik.de WENZEL Elektronik GmbH :: Gehrstücken 7 :: 25421 Pinneberg, Germany www.wenzel-elektronik.de Sitz und Registergericht: Pinneberg, HRB 9316 PI USt-IdNr.: DE 812946778 Geschäftsführung: Dr. Volker Henkel, Dipl.-Ing. Thomas Zwick