You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When copying very large amounts of text data (e.g., over 100MB), Maccy becomes unresponsive and crashes. After this happens, the application cannot be reopened, which prevents users from clearing the clipboard history or accessing the app at all. This significantly impacts usability, especially when handling large data sets or working in environments where large text copies are common.
Expected Behavior:
Maccy should handle large clipboard data more gracefully, either by limiting the size of the text that can be copied or by adding an option to set a maximum clipboard size in the application settings. This would prevent the app from freezing or crashing when large data is copied.
Proposed Solution:
Introduce a configurable maximum text size limit for copied data in the application settings. If a user attempts to copy data larger than this limit, Maccy should provide a warning or prevent the copy action.
Implement error handling and memory management improvements to better manage large clipboard entries without causing the application to crash.
Steps to Reproduce
Steps to Reproduce:
Copy a large amount of text data (e.g., a text file over 100MB).
Observe that Maccy freezes and becomes unresponsive.
Attempt to reopen Maccy after the freeze — it fails to open and remains unresponsive.
The text was updated successfully, but these errors were encountered:
In fact, I am using version 2.0 beta. The text I mentioned was just something I randomly copied. For example, if you want to increase a 10MB text file to 100MB, you would copy and paste it multiple times. At some point, you might accidentally copy that 100MB text, causing the Maccy application to freeze.
Before Submitting Your Bug Report
Maccy Version (see 'About' window)
No response
macOS Version
No response
Maccy Settings
No response
Description
Description:
When copying very large amounts of text data (e.g., over 100MB), Maccy becomes unresponsive and crashes. After this happens, the application cannot be reopened, which prevents users from clearing the clipboard history or accessing the app at all. This significantly impacts usability, especially when handling large data sets or working in environments where large text copies are common.
Expected Behavior:
Maccy should handle large clipboard data more gracefully, either by limiting the size of the text that can be copied or by adding an option to set a maximum clipboard size in the application settings. This would prevent the app from freezing or crashing when large data is copied.
Proposed Solution:
Steps to Reproduce
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: