SegFault after dispatch_stream on 13th nightly …

FireFly Media Server Firefly Media Server Forums Firefly Media Server Nightlies Feedback SegFault after dispatch_stream on 13th nightly …

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #207
    evans02472
    Participant

    This might be fixed (or have been mentioned already), but with the
    nightly from March 13th, the server sef faults after the 1st song
    is played.

    This is because there is a “free(pqi)” at the end of “dispatch_stream”.
    But the call to “dispatch_stream” is followed by “dispatch_cleanup(pqi)”
    which also tries to free pqi and various members (which on my machine have already changed).

    …tom

    Post edited by: evans02472, at: 2006/03/20 03:49

    #4119
    evans02472
    Participant

    This must still exist in the 17th nightly – noticed people mentioning
    a seg fault after browse – “dispatch_browse*” also has a free(pqi) followed by a “dispatch_cleanup”.

    Hope this helps ….

    …tom

    #4120
    rpedde
    Participant

    Yup, that’s the double-free when pausing a song. I thought it was fixed on 17th, but I’ll double-check.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.