Skip to content
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

Leaked control objects on 2.3 beta #10293

Closed
mixxxbot opened this issue Aug 23, 2022 · 7 comments
Closed

Leaked control objects on 2.3 beta #10293

mixxxbot opened this issue Aug 23, 2022 · 7 comments
Milestone

Comments

@mixxxbot
Copy link
Collaborator

Reported by: Holzhaus
Date: 2021-01-18T01:07:36Z
Status: Fix Committed
Importance: Undecided
Launchpad Issue: lp1912129


I get this on every shutdown on 2.3.

Warning [Main]: The following 6 controls were leaked:
Warning [Main]: "[PreviewDeck]" "show_previewdeck" QObject(0x0)
Warning [Main]: "[Library]" "show_coverart" QObject(0x0)
Warning [Main]: "[Microphone]" "show_microphone" QObject(0x0)
Warning [Main]: "[Master]" "skin_settings" QObject(0x0)
Warning [Main]: "[VinylControl]" "show_vinylcontrol" QObject(0x0)
Warning [Main]: "[Master]" "maximize_library" QObject(0x0)
@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2021-01-18T11:44:29Z


I cannot confirm that with 2.3.0
Which version are you using and which skin?

@mixxxbot
Copy link
Collaborator Author

Commented by: Holzhaus
Date: 2021-03-18T22:32:18Z


When I close the Mixxx window, the window closes and sometimes a new, empty window pops up for a short amount of time. This is the terminal output:

```
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 33780, resource id: 62914578, major code: 130 (Unknown), minor code: 3
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 33798, resource id: 62914578, major code: 130 (Unknown), minor code: 3
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 33801, resource id: 62914578, major code: 130 (Unknown), minor code: 3
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 35140, resource id: 62914578, major code: 130 (Unknown), minor code: 3
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 35180, resource id: 62914578, major code: 130 (Unknown), minor code: 3
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 36478, resource id: 62914578, major code: 130 (Unknown), minor code: 3
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 37789, resource id: 62914578, major code: 130 (Unknown), minor code: 3
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 39157, resource id: 62914578, major code: 130 (Unknown), minor code: 3
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 39186, resource id: 62914578, major code: 130 (Unknown), minor code: 3
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 39189, resource id: 62914578, major code: 130 (Unknown), minor code: 3
Warning [Main]: QXcbConnection: XCB error: 8 (BadMatch), sequence: 40583, resource id: 62914578, major code: 130 (Unknown), minor code: 3
JackCallback: Stopping stream
RealProcess: Callback finished
Silencing the output
RealStop: Stream stopped
JackXRunCb: JACK signalled xrun
UpdateQueue: Removed stream from processing queue
TerminateHostApis in
TerminateHostApis out
Warning [LibraryScanner 1]: QSqlDatabasePrivate::removeDatabase: connection 'MIXXX-2' is still in use, all queries will cease to work.
Warning [Main]: The following 6 controls were leaked:
Warning [Main]: "[VinylControl]" "show_vinylcontrol" QObject(0x0)
Warning [Main]: "[Master]" "maximize_library" QObject(0x0)
Warning [Main]: "[Master]" "skin_settings" QObject(0x0)
Warning [Main]: "[Library]" "show_coverart" QObject(0x0)
Warning [Main]: "[Microphone]" "show_microphone" QObject(0x0)
Warning [Main]: "[PreviewDeck]" "show_previewdeck" QObject(0x0)
DEBUG ASSERT: "!"Controls were leaked!"" in function void MixxxMainWindow::finalize() at /home/jan/Projects/mixxx/src/mixxx.cpp:874
Aborted (core dumped)
```

@mixxxbot
Copy link
Collaborator Author

Commented by: Holzhaus
Date: 2021-03-19T12:03:35Z


I have the impression that this is caused by pop-shell's tiling... I didn't encounter this with tiling disabled.

https://github.com/pop-os/shell

@mixxxbot
Copy link
Collaborator Author

Commented by: Holzhaus
Date: 2021-08-16T19:34:43Z


I actually found the issue, working on a fix for main. Maybe we can backport to 2.3, but this is no priority right now.

@mixxxbot
Copy link
Collaborator Author

Commented by: Be-ing
Date: 2021-08-16T21:46:28Z


I'd prefer to leave well enough alone on the stable branch.

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2021-09-08T19:31:03Z


#4213

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Committed.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.4.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant