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

Memory usage #3409

Closed
cyberduck opened this issue Aug 15, 2009 · 2 comments
Closed

Memory usage #3409

cyberduck opened this issue Aug 15, 2009 · 2 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

4a1cbcf created the issue

Huge memory leak. While being connected to ftp server, try to select & drag a few folders.

Swap used: 3GB+
Cyberduck version: 3.3b1 (5098)
OsX version: 10.6 (10A432)

8/15/09 3:32:05 PM	Cyberduck[5407]	*** __NSAutoreleaseNoPool(): Object 0x1299117e0 of class NSCFString autoreleased with no pool in place - just leaking
8/15/09 3:32:05 PM	Cyberduck[5407]	*** __NSAutoreleaseNoPool(): Object 0x1004123d0 of class NSCFString autoreleased with no pool in place - just leaking
8/15/09 3:32:05 PM	Cyberduck[5407]	*** __NSAutoreleaseNoPool(): Object 0x129907d30 of class NSCFString autoreleased with no pool in place - just leaking
8/15/09 3:32:05 PM	Cyberduck[5407]	*** __NSAutoreleaseNoPool(): Object 0x129a03ac0 of class NSCFString autoreleased with no pool in place - just leaking
8/15/09 3:32:05 PM	Cyberduck[5407]	*** __NSAutoreleaseNoPool(): Object 0x1001bd480 of class NSCFString autoreleased with no pool in place - just leaking
8/15/09 3:32:05 PM	Cyberduck[5407]	*** __NSAutoreleaseNoPool(): Object 0x1299061e0 of class NSCFString autoreleased with no pool in place - just leaking
8/15/09 3:32:05 PM	Cyberduck[5407]	*** __NSAutoreleaseNoPool(): Object 0x129a03860 of class NSCFString autoreleased with no pool in place - just leaking
8/15/09 3:32:05 PM	Cyberduck[5407]	*** __NSAutoreleaseNoPool(): Object 0x1004d3260 of class NSCFString autoreleased with no pool in place - just leaking
8/15/09 3:32:05 PM	Cyberduck[5407]	*** __NSAutoreleaseNoPool(): Object 0x1004123d0 of class NSCFString autoreleased with no pool in place - just leaking
8/15/09 3:32:05 PM	Cyberduck[5407]	*** __NSAutoreleaseNoPool(): Object 0x1004123d0 of class NSCFString autoreleased with no pool in place - just leaking
8/15/09 3:32:26 PM	Cyberduck[5407]	This application is trying to draw a very large combo box, 167 points tall.  Vertically resizable combo boxes are not supported, but it happens that 10.4 and previous drew something that looked kind of sort of okay.  The art in 10.5 does not break up in a way that supports that drawing.  To avoid breaking existing apps, NSComboBox in 10.5 will use the 10.4 art for large combo boxes, but it won't exactly match the rest of the system.  This application should be revised to stop using large combo boxes.  This warning will appear once per app launch.
8/15/09 3:39:51 PM	com.apple.launchd.peruser.501[196]	([0x0-0x426426].ch.sudo.cyberduck[5407]) Exited: Killed
@cyberduck
Copy link
Collaborator Author

@dkocher commented

You may choose to run Cyberduck as 32bit which significantly reduces the memory footprint. Use Finder → File → Info → Open in 32 Bit Mode for the Cyberduck.app bundle.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

No more autorelease pool leaks in the latest nightly builds.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants