Skip to main content
Participant
August 6, 2008
Question

FMS Core Crash

  • August 6, 2008
  • 2 replies
  • 486 views
Hello,

We have been developing a live video chat application and we have come accross a problem where the FMSCore crashes at random times. There are average 50 connections at a time, no memory or CPU load. There is no error message in the logs, except for the following:

TCMsgQueue dropped more than 100 video messages, type: 1, clientID: 284122432, streamID: 1

which not always there before a crash. We have also tried to work around this problem, by stopping the streams for users that are not able to receive them. This did not solve the problem either.

We are running FMS 3.0.2 on Windows Server 2003, so we put in a stack dump which shows the following at all crashes:

00 0315f724 005e37e5 010c3a68 16cafab8 01aa0244 js32!JS_SetProperty+0x38
01 0315fa48 63020dd3 00000000 00000000 00000000 FMSCore!operator++0x8e7b5
02 00000000 00000000 00000000 00000000 00000000 js32!js_Invoke+0x683

Does anyone what this could mean? Any help is appreciated.
    This topic has been closed for replies.

    2 replies

    Participating Frequently
    August 8, 2008
    From the stack trace it looks like your action script is having issues. Can you share the code?
    Adobe Employee
    August 6, 2008
    From the stack trace, it seems to be that it is crashing from the scripting engine. To narrow down the problem, is it possible that you are disable the server side script for testing.