Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
59.83k stars 3.41k forks source link

Segmentation fault on startup #4424

Closed koterpillar closed 3 years ago

koterpillar commented 3 years ago

Version: 1.0.153 Platform: macOS x64 19.6.0 Plugins: none Frontend: xterm

I've removed the configuration (~/Library/Application Support/Tabby) completely and getting this on startup via terminal:

(node:72935) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `Tabby Helper (Renderer) --trace-deprecation ...` to show where the warning was created)
(node:72935) Electron: Loading non-context-aware native module in renderer: '/var/folders/dh/05d9pgq9703g3hf5c347v8qjp00nn6/T/.org.tabby.msJYO7'. This is deprecated, see https://github.com/electron/electron/issues/18397.
[1]    72930 segmentation fault  /Applications/Tabby.app/Contents/MacOS/Tabby
koterpillar commented 3 years ago

--debug opens a Web Tools, but doesn't help otherwise - Tabby still crashes.

Eugeny commented 3 years ago

Could you please check if a Crash Report is generated in the Console.app?

koterpillar commented 3 years ago

Nothing, but there is a dump in /Users/akotlyarov/Library/Application Support/tabby/Crashpad/completed.

(dump removed as a precaution - ticket is marked as a duplicate anyway.)

Eugeny commented 3 years ago

Duplicate of #4422