Crash when opening folders with js or json that have content
Affected Version
- Version: 44.2.1
- Distribution: Fedora 38
- Also happens with development version: No
- happens with anything that uses gnome3 file picker or nautilus.
> inxi -S
System:
Host: brass Kernel: 6.6.9-100.fc38.x86_64 arch: x86_64 bits: 64
Desktop: GNOME v: 44.7 Distro: Fedora release 38 (Thirty Eight)
Steps to reproduce
- create a folder
- move into that folder
- create an empty file
- rename it to
whatever.js
- observe that nautilus or any gnome 3 file picker does not crash when viewing the contents of this folder
- add content to this
whatever.js
- observe that nautilus or any gnome 3 file picker instantly crashes when viewing the contents of this folder
Expected Behavior
not crash.
Actual Behavior
crash.
Additional Information
- is specifically
.js
and.json
. - is not
.jsonp
,.jsondb
(meaning it's not any file whose extension starts with.js
)
Edited by Zeno Jiricek