Project

General

Profile

Actions

Bug #2113

closed

segfault crash on pause

Added by vdruser almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
02/22/2015
Due date:
% Done:

0%

Estimated time:

Description

Pausing playback when playing media causes a segfault after some seconds. The WAF is suffering badly from this bug! :) The following patch (from Louis) stops the crashing but isn't a permanent solution:

diff -pruN skindesigner-0.2.2-git.f3ad2763-orig/displayreplay.c skindesigner-0.2.2-git.f3ad2763/displayreplay.c
--- skindesigner-0.2.2-git.f3ad2763-orig/displayreplay.c        2015-02-22 08:12:31.885520004 -0800
+++ skindesigner-0.2.2-git.f3ad2763/displayreplay.c     2015-02-22 08:13:22.443775888 -0800
@@ -40,11 +40,13 @@ void cSDDisplayReplay::SetTitle(const ch
 void cSDDisplayReplay::SetMode(bool Play, bool Forward, int Speed) {
     if (!doOutput)
         return;
+/*
     if (!Play && Speed < 0) {
         replayView->DrawOnPause(modeOnly);
     } else {
         replayView->ClearOnPause();
     }
+*/
     replayView->DrawControlIcons(Play, Forward, Speed, modeOnly);
 }


Files

skincrash1.txt (15.2 KB) skincrash1.txt vdruser, 02/22/2015 05:15 PM
Actions #1

Updated by louis almost 10 years ago

  • Status changed from New to Assigned
  • Assignee set to louis
  • Priority changed from High to Normal

I decide which Bugs are high priority ;)

Actions #2

Updated by louis over 9 years ago

  • Status changed from Assigned to Feedback

Hi,

could you please test with Version 0.3.1? Hopefully the crash is fixed without disabling the feature...

Cheers Louis

Actions #3

Updated by louis over 9 years ago

  • Status changed from Feedback to Resolved
Actions #4

Updated by louis over 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF