<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>mod_spidermonkey bug</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>There is definately a bug in the mod_spidermonkey.c garbage clenaup code. The symptoms are as follows..<BR>
<BR>
Make 1 call from uac to simple javascript app that answers, plays a audio file (starwars.raw), and hangs up.<BR>
While call #1 going place a second call. Audio is heard on both uac's. Hang up call #1 and redial. Call gets answered but no audio is heard. Looks like the javascript applications gets called but execution is blocked.<BR>
<BR>
MikeJ suggested I comment out the JS_SuspendRequest(cx), JS_ResumeRequest(cx, saveDepth) in session_execute, and JS_BeginRequest in js_parse_and_execute.<BR>
<BR>
I then retested.. The problem previously described went away (as did the problem we where having with sipp Tony) but now FS seg faults after 40-50 calls to the javascript app.<BR>
<BR>
--Mike Murdock<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>