-
File Added: diffs.subtimer.
2007-05-26 20:56:17 UTC by biteme
-
Found what causes this:
QMessageBox::critical(parent, tr("Cannot get PCM delay"),
tr("Cannot get the delay of the PCM stream!"),
QMessageBox::Cancel, QMessageBox::NoButton);
I don't know if this error should be fatal or not, but I'm now attaching a patch that replaces these 'QMessageBox'es with a simple std::cerr (just a quick hack).
I would attach to this bug, but I...
2007-05-26 20:24:44 UTC by crazyterabyte
-
See this bug:
crash: Xlib: unexpected async reply
https://sourceforge.net/tracker/index.php?func=detail&aid=1709387&group_id=135323&atid=732531
The cause of this bug is the use of QMessageBox inside a non-main thread. So, as a quick hack, I'm attaching a patch that replaces these 'QMessageBox'es with simple std::cerr.
This patch also reduces the GUI update delay from 100ms to 32ms, which...
2007-05-26 20:23:14 UTC by crazyterabyte
-
Bite ME was right about threading. I've just found an useful message "thread" (ironic, huh?) in a QT mailing list archive.
http://lists.trolltech.com/qt-interest/2005-05/msg00702.html
I also found this:
http://www.faqs.org/faqs/x-faq/part7/section-15.html
Right now, I'm trying to find how to fix this bug. Unfortunately, thread-related issues are harder to reproduce.
2007-05-26 15:28:20 UTC by crazyterabyte
-
Huh... Just after I had posted this bug, subtimer crashed again... This time, it was "fast", didn't took many minutes. Again, when I clicked on "Play selected" button.
Xlib: unexpected async reply (sequence 0x2fe7b3)!
2007-05-26 14:08:28 UTC by crazyterabyte
-
I can confirm that. After some time using this program, I received this message when I pressed "Play selected" button:
Xlib: unexpected async reply (sequence 0x4128cd)!
Fortunately, the window was not garbaged after that, so I could manually take notes of all non-saved subtitle times, before killing subtimer.
BTW, biteme, could you please post the patch to auto-save-after-grab ? I think...
2007-05-26 14:04:30 UTC by crazyterabyte
-
Xlib: unexpected async reply (sequence 0x196b06)!
Xlib: sequence lost (0x1a6b06 > 0x1976c5) in reply type 0x0!
X Error: BadImplementation (server does not implement operation) 17
Major opcode: 20
Minor opcode: 0
Resource id: 0x20
subtimer: Fatal IO error: client killed
This crash happens periodically (every 15 minutes or so
during use).
Apparently the commonest cause of...
2007-04-28 20:40:51 UTC by biteme
-
vukung committed patchset 3 of module subtimer to the SubTimer CVS repository, changing 1 files.
2005-09-06 13:48:02 UTC by vukung
-
vukung committed patchset 2 of module subtimer to the SubTimer CVS repository, changing 47 files.
2005-05-12 17:59:39 UTC by vukung
-
vukung committed patchset 1 of module subtimer to the SubTimer CVS repository, changing 47 files.
2005-05-12 17:59:39 UTC by vukung