build 1996 - new UI, part V

Alpha/Beta versions for early access to new half-cooked features
JayB
Posts: 192
Joined: Sun Jan 08, 2017 4:38 pm

Re: build 1996 - new UI, part V

Post by JayB » Fri Feb 03, 2017 9:05 pm

Another crash, this time after searching for a string in $HOME, when selecting "Go To" for one of the results.

Code: Select all

Crashed Thread:        10  Dispatch queue: com.apple.root.default-qos

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

Application Specific Information:
Assertion failed: (dispatch_is_main_queue()), function -[InternalViewerController dealloc], file /Users/migun/Documents/NimbleCommander/source/NimbleCommander/Viewer/InternalViewerController.mm, line 103.
Attachments
NCcrash20170203.txt.zip
(21.2 KiB) Downloaded 495 times

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

Re: build 1996 - new UI, part V

Post by JayB » Fri Feb 03, 2017 9:22 pm

A second crash, this time when opening an mkv file with SHIFT-RETURN.

Code: Select all

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x00000000002b8ba0
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x2b8ba0:
--> 
    __TEXT                 000000010fa38000-00000001105ed000 [ 11.7M] r-x/rwx SM=COW  /Applications/Nimble Commander.app/Contents/MacOS/Nimble Commander

Application Specific Information:
objc_msgSend() selector name: numberOfItemsInComboBox:
Attachments
NCcrash-20170203-2.txt.zip
(21.01 KiB) Downloaded 482 times

moonrak
Posts: 47
Joined: Thu Sep 29, 2016 12:42 pm
Location: Rio Grande, Argentina

Re: build 1996 - new UI, part V

Post by moonrak » Fri Feb 03, 2017 9:51 pm

Hi,
I can open local and networked mkv files with Shift-Enter, no crashes at all.
Running NC in Mac mini late 2012, with macOS Sierra.
:)
moonrak.

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

Re: build 1996 - new UI, part V

Post by mike » Sat Feb 04, 2017 3:19 am

JayB wrote:
Fri Feb 03, 2017 9:05 pm
Another crash, this time after searching for a string in $HOME, when selecting "Go To" for one of the results.
Fixed, I suppose it was "View", not "Go To".
There was a quirky case in situation when file couldn't be opened by viewer.

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

Re: build 1996 - new UI, part V

Post by mike » Sat Feb 04, 2017 3:22 am

JayB wrote:
Fri Feb 03, 2017 9:22 pm
A second crash, this time when opening an mkv file with SHIFT-RETURN.
This one is very strange, log doesn't make any sense...
It looks like a movie player does something with resolution or does some fiddling with screens, perhaps?

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

Re: build 1996 - new UI, part V

Post by mike » Sat Feb 04, 2017 3:27 am

moonrak wrote:
Fri Feb 03, 2017 9:51 pm
Running NC in Mac mini late 2012, with macOS Sierra.
Oh, I use exactly the same machine! :)
2012 Mac Minis, especially server models, were absolutely amazing machines.
Too sad they've downgraded it into some kind of Raspberry Pi running macOS.

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

Re: build 1996 - new UI, part V

Post by JayB » Sat Feb 04, 2017 9:55 am

Well, I have a mid-2010 MBP, and that might be the reason for that second crash. You say that there's some video/screen/GPU stuff going on? The mid-2010 MBP is a Mac with flawed hardware, namely (I believe) that capacitor next to the discrete GPU, which results in kernel panics in situations where the system is set to "dynamic switching", and the GPU switches from integrated to discrete (or vice versa), and from GStates 2 to 0 (max). So I'm blocking any app from activating the discrete NVIDIA using an app called gfxCardStatus. Several apps (like VLC) want to use (power on) the discrete GPU, because they see it's there, but I'm forcing them to use the integrated GPU. And maybe that's messing things up a bit from time to time. But I haven't noticed anything out of the ordinary with other software, and why it would affect Nimble Commander is beyond my understanding. So it might be something else after all

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

Re: build 1996 - new UI, part V

Post by JayB » Sat Feb 04, 2017 10:55 am

Another crash; happened when navigating to a directory via quick search, then hitting RETURN to enter the directory.
Attachments
NCcrash-20170204.txt.zip
(19.43 KiB) Downloaded 472 times

moonrak
Posts: 47
Joined: Thu Sep 29, 2016 12:42 pm
Location: Rio Grande, Argentina

Re: build 1996 - new UI, part V

Post by moonrak » Sat Feb 04, 2017 1:51 pm

mike wrote:
Sat Feb 04, 2017 3:27 am
moonrak wrote:
Fri Feb 03, 2017 9:51 pm
Running NC in Mac mini late 2012, with macOS Sierra.
Oh, I use exactly the same machine! :)
2012 Mac Minis, especially server models, were absolutely amazing machines.
Too sad they've downgraded it into some kind of Raspberry Pi running macOS.
And easy to upgrade too. I dumped the original mechanical hard disk and replaced it with a Samnsung 840 Pro SSD some years ago. And bumped up the memory to 16 gigs. The quad core Intel i7 runs happily in that environment.
:)
moonrak

hugo187
Posts: 21
Joined: Thu Feb 02, 2017 1:03 pm

Re: build 1996 - new UI, part V

Post by hugo187 » Sat Feb 04, 2017 6:42 pm

I am experiencing a random crash when entering a folder with build 2006. Steps to reproduce:

- Delete /Users/hugo/Library/Application Support/Nimble Commander
- Open NC
- Hit ENTER several times on the .. to go to parent folder and back
- I can reproduce it every time when I simply hold ENTER key until it crashes

Attaching changing_folder.crash
Attachments
changing_folder.zip
(17.82 KiB) Downloaded 468 times

Post Reply