Chromium closes when choosing a file to upload.

Has anyone experienced anything like this?

I need to select a file before updating firmware on a Teltonika RUT955 as per instructions here:-

https://wiki.teltonika-networks.com/view/RUT9xx_Firmware_via_The_Bootloader_Menu.

When I select Choose File, Chromium immediately closes.

What could be the problem? I using Chromium Version 119.0.6045.199 on FreeBSD 14.0-RELEASE AMD64.

1707418512007.png
 
This seems to be a bit of a red herring...

Looking at /var/messages shows that chrome exited on signal 6.

Just need to check what that actually means...
 
Signal 6 is abort(), which most likely is an uncaught C++ exception.

I seem to recall that we had the same problem before.
 
Back
Top