-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixxx stucks endless printing Warning [VinylControlProcessor 1]: VinylControlProcessor could not write signal quality report for VC index: 0 #7269
Comments
Commented by: daschuer It happens after skin change. I have tested again in eclipse/gdb and I receive a segfault after a while. mixxx Default [C/C++ Application] |
Commented by: daschuer Now the bug is gone without any change to the code :-/ |
Commented by: daschuer Bug is back: Now I suspend Mixxx while printing continuous the error message:
|
Commented by: daschuer
QEventDispatcherGlib::processEvents() at qeventdispatcher_glib.cpp:424 0x7ffff57eea55 |
Commented by: rryan Did you re-enable vinyl control when you tried to repro? That message is only written when VC is enabled and VC defaults off when you boot up. That would print if the FIFO fills up and the manager is not running its timer to read from the signal quality FIFO. So maybe there is disagreement between the Processor and the Manager on whether signal quality reporting is needed. Not sure if the segfault is related but it seems to be related to timers so maybe this is somehow related to the manager's timer callback? |
Commented by: rryan Which VC inputs are enabled and which VC inputs have devices assigned? |
Commented by: daschuer It is only VC 1 configured. Channel 1 - 2 |
Commented by: rryan More details on Bug #1297657. |
Reported by: daschuer
Date: 2014-01-15T19:31:34Z
Status: Confirmed
Importance: Low
Launchpad Issue: lp1269559
It has just happend testing my cdj branch:
The text was updated successfully, but these errors were encountered: