[GH-ISSUE #1081] [BUG] Crash on URL Beautifier #1076

Open
opened 2026-03-03 19:24:20 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Dec 6, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1081

Originally assigned to: @NghiaTranUIT on GitHub.

Description

We've observed that there are few crashes on Proxyman 2.35.1, which are related to the URL Beautifier. The preliminary investigation shows that there is an exception when adding an attribute:

open func addAttributes(_ attrs: [NSAttributedString.Key : Any] = [:], range: NSRange)
Application Specific Information:
*** Terminating app due to uncaught exception 'NSRangeException', reason: 'NSMutableRLEArray objectAtIndex:effectiveRange:: Out of bounds'

We should fix it 👍

Originally created by @NghiaTranUIT on GitHub (Dec 6, 2021). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1081 Originally assigned to: @NghiaTranUIT on GitHub. ### Description We've observed that there are few crashes on Proxyman 2.35.1, which are related to the URL Beautifier. The preliminary investigation shows that there is an exception when adding an attribute: ``` open func addAttributes(_ attrs: [NSAttributedString.Key : Any] = [:], range: NSRange) ``` ``` Application Specific Information: *** Terminating app due to uncaught exception 'NSRangeException', reason: 'NSMutableRLEArray objectAtIndex:effectiveRange:: Out of bounds' ``` We should fix it 👍
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 6, 2021):

Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.35.1_Fix_URL_Beautifier.dmg

<!-- gh-comment-id:986872614 --> @NghiaTranUIT commented on GitHub (Dec 6, 2021): Fixed: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.35.1_Fix_URL_Beautifier.dmg
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1076
No description provided.