[CRASH] CursorBackup.mm [FIXED]

Questions, glitches, bugs and crashes
Locked
JayB
Posts: 192
Joined: Sun Jan 08, 2017 4:38 pm

[CRASH] CursorBackup.mm [FIXED]

Post by JayB » Mon Feb 15, 2021 10:43 am

NC crashed late last night while editing the basename of an app bundle in ~/Applications/Utilities

Code: Select all

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
Assertion failed: (_current_cursor_pos < _data.SortedEntriesCount()), function CursorBackup, file /Users/migun/Documents/NimbleCommander/nimblecommander_docs/NonMasBuilding/output/source/Panel/source/CursorBackup.mm, line 11.
Crash report: http://s000.tinyupload.com/?file_id=370 ... 5102695225

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: [CRASH] CursorBackup.mm

Post by mike » Tue Feb 16, 2021 11:05 pm

Thank you for the report.
Any way I can reproduce the crash on my side?

The file is not accessible on tinyupload - the server simply doesn't respond...

JayB
Posts: 192
Joined: Sun Jan 08, 2017 4:38 pm

Re: [CRASH] CursorBackup.mm

Post by JayB » Wed Feb 17, 2021 11:25 pm

It's now back… seems they had some server problems.

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: [CRASH] CursorBackup.mm

Post by mike » Sat Mar 06, 2021 7:50 pm

Any instructions on how to reproduce the problem?

JayB
Posts: 192
Joined: Sun Jan 08, 2017 4:38 pm

Re: [CRASH] CursorBackup.mm

Post by JayB » Sun Mar 07, 2021 4:29 pm

Can't say. The only thing I did at that exact moment was edit a file's basename.

JayB
Posts: 192
Joined: Sun Jan 08, 2017 4:38 pm

Re: [CRASH] CursorBackup.mm

Post by JayB » Tue Mar 09, 2021 11:43 am

I encountered the (or a similar) crash again. Crash report appended below this time.

What I did was (again) edit a file's basename in the GUI.

What I did precisely was input a couple of rapid DELs (backspaces), after which I immediately wanted to type some letters, and then NC crashed. (The error does have to do with the current cursor position.)

Crash report: https://pastebin.com/G6G7EQSr
(will expire after 1 month)

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: [CRASH] CursorBackup.mm

Post by mike » Sun Jul 04, 2021 10:25 pm

I'm assuming the issue is the same as here: viewtopic.php?f=5&t=591
If that's the case it should be fixed in the next preview build.

Locked